Forum Replies Created

Viewing 25 posts - 1 through 25 (of 102 total)
  • Author
    Posts
  • in reply to: count and select all the regex matches #10940
    user
    Participant

    itโ€™s great, many thanks!

    in reply to: open multiple links #10936
    user
    Participant

    wow, thanks!

    in reply to: count and select all the regex matches #10930
    user
    Participant

    I am not sure

    I just want to have these options when I do a regex search

    is it possible?

    thanks!!!

    in reply to: open multiple links #10929
    user
    Participant

    anyone please????

    in reply to: open multiple links #10762
    user
    Participant

    would be easy for you to write one?

    thanks!

    in reply to: always expand column width in tsv view mode #10496
    user
    Participant

    you are right Meir, this is the case, thanks

    however, even then (when there is a line with not exactly the same number of columns), cant I just make it automatically expand the column widths, until no text is hidden?

    that would be very essential (so not to miss data) and convenient

    thanks!

    in reply to: EmEditor TextApe :-) #10459
    user
    Participant

    thanks!

    in reply to: cross tabulation #10428
    user
    Participant

    I dont think we are talking about the same thing

    I want this text:

    a x1 x2 x3
    b x4 x5
    a x6 x7
    b x8 x9 x10 x11
    b x12

    to become like this:

    a x1 x2 x3 x6 x7
    b x4 x5 x8 x9 x10 x11 x12

    (each of a, b, c, x1, x2, etc are whole text strings)

    in reply to: cross tabulation #10425
    user
    Participant

    ???????????????????????

    in reply to: check if all the lines are the same #10424
    user
    Participant

    anyone??????????

    in reply to: cross tabulation #10394
    user
    Participant

    anyone???

    in reply to: extract text #10393
    user
    Participant

    it says that there is an error at line 17, any hint???

    in reply to: remove trailing white characters #10378
    user
    Participant

    mmm, it doesnt work!

    in a text like this:
    sdf[5 spaces here]sdf
    nothing happens!

    any fix?

    in reply to: open all selected with right click #10370
    user
    Participant

    with the โ€œOpen withโ€ command, indeed it opened only one file

    however it opens all of them when I choose the โ€œeditโ€ command

    so I guess I have to use the โ€œEmEditorโ€ command in the context menu

    how do I enter the โ€œEmEditorโ€ command in context menu, because itโ€™s missing now

    thanks!

    in reply to: open all selected with right click #10368
    user
    Participant

    I dont think itโ€™s a limitation by Windows XP.

    If you select two .doc files and you right-click and choose โ€œOpenโ€, they will both open in MS Office Word (seperate windows for each document)

    same with .pdf files, that will open with your default pdf viewer (for me, PDF-XChange viewer, will open all of them in seperate tabs)

    in reply to: group lines #10364
    user
    Participant

    this comes close to what I want, but I am not sure if it can fulfill my needs:

    in a text file with many lines that some of those have the same starting characters followed by a tab, I want to group those lines together

    if there is only one line with a specific sequence of starting characters followed by a tab, then this is a group itself

    is it possible?

    the identification that EmEditor will seek in order to group the proper lines, is a multidigit number, followed by a tab

    any idea?

    thanks!

    user
    Participant

    great! thanks!

    user
    Participant

    the shown numbers only
    also, in a way that the numbers list will be easily maintained, ie. add and remove entries
    thatโ€™s the difficult part :/

    user
    Participant

    instead of doing the below, is there a way to set a var with the numbers and use a single line?

    document.selection.Replace(โ€œ^918.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^919.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^920.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^921.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^922.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^924.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^925.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^926.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^927.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^928.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^929.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^946.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^972.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1093.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1109.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1166.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1185.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1188.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1189.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1190.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1191.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1192.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1193.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1194.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1196.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1198.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1200.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1223.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1436.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1438.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1439.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1440.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1441.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1442.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1443.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1444.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1466.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1469.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1636.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1637.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1638.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1640.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1641.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1648.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1650.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1862.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1871.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1872.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1874.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1875.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1883.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);
    document.selection.Replace(โ€œ^1884.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);

    thanks

    in reply to: EmEditor TextApe :-) #10353
    user
    Participant

    congrats for the excellent topic, that should be sticky

    as for: //Remove empty lines (incl. whitespace)
    wouldnt it be better to have h, instead of s?

    user
    Participant

    I think I need to make it more clear:

    I am looking for a more convenient way than maintaining a list of:

    document.selection.Replace(โ€œ^455.*$โ€, โ€œโ€, eeFindNext | eeFindSaveHistory | eeFindReplaceRegExp | eeReplaceAll);

    I just want to have a list of the regex only and then the command to be the same

    thanks

    in reply to: manage tsv data #10351
    user
    Participant

    is there anywhere documentation about โ€œSticky vertical modeโ€?

    I need to know what it does exactly

    thanks

    in reply to: check group status #10339
    user
    Participant

    great thanks!

    how do I count the instances of a match and store the amount in a variable?

    in reply to: toolbar buttons #10337
    user
    Participant

    can you tell me please the best possible โ€œdelete empty linesโ€ macro? that will be the most fast, stable, accurate

    thanks!

    in reply to: check group status #10335
    user
    Participant

    anyone???

Viewing 25 posts - 1 through 25 (of 102 total)