Wenn man Klammern öffnet, dann erzeugt man auch sofort schließende Klammern; diese sind aber nicht durch die selbe Klammer überschreibbar, man muss dann immer eine Stelle weiterrücken/klicken, um im Code weiterzumachen.
This feature may be implemented as part of the NumeReEditor::OnKeyDn() member function. This function already contains the logic for surrounding a text selection with parentheses and quotation marks. It should be possible to add a logic for skipping the closing parenthesis, if the closing one is already available. This can be done by using the BraceMatch() member function for parentheses and current style for quotation marks.
Bug fix was tested in productive environment. No deviations detected.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r463]
Diff: