In DGT-OmegaT 3.0 update 15 we added the possibility, when you edit a regular expression, to show in colors the characters which have a special meaning. In other terms, we have a small form of syntax highlighting.
This actually works for all search screens and split window, but not yet for the segmentation editor, which is based on JTable, making it more complicated.
Actually this is based on highlighters, and for that reason, colors are applied to the background, not to the font. Using attributes, and making it configurable, will be studied in the future.
The syntax highlighter supports 3 modes:
in branch 3.6 and 3.7, this also works with modifiers, for example (?i:something)
Add new comment