Selasa, 10 Januari 2023

Some Useful Notepad++ Plugins 2

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

Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis/etc. This can also be used on multiple or rectangular selections.

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.

Referensi:

https://sourceforge.net/
www.makeuseof.com
https://wordpress.com/

Related Post:

Tidak ada komentar:

Posting Komentar

Various Other Posts