Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #25415
    David
    Participant

    Multiple Selection is a nice function and very helpful to me! In v18.6, this function is enhanced again. But I wish this function will be more efficient.
    See the following screenshot.
    screenshot
    Once we select some texts or numbers by multiple selection function, click a button or menu item, EmEditor can popup a dialog box which show the original texts. In the column “new texts” ,we can type texts directly, or paste from Windows clipboard (from Excel, txt….) .
    If we want to restore orignal texts , click Reset button before click “Apply”.
    If click Ascend button, popup another small window to ask for Start Value and Interval, then autofill the column “new text” automatically. Ascend means 1,2,3……….;Descend means 10,9,8……..Of course, we can handle digital but text. For text, typing directly and pasting is enough.

    #25416
    Yutaka Emura
    Keymaster

    Hello,

    Thanks for inputs. That’s interesting.
    If you just want to replace these multiple selections with ascending or descending numbers, you can press ALT + N after you make multiple selection, and then specify the new numbers.

    Thanks,

    #25425
    David
    Participant

    Amazing function!
    But also please consider if we need edit texts in batch. Thanks!

    #25437
    David
    Participant

    New wishes:
    Now we can do multi-selection by pressing [Ctrl] key. I wonder if possible to use “search result” as multi-selection area. Search function is powerful enough, if use search result directly, we can reduce time to do selection.
    And then, use a seperate dialog to edit these texts or numbers mentioned above by myself, it will save lots of time while editing large files!

    #25529
    David
    Participant

    Hello, Yutaka sung, if possible to consider this wish or if any plan? Thanks!

    #25530
    Yutaka Emura
    Keymaster

    Now we can do multi-selection by pressing [Ctrl] key. I wonder if possible to use “search result” as multi-selection area. Search function is powerful enough, if use search result directly, we can reduce time to do selection.

    In the Find dialog box, instead of clicking “Find Next” button, you can click “Select All” button, then all the search results will be selected.

    #25531
    David
    Participant

    Thanks for your response! What I mean is, if multi-selection are some texts(such as by Find->Select All), wish to have a diaolg to edit them visually and more effieciently.
    If selections are number, as you mentioned, use Alt+N can handle them easily. But for texts, after Select All, we can’t edit them as number.

    #25693
    David
    Participant

    While editing XML/Ini file (for example, I want to translate the found strings to other language, or change the strings), if there’s a seprate window which is allowed copying & pasting, it will improve lots of efficiency.
    screenshot

    #25697
    Tobi
    Participant

    it’s more easy to do this in EXCEL:

    =VERKETTEN($A$1;B1;$C$1)

    for english use:
    =CONCATENATE($A$1;B1;$C$1)

    If someone have a solution in Emeditor let me know also ;-)

    #25701
    David
    Participant

    Hello, Tobi, You’re right. Handle this in Excel is very easy. But EmEditor can handle a big file faster, for example 100MB size….

    #25704
    LTT
    Participant

    Do you just want to paste and replace all the strings at a time?
    See if these helps:

    Method 1:
    Put the source strings into EmEditor. (They should be one per line.)
    Turn on any CSV mode.
    Click the column header (above the ruler) to select the whole column.
    Copy. (So they are copied as a column via EmEditor.)
    Now you use “Select All” in your case.
    Paste.

    Note:
    The target should be a vertical selection, or a block of multiple selections, i.e. one string per line (like in your case).

    —————
    Method 2:
    Add a CSV format (with ” as the delimiter in your case).
    In such a CSV view, the strings in “” are in an individual column.
    Turn on Cell Selection mode. (Now the delimiters are hidden. And you can work like in Excel.)
    Copy the source strings in another app. (Or copy them as a column via EmEditor as mentioned in Method 1.)
    In EmEditor, click the first cell that your paste begins (i.e. you can paste a block of cells, as well as the whole column).
    Paste.
    (You can even paste 2+ columns at a time.)

    Means may vary, e.g. Cell Selection mode is not necessary in some other CSV cases.
    A smart CSV view often makes the job easy.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.