Forum Replies Created

Viewing 5 posts - 101 through 105 (of 105 total)
  • Author
    Posts
  • sky
    Participant

    Step 1. Press “Ctrl + A” (Select all)
    Step 2. Press “Tab”
    Step 3. Change to CSV tab mode
    Step 4. Select all Col 1
    Step 5. Press “Alt + N” (Numbering…)
    Step 6. First Line = 001 , Increment = 1
    Step 7. “OK”

    in reply to: Two problems.. #21343
    sky
    Participant

    I am using the newest version “EmEditor v16.3.0 beta 6”, and also the “Vertical Indicator” color problem is still there.
    I have sent you email with relative attachments.

    in reply to: How to increase the speed for removing "\n" ? #21019
    sky
    Participant

    If I change to Binary (Hex View), and find “hh hh 0D 0A hh hh” replace with “hh hh 40 40 hh hh”
    Then change back to UTF-8, and find “@@” replace with “”(nothing).

    It will be very fast for combine some lines, but can not combine all lines.
    Due to there are some strings will have one more “space” between hex code.
    Ex. “hh hh 0D 0A hh hh” or “hh hh 0D 0A hh hh”

    Therefore, if Emeditor can provide pure Hex View without any additional “space”.
    Or suggest Emeditor can provide pure command line mode without Windows interface.
    I believe it can be done.

    in reply to: Chinese convert problem #21013
    sky
    Participant

    I am ashamed to say, I am not a programmer, I don’t understand how to modify the source code, and also don’t know how to compile the source code.
    Just interest in typeset pure TEXT(Chinese and English) documents via HTML or CSS.

    By the way, there is good tool: OpenCC (https://github.com/BYVoid/OpenCC) an opensource project for conversion between Traditional Chinese and Simplified Chinese.
    Is it possible to implement to EmEditor as plugin or built-in ?

    in reply to: How to increase the speed for removing "\n" ? #21012
    sky
    Participant

    To delete blank lines, “Delete Bookmarked Lines” is very good, less than 1 second !!

    But even I have enough physical memory(16GB ram vs. 42MB data), combine lines or split lines is still slow.

    Anyway, thanks for your tip for the first question.

Viewing 5 posts - 101 through 105 (of 105 total)