Viewing 1 post (of 1 total)
  • Author
    Posts
  • #11190
    niccolo
    Member

    May be following features can be useful for anybody else
    (I don’t know any text editor with them)
    1-st Feature
    Sorting tree-like lists
    Example of list
    4
    .4
    .3
    .5
    3
    .53
    .12
    6
    .7
    .98

    TREE (or MULTILEVEL) SORTING RESULTS
    All level sorting
    3
    .12
    .53
    4
    .3
    .4
    .5
    6
    .7
    .98
    only 1-level sorting
    3
    .53
    .12
    4
    .4
    .3
    .5
    6
    .7
    .98
    only 2-level sorting
    4
    .3
    .4
    .5
    3
    .12
    .53
    6
    .7
    .98
    Function needs following parameters:
    tree-level changing symbol – , (csv); [tab] (tsv), [space] or custom (like dot in example above)
    Sorting levels – 1,2,3… all.

    With additional possibility to add 7-10 digit string number to the end of string for restoring initial order of strings (and button Restore initial order of strings) – Emeditor can replace excel for working with structured files.
    Example
    gjeje
    abbbs
    kdhrt

    Sort with «Add string number to restore initial order»

    abbbs 0000002
    gjeje 0000001
    kdhrt 0000003

    «Restore initial order of strings (and delete numbers)»

    gjeje 0000001
    abbbs 0000002
    kdhrt 0000003

    or

    gjeje
    abbbs
    kdhrt

    2 Feature – Offline spell check
    Example of text
    like, example, sample, errur, haben, bekommen, lassen

    Function needs following parameters:
    Languages (dictionaries) — here English and German (EN-GB.dic/aff, DE-DE.dic/aff – if using Hunspell engine) (or other spell engine)
    checkbox «Ignore tags» (for tagged files)
    Emeditor checks spelling against both dictionaries word by word, putting wrong (or absent in chosen dictionaries) words into new tab (or custom symbol) separated file.
    Result
    errur[tab]errur (showing in column window on the right side. Putting cursor on error word there – showing first instance/number of instances in original file (on the left side))

    Correct them manually
    errur[tab]error

    And choose «Correct file» and Emeditor replaces all instances of «errur» to «error» checking word boundaries and case match (automatically or manually). (equivalent to Find: berrurb Replace:error with MatchCase & Regex checkboxes)
    This feature can be useful for quick checking of OCRed texts. This functions also give a possibility to spellcheck multilingual documents by choosing different language spelling dictionaries. (for now only MSword can spellcheck multilingual files)

    3. List of frequently used Regexes (saving them in config files)
    (when running macros that is a simple list of regexes, these regexes replaces list in Find/Replace box)
    4. Possibility to increase font size in Find/Replace window.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.