我已经知道如何使用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.
*/