Show index on auto-complete of the table
Description of the Issue
It would be nice if the table's auto-completion displays the index together with the fields. When you press enter, assemble all fields of the indices. As in the example:
if index3 is composed of Field4, Field5, Field6.
Step 1
tabela1.ind +---------------------+ |field1.... | |field2.... | |field3.... | +---------------------+ |index1.... | |index2.... | |index3.... | +---------------------+
Step 2
tabela1.ind +---------------------+ |field1.... | |field2.... | |field3.... | +---------------------+ |index1.... | |index2.... | |index3.... | <- on enter here +---------------------+
Step 3
tabela1.field4 = tabela1.field5 = tabela1.field6 =
Hi, I understand your request and I think this could be a cool feature. However, this requires a new mechanism for the autocompletion class so I will need some time to do this. And this will unfortunately not be on my top priorities for the moment.
I'm keeping it in mind though
br
Hi,
I understand your priorities. But i'm program in C# too. And I get your project and try do this issue. Your have a very nice code, but i need some help. If you can guide me, i try implement and send you the code.
(sorry for my english, i'm not so good with this language yet).
Carlos A.