NppAStyle
Format code automatically matches the corresponding language ( for C, C++, Java, C# and Objective-C )
How to Use NppAStyle
1, Copy NppAStyle.dll to <Notepad++ installation directory>\plugins
Reboot Notepad++, NppAStyle menu will appear in Plugins menu.
2, Or Use Notepad++ Menu Command : Settings => Import => Import plugin(s)... ( new version only )
3, Run Menu Command : NppAStyle => Options ... , Before First Run Menu Command : NppAStyle => Format Code
SurroundSelection
Usage / How to use
Select some text and type one of the following characters:
'
"
`
( or )
[ or ]
{ or }
< or >
Configuration
The configuration file SurroundSelection.ini provides additional characters to surround with. Use as (for example):
AdditionalChars=*-_
to use *, - and _ to act as surround characters as the above examples do. You can also ignore specific characters:
IgnoreChars=]})>
would prevent the plugin triggering any time there was a "closing" character typed (and would only trigger on opening characters).
After you edit SurroundSelection.ini file, save. Then you must close Notepad++ and reopen.
Tidak ada komentar:
Posting Komentar