Timocop / BasicPawn

BasicPawn - SourcePawn Editor
GNU General Public License v3.0
75 stars 11 forks source link

Add Vertical Selection via Alt + {Mouse Select} #29

Open GAMMACASE opened 6 years ago

GAMMACASE commented 6 years ago

As in Visual Studio or NP++, you can select and edit columns via Holding down the Alt key and pressing the mouse button while moving in a vertical fashion.

Here's gif example (not mine): 27159725-8601413a-512c-11e7-85d6-fdb082e53e2c

Timocop commented 6 years ago

The TextEditor supports multi-selections, lets me see what i can do with that.

MAGNAT2645 commented 4 years ago

So, is there any plans on this? This feature can help a lot with cases when you want to update code syntax and there's a lot of lines like "new Handle:MyCvar1" and you want to replace all "new Handle:" with ConVar.

Hexer10 commented 4 years ago

@MAGNAT2645 if it is just that you can select them and replace all the occurrences (in the selection) of new Handle: with ConVar

MAGNAT2645 commented 4 years ago

I know but in this case would be better to use vertical selection (without need to put any data to search & replace).