notepad-plus-plus-legacy/PowerEditor/bin/change.log
Don Ho 23559e7bfc [RELEASE] 6.2 release
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@968 f5eea248-9336-0410-98b8-ebc06183d4e3
2012-10-09 23:12:01 +00:00

31 lines
1.3 KiB
Plaintext

Notepad++ v6.2 includes a new User Defined Languge (UDL2) system, the key features of UDL2 are:
1. More keyword groups were added (more syntax highlighting can be defined):
- 3 folding groups
- 8 keyword groups
- 2 comment groups
- 1 number definitons
- 2 operators groups
- 8 delimiter sets
2. Multipart keywords are supported (for example: "else if" can be defined as a single keyword)
3. Whitespace is no longer mandatory as keyword separator: Operators, Delimiters and Folding keywords can be recognized with or without whitespace separators.
4. Numbers recognition support is greatly improved (prefix, suffix, range and extra symbols supported).
5. Operators and delimiters can be longer than one character.
6. The same characters can be used as comments AND operators.
7. Comments and delimiters support nesting (even within each other).
8. Improvments to Comments include:
- Comment folding
- Comment continuation
- Comment only start at the beginning of line
9. In the case of several comment pairs defined, comment open symbols match only with comment close symbols of the same order. (for example: /* C comment */, /+ D comment +/, but not /* mixed comment +/)
Included plugins:
1. Spell Checker v1.3.3
2. NppFTP 0.24.1
3. NppExport v0.2.8
4. Plugin Manager 1.0.8
5. Converter 3.0