So I'd want to select from the "B" of BTN_ONE to the final "L" of BTN_CANCEL, selecting that column of text only and avoiding the "string "s and "= ..." parts.
As it works now, one has to grab all of the lines from BOL to EOL, copy to new insertion point, then delete out the unwanted beginning and ending text from each line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Can you give some examples?
For a silly example, I've defined my button values, now I want to plug them into the menu definition:
string BTN_ONE = "One";
string BTN_TWO = "Two";
string BTN_THREE = "Three";
string BTN_FOUR = "Four";
string BTN_FIVE = "Five";
string BTN_SIX = "Six";
string BTN_SEVEN = "Seven";
string BTN_EIGHT = "Eight";
string BTN_NINE = "Nine";
string BTN_CANCEL = "Cancel";
list glMenuMain = [
];
So I'd want to select from the "B" of BTN_ONE to the final "L" of BTN_CANCEL, selecting that column of text only and avoiding the "string "s and "= ..." parts.
As it works now, one has to grab all of the lines from BOL to EOL, copy to new insertion point, then delete out the unwanted beginning and ending text from each line.
Well, lost the formatting, but I use a monospace font keep names and value assignments in columns.
Example of formatted file Block Select would be useful for