NumeRe features parenthesis autocompletion, but it does not autocomplete blocks.
This feature needs a hook into the autocompletion feature as it does not make sense to hook it into the OnKeyDown event (due to the command ifndef, which would erroneously autocomplete to
if (ndef)
endif
if the user would keep on typing without recognizing. If we introduce the hook into the autocompletion feature, we can also modify the creation of parentheses after functions and procedures (avoid, if not needed, otherwise autocomplete).
Improved implementation with [r918]. No further deviation detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r861]
Diff:
Related
Commit: [r918]