Posted 13 years ago
by DAVID
Hello ,
I am start using text editor and want to know something that i have done in ICSHARP CODE text editor .
I got code like that with ICSHARPCODE TEXT EDITORCould you please provide equivalent code in SYNTAX editor.
Another thing is i got intellisene data for php , how to show up completing window and how do i load my own intellisense data for Member List ,Parameter Info ,Quick info. Please refer/provide quick example.
Many thanks
[Modified at 05/23/2011 06:18 PM]
[Modified at 05/23/2011 06:27 PM]
I am start using text editor and want to know something that i have done in ICSHARP CODE text editor .
I got code like that with ICSHARPCODE TEXT EDITOR
TextLocation start = new TextLocation(int column , int line);
TextLocation end = new TextLocation((int column , int line);
textEditorControl1.ActiveTextAreaControl.SelectionManager.SetSelection(start, end);
textEditorControl1.ActiveTextAreaControl.Caret.Position = end ;
textEditorControl1.ActiveTextAreaControl.ScrollToCaret();
Another thing is i got intellisene data for php , how to show up completing window and how do i load my own intellisense data for Member List ,Parameter Info ,Quick info. Please refer/provide quick example.
Many thanks
[Modified at 05/23/2011 06:18 PM]
[Modified at 05/23/2011 06:27 PM]