Quick way to mark columns using the keyboard
-
Notepad++ v8.4.8 (64-bit)
Build time : Dec 24 2022 - 19:40:27
Path : A:\Notepad++x64\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : ON
Cloud Config : OFF
OS Name : Windows 11 (64-bit)
OS Version : 22H2
OS Build : 22621.1105
Current ANSI codepage : 1252
Plugins :
BracketsCheck (1.2.2)
CodeAlignmentNpp (14.1.107)
ComparePlugin (2.0.2)
CustomizeToolbar (5.3)
GotoLineCol (2.4.2)
Linefilter3 (1)
mimeTools (2.9)
NPPJSONViewer (1.41)
NppMenuSearch (0.9.6)
NppTextFX64 (1.1)
XMLTools (3.1.1.13)I am fairly new to using columns in Notepad++. I am working on a project that requires me to work on specific columns in large text files. It is not the same columns in every file.
Is there a quick, keyboard only, way of highlighting say column 12 from line 22 to the end of the file of 10,000 lines?
I have read other posts here asking similar questions, but so far I have not been able to figure out how to combine the thoughts and convert the ideas into a macro or keyboard shortcut.
Thanks in advance for your time.
-
Is there a quick, keyboard only, way of highlighting say column…
Yes, it can be used in conjunction with the Edit menu’s Begin/End Select command.
There’s a technique for setting up a macro’d keycombo for use with it in column mode in THIS THREAD.
The basic idea is that you start the selection with the menu item (which you can also assign a keycombo to), then complete the selection using the keycombo that runs the macro.
-
@Alan-Kilborn - This has the parts I was missing. Just tried it, now to develop a shortcut or macro! Thanks for your time and expertise.