Forum Replies Created
- AuthorPosts
- April 3, 2017 at 5:16 pm in reply to: how to add sequential numbering to the beginning of the lines #21655skyParticipant
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”skyParticipantI 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.skyParticipantIf 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.skyParticipantI 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 ?skyParticipantTo 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.
- AuthorPosts