Parenthesis and Keyword-Pair Matching
From RemObjects Software
This is a Oxygene Platform Feature topic
Feel free to add your notes to this topic below.
The Oxygene editor provides advanced highlighting support for keywords and brackets matching. The main purpose is to help the programmer navigate through the code and also to spot any improper matching, which would stop the program from compiling or cause it to malfunction.
Keyword matching highlighting implemented for following sets
- class ... end;
- interface ... end;
- record ... end;
- begin ... end;
- case ... end;
- repeat ... until
- if ... elsel
- try ... except ... finally;
Also matching highlighting is implemented for
- Parenthesis "(" and ")"
- Square brackets "[" and "]"
You can see this in the screenshot below
Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0
Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)
Glossary — Keywords — Language Features — Platform Features — Samples — Articles — How To — Issues
Categories: Text | Oxygene | Feature | IDE
