[x] Add Matching 'End' keyword if insert is pressed twice.
Now...
Code: Select all
IfEndif ;<-- Enter* twice
Code: Select all
If ;<-- Enter* once
ElseEndIf ;<-- Enter* twice
If ;<-- Enter* once
ElseIfEndIf ;<-- Enter* twice

*I set my Preferences-ShortCuts-Insert the selected AutoComplete word. -> Return(Not Tab)