Version 7.6: Better Syntax Highlight Configurator; Auto pair punctuations around selections
This new release has made some improvements to the Syntax Highlight Customization window and the syntax highlight component.
A new color picker is introduced for easier color picking. While you click colors on the dialog, the code editor will be automatically refreshed to reflect the color changes. Previously, we won't see the effects until we click the OK button to close the color picker dialog.
See issue #282 for details.
Another notable feature is the Auto Pair Punctuations function. When we select some code, type the opening punctuation, for instance, (
, <
, {
, [
, "
or '
, their counter part will be inserted at the end of the selection.
This feature is by default turned off, you have to manually turn it on in the Options page.
More details about this release can be read in issue #283.