dragnilar / Databvase

A (sorta) lightweight query tool for MS Sql Server that makes usage of DevExpress to provide a rich user interface
3 stars 1 forks source link

Add Intellisense to Databvase #13

Open dragnilar opened 6 years ago

dragnilar commented 6 years ago

It would be extremely nice if Databvase had intellisense.

This is unfortunately not easy to implement since DevExpress does not provide it out of the box and its obviously a feature that would take a significant amount of work to implement.

dragnilar commented 6 years ago

Note - AvalonEdit provides a possible route to implement "intellisense" but it would still be a significant amount of work.

dragnilar commented 6 years ago

This has been started on; tonight a commit was made that adds an auto complete menu for Scintilla. This uses the wrapper found here: https://github.com/Ahmad45123/AutoCompleteMenu-ScintillaNET .

The wrapper will probably need to be modified so that it can be skinned by DevExpress. It appears to be using System.Windows.Forms, so adjusting the controls inside of it should allow the skins to take effect. Hopefully Ahmed45123 will not mind.