Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Language sensitive editor

Status
Not open for further replies.

balachandar

Programmer
Apr 16, 2001
88
CA
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top