Forum Replies Created
- AuthorPosts
- skyParticipant
By the way, three lines of “\n″.
When “Include All Lines of Each Duplicate” is checked, the first “\n” will not delete.skyParticipantSuggest to add an option “Maximum File Size to Show Markers __ MB“.
For example: 50 MB, if file size larger than 50 MB, it will disable the Markers on Vertical Scroll Bar.
Thanks for your consideration.skyParticipantNow I found the root cause…
Vertical Scroll Bar default setting is “Display Only when Necessary”.
Minimap check box default setting is “unchecked”.If “Minimap check box” is checked, and the text lines is smaller than one screen page to display “Vertical Scroll Bar”, above problem will happen.
If “Minimap check box” is checked, and “Vertical Scroll Bar” setting is “Always Display”, above problem will not happen, it will display “Minimap” at right side.
If “Minimap check box” is checked, and “Vertical Scroll Bar” setting is “Nothing
“, above problem will not happen, “Wrap by Window” will work correctly, without “Minimap”.The expected action is suggest to display the “Minimap” once the “Minimap check box” is checked, even user just edit a small html file.
Or suggest not keep so many spaces at the “Wrap by Window” right side, when the “Minimap” is not yet display.skyParticipantFresh v17.1.0 beta 1 portable,
The “Encoding list box” will not show “Confidence” column by default.
If adjust “Confidence” column by manual, close and then launch EmEditor, it still can not show “Confidence” column.
If enlarge the “Detect All Result dialog box” width, close and then launch EmEditor, it will show “Confidence” column.skyParticipantThe “Paste Recent” command is even better than macro, because it can use Shortcut to select which item for paste.
But it can not set hotkey directly, after study, I got workaround solution:
1. Use Customize Menus, specify “Paste Recent” command in “User Menu (2)”.
2. Set hotkey for “User Menu (2)”.Hope it can set hotkey for “Paste Recent” command in the future.
Thanks.skyParticipantFixed on the v17.0.1, thanks.
skyParticipantFinally, I found the simple duplicate method, please ignore above steps.
1. Launch EmEditor
2. Click menu Help – Keyboard map – Keyboard properties
3. Click on the any EmEditor edit area (outside of dialog box)
4. Crash (100%)skyParticipantAfter test several times again, step 1~4 can be skipped.
Just need step 5~8 to reproduce this crash.
Tested on Win 7 64 bit and Win 10 64 bit.skyParticipantIn Find dialog, Click > button, try to use “Selected Text” or “Last Used Value” or “Fixed Value”.
Default setting is “Selected Text or Word at Cursor”.skyParticipantNow, change the Toolbars “Drop-down List Font” will effect “Symbol List” macro drop-down list box in EmEditor v17.0.0 (not beta version).
Thanks for quick update.skyParticipantStep 5~6 still have problem, and the new added “Clear History dialog box” have similar symptom.
step a. Click “Clear History…” button. (The cursor should stay on the 1st item “Recently used files,…”
step b. Check/uncheck the check box on the front of the “Recently used files,…”
The [Enable/Disable All] check box will be synchronized…Refer to help file for “Customize dialog box” and “Clear History dialog box”
Enable/Disable Selected Items check box Enables or disables selected items on the list.
Suppose current “Enable/Disable All” function, was “Enable/Disable Selected Items” function.
But help file did not change accordingly.skyParticipantSorry, I did not describe well.
“Symbol List” drop-down list box is come from Projects plugin or SymbolList macro.
Change the Toolbars “Drop-down List Font” will not effect “Symbol List” macro drop-down list box.BTW, suggest also add “Specify the Drop-down List Font SIZE” function.
Thanks.skyParticipantAnother problem is, from v17.0.0 beta 1, menu Macros -> Customize… -> Customize Macros dialog box -> Add
Try to add a new macro, ex.delBlankLines.jseeThe file name (delBlankLines) will not display on “Macros Toolbar” immediately. Until close and launch EmEditor several times.
If v17.0.0 beta 1 use menu Macros -> Select…, this is ok, it will display on “Macros Toolbar” immediately.
(“Select…” function is select only one item per time.)And V16.9.3 “Customize Macros dialog box -> Add” is ok.
skyParticipantBy the way, from v.16.9.0 “Symbol List” drop-down list box font size is very small, it is not easy to see.
16.8.1 “Symbol List” drop-down list box font size is ok.skyParticipantStep 1.
Find: (^.*)(\t.*)\n\1\t
Replace with: \1\2#Step 2.
Click [Replace All] buttonStep 3.
Repeat step 2 if need.skyParticipantMany thanks for your advise.
By the way, I am using portable version, so I added two lines under “FindBarReplace” in the ini file, and it works.
CWFind=300
CWReplace=300skyParticipantPlease try to check “Count Matches check box” in Find dialog.
=> Refer to EmEditor help: If this is checked, EmEditor counts the occurrences of the matched string in the document. The result will be displayed in the status bar.skyParticipantGood, EmEditor v17.0.0 beta 2 is works fine.
Thanks.skyParticipantIn EmEditor v17.0.0 beta1, EmEditor portable is still struggle and slow when Launch with very big eeCommon.ini (around 82MB)
My old solution is delete the big eeCommon.ini.
Now, my new workaround solution is use another new EmEditor portable to edit eeCommon.ini, and remove all “^BRP.*\n”.
It works, and also I can keep the other setting in EmEditor portable.As EmEditor v17.0.0 beta 1 release note mentioned that there are some “Newly added data files”.
Suggest move the “Batch Replace list data” from eeCommon.ini to BatchReplace.bin (for example)
So, the eeCommon.ini will not become very big, and then suppose it will not impact to EmEditor normal operation as well.skyParticipantFixed on the EmEditor v17.0.0 beta1.
Thanks.June 24, 2017 at 12:22 am in reply to: Question – Unsmooth /Slack operating while opening a 12MB XML file! #21998skyParticipantWorkaround solution: find all “<ap:” replace with”\n<ap:”
EmEditor can handle many lines file easily.June 23, 2017 at 7:47 pm in reply to: Question – Unsmooth /Slack operating while opening a 12MB XML file! #21995skyParticipantSuppose it is caused by the file with very long(column) text in one line or some lines.
For example:
1,000,000 lines of “0123456789\n” , 12MB,
View “Wrap by Window” => Vertical bar is smooth; Horizontal bar is N/A.
View “No Wrap” => Vertical bar is smooth; Horizontal bar is N/A.Try to remove all “\n”, it will become 1 line of “012345678901234567890123…..”, 10MB,
View “Wrap by Window” => Vertical bar is not smooth; Horizontal bar is N/A.
View “No Wrap” => Vertical bar is N/A; Horizontal bar is not smooth.skyParticipantVery impressed with the improvement on EmEditor v16.9.0.
Many thanks.May 15, 2017 at 8:32 pm in reply to: Installation of different versions of EmEditor on the same PC #21784skyParticipantFor the Project Plugin, try to check “Tools -> Customize -> Advanced -> Do not share process between documents (disables tabs) “.
For the other requirement, try to use “Sandboxie” software.April 4, 2017 at 5:52 pm in reply to: how to add sequential numbering to the beginning of the lines #21674skyParticipantStep 1. Press “Ctrl + Home”
Step 2. Edit -> Vertical Selection
Step 3. Press “Alt + N” (Numbering…)
Step 4. First Line = 001 , Increment = 1
Step 5. “OK” - AuthorPosts