balachandar
Programmer
Hi all,
I am just trying build a language sensitive editor for T-SQL. I.e The way code is written in VB ,in the same way
I would like to code in SQL using this editor.What I have now basically done was to have text box and combo box in a form, The combox box becomes visible as letters are typed in the text box. The combox box is already populated with all keywords, datatypes and column,table names from my database. I just want to the combo box as the cursor moves
and content of combo box has to change as the user types.
if there are better methods available please suggest me. In case any body has constructed a similar editor for
any language then provide code samples
Thanks and Regards
Balachandar Ganesan
I am just trying build a language sensitive editor for T-SQL. I.e The way code is written in VB ,in the same way
I would like to code in SQL using this editor.What I have now basically done was to have text box and combo box in a form, The combox box becomes visible as letters are typed in the text box. The combox box is already populated with all keywords, datatypes and column,table names from my database. I just want to the combo box as the cursor moves
and content of combo box has to change as the user types.
if there are better methods available please suggest me. In case any body has constructed a similar editor for
any language then provide code samples
Thanks and Regards
Balachandar Ganesan