dail8859 / SurroundSelection

Notepad++ plugin to automatically surround the selection in quotes/brackets/parenthesis
GNU General Public License v2.0
55 stars 5 forks source link

How can I use it? #19

Closed znsoooo closed 4 months ago

znsoooo commented 4 months ago

I double-clicked the mouse, held down Ctrl, etc., and there were no special effects.

I am using npp-8.6.7.

Here is the screen recording video:

https://github.com/dail8859/SurroundSelection/assets/34830785/0c777f45-6012-412a-b108-fd26e009f3a4

dail8859 commented 4 months ago

You are specifically wanting multi-editing capabilities. These are provided by the application, not the plugin.

image

You can still use this plugin without the multi-editing turned on too. It is just that the plugin can use multiple selections if they are enabled.

znsoooo commented 4 months ago

@dail8859

I'm not trying to implement multiple choices, I'm using duplicate text just for testing.

What I want to ask is how to enable your plugin's quick selection of parenthesis pairs in text like this? Double-click? Click? Press a modify key? Press a shortcut? Which character's location is needed to clicked?

dail8859 commented 4 months ago

What I want to ask is how to enable your plugin's quick selection of parenthesis pairs in text like this?

This plugin doesn't do that.

Please see the Usage section of the readme.

znsoooo commented 4 months ago

Please see the Usage section of the readme.

I don't know why I didn't understand it just now, but now that I understand it, maybe I'm confused. @_@