BasicPawn
BasicPawn copied to clipboard
Add Vertical Selection via Alt + {Mouse Select}
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):

The TextEditor supports multi-selections, lets me see what i can do with that.
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.
@MAGNAT2645 if it is just that you can select them and replace all the occurrences (in the selection) of new Handle: with ConVar
I know but in this case would be better to use vertical selection (without need to put any data to search & replace).