我已经知道如何使用 lang.xml 文件自定义 NP++ 的注释字符。但是,我希望块注释能够自动将字符放在所选内容之前和之后的新行上。
而不是这样:
/* This is some multiline text. I'm
just using it as an example. */
我希望它能做到这一点:
/*
This is some multiline text. I'm
just using it as an example.
*/
我已经知道如何使用 lang.xml 文件自定义 NP++ 的注释字符。但是,我希望块注释能够自动将字符放在所选内容之前和之后的新行上。
而不是这样:
/* This is some multiline text. I'm
just using it as an example. */
我希望它能做到这一点:
/*
This is some multiline text. I'm
just using it as an example.
*/