For example, instead of "if" the following would be inserted:
Code: Select all
If
ElseIf
Else
EndIf
I recently noticed that EndIf is a double word "End If". When I type it, I have to type "EndI" so that it is first in the list. That is, I can press the "f" key or the "Tab" key. This is not intended to make it easier to enter frequently used words. If I type "Nex" then "Next" appears first in the list, I have to press the "t" key or the "Tab" key. If I type "Cas", "Case" appears first in the list, I have to press the "e" key or the "Tab" key. If the entire code snippets had been inserted, there would have been no need for all this torment.
.
Code: Select all
Case #SCN_AUTOCSELECTION
ScintillaSendMessage(SciGadget, #SCI_AUTOCCANCEL)
example of code completion in My_Notepad_Sci
example of code completion in AkelPad
example of code completion in AkelPad (entering code using Russian language)