Menu

#3 Block Selection of Text/Data

open
7
2012-10-16
2010-05-01
mkudra
No

1) Add block text selection to enable editing of columns of text/data;

Discussion

  • Brandon Husbands

    Can you give some examples?

     
  • mkudra

    mkudra - 2010-05-01

    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.

     
  • mkudra

    mkudra - 2010-05-01

    Well, lost the formatting, but I use a monospace font keep names and value assignments in columns.

     
  • mkudra

    mkudra - 2010-05-01

    Example of formatted file Block Select would be useful for

     

Log in to post a comment.

MongoDB Logo MongoDB