Zufu Liu
Zufu Liu
I'm sorry, both works for me. no DC1 or other symbols when disabled (e.g. with Text File scheme). You could build Notepad2 with the two `DisableCmd` lines commented out (Notepad2...
I can get the `DC1` symbol by press Ctrl + Shift + Q with US keyboard layout.
Yes, VHDL 2008 and SystemVerilog 2012 will be supported in next release. people with access to IEEE can provide PDF documents for newer standards.
Verilog 2005 and SystemVerilog 2012 implemented by 4c5433fc3ffbe5c6ac1b303c31b8d46a1026252e, feel free to test latest builds.
It can be configured via menu Settings -> Auto Completion Setting, see https://github.com/zufuliu/notepad2/wiki/Auto-Completion-in-Notepad2
Text file use Python like indentation based code folding, you can set background color for "Code Folding" margin to avoid the confusing with leading spaces. 
No such functionality at the moment.
Yes, this is the limitation of Scintilla's builtin POSIX regex.
This was changed in 1063ee1315bc7befdc19fc751f810542daa15716 (from #318).
> 目前的 默认切换折叠功能 是折叠/展开 级别1+级别2,其实一般都用不到,希望修改为折叠/展开 当前光标所在行 的级别(即,当前级别),或者展开所有级别(一劳永逸) This is just an implementation limitation, the purpose is to simulate Visual Studio's `Edit -> Outlining -> Collapse to Definitions`. after commit 6e699d70151183f8e08e7cf6b3408e66ba3822c7,...