|
Context Choice
The Context Choice support allows creation of popups for displaying a list of options used to complete what the user is typing. This feature is modeled on the Visual Studio's List Members intellisense feature and is very convenient when editing programming languages. For example, in C# or VB.NET, when the . (period) character is typed after a class instance name, a popup containing all of the members of the class gets displayed.
Context Choice in the EditControl
As text is typed in the editor, the list automatically changes selection to synchronize with the text that has been entered.
Context Choice synchronization with text entered
It is also possible to auto-complete the word by using a combination of one of the up/down direction keys and the tab key. The ContextChoice popup can be dismissed by pressing the Esc key.
|
|
|
|