而 Notepad++ 的最大用處當然不只是取代記事本而已,對於程式設計者而言,
Notepad++ 提供了數十種常見的程式語言的語法支援,讓程式設計者可以更
清楚的對程式碼的內容一目了然,並且對於一些程式語言,還提供了 function
的整合功能,讓同一 function 的程式碼片段可以折疊起來,讓程式碼看起來更加簡潔。
Changes in Notepad++ v5.9:
1. Update Scintilla from 2.21 to 2.25.
2. New feature: Non-greedy regular expression (Scintilla).
3. Add Copy/Cut/Paste Binary Content feature.
4. Add "paste HTML content" and "paste RTF content" commands.
5. Fix the inverse of title and message for some MessageBox.
6. Add "Remove Unmarked Lines" command.
7. Add "Column Mode Tip" to notice users the usage of column mode in Notepad++.
8. Make stream comment foldable in php/javascript.