Forum Replies Created
- AuthorPosts
- LTTParticipant
“Customize Update” button in Start window
Portable version.
Default settings.
Open Start window.
Press Tab key till “Customize Update” button is focused and appears. **The button should be hidden.
LTTParticipantEdit:
1:
…
Type “untitle” or “untitled”.
…LTTParticipantRight click the menu bar and open “Customize Menus”. You can add the command anywhere in the menu.
If you can’t find the command you want to add, search it in Keyboard Map (or Quick Launch) and see the category it belongs to.And you can even use a keyboard shortcut (also customizable) to trigger a command.
Yes, I also think such features in EmEditor need to be enhanced.
But we are off topic…
Please keep one topic per thread if not relevant.LTTParticipant@Yutaka
It does not work for me either. (Default settings, Win 7.)
And you know we can preview the changed color in the view (before clicking OK/Cancel). This color does not work in the preview.
@ArthurZ
Right click the minimap (or the vertical scrollbar) and you can see the command(s) in the menu.LTTParticipant1:
In Configuration Properties window:
Ctrl+F.
Type “untile”.
** No result.2:
Search with “title” in KeyboardMap/QuickLaunch.
** There’s a wrong item:
Customize: CSV: Automatically Show/Hide Cell Toolbar
LTTParticipantUndo order
Default settings.
Type “%30x” before a new line character.
Hover on “%30” and select “Convert” in the tooltip.
Undo.
Undo.Issue 1: The order of the undone steps was not correct. (Also seen in Undo/Redo History.)
Issue 2: That new line character changed.LTTParticipantRecent File List issue in tray menu:
Default settings.
Open and close file A and B.
Now tray menu shows:
1 B
2 AClick 2.
A is open. Now tray menu shows:
1 A
2 BClick 1.
** B is open.LTTParticipantIn Customize (or Configuration Properties) window:
Ctrl+F.
Type “selection”.
** No result.LTTParticipantIs it possible to support these in the future:
Drag and drop CSV column(s) between windows.
Multiple vertical selection (e.g. 2 individual CSV columns).LTTParticipantMaybe @Konstantin means that EmEditor lacks a “real view” for markdown?
e.g. **aaa**
“aaa” should be bold while the “**” pair should be hidden.LTTParticipantSomething like this?
yTop = document.selection.GetTopPointY(eePosLogical);
yBottom = document.selection.GetBottomPointY(eePosLogical);
var line_random = Math.floor((Math.random()*(yBottom – yTop + 1)) + yTop);
document.selection.SetActivePoint(eePosLogical, 1, line_random);LTTParticipant20.3.901
Text:
aaa bbbSelect “aaa” and “bbb”. (2 selections.)
Run this macro:
xPos = document.selection.GetActivePointX(eePosLogical, 1) + 2;
yPos = document.selection.GetActivePointY(eePosLogical, 1);
document.selection.SetActivePoint(eePosLogical, xPos, yPos, true, 1);** Error occurs (where the selections should merge).
LTTParticipantNot a big thing, but I will miss this handy and unique feature next time I need it via the shell menu…
LTTParticipant> Multi-column sorting
Sorry I forgot the “Advanced Sort”…November 15, 2020 at 5:44 am in reply to: The 4 filter commands don’t select non-alphanumeric string #27161LTTParticipantEdit:
“Set Word to Find” command does not select but just receive the string at cursor.I realize the current design is better.
Auto-picking a non-alphanumeric string often makes little sense.Now I even think “Set Word to Find/Replace” commands should behave this way.
LTTParticipant> Removed emedshl.dll and emedshl64.dll files from installers, and added Registry keys and values related to the Explorer context menu.
But /fd does not accept more than one folder, while the dll does.
LTTParticipantThe cursor position is correct now.
** But after “Wrap Indent” is toggled, the “current line background color” doesn’t follow.
See the right image:
img4.imagetitan.com/img4/nggNgpEvY8uEZLt/23/23_emeditor_wrapindent_currentlinebgcolor.pngLTTParticipantThere are still some “mysteries”:
3:
Open Batch in “Find in Files”.
Close the dialog.
Open Find.
Open Batch in Find.
Close the dialog.
Open Find again.
Close Batch in Find.
Close the dialog.
Open “Find in Files”.
** Its Batch is closed.4:
Open Batch in Find/Replace.
Press keyboard shortcut for Replace/Find.
** Its Batch is closed.
(Also occurs in “Find/Replace in Files”.)LTTParticipantI mean the unresolved issues I collected in the thread below (and you said you would consider the solution in the future):
emeditor.com/forums/topic/active-string/#post-23156e.g. Click to select a nested Active String.
Thank you for the macro solution.
I’ll try to workaround these issues via macros first.
If not resolved, I’ll post them one per thread clearly.LTTParticipantTextPad can do up-to-3-key sorting, but on same-length text only.
I’m afraid you didn’t get what I showed to you. Note the lower half in my image.LTTParticipant2:
I was not able to describe how to reproduce another issue till now:Enable “Wrap Indent”.
Indent a wrapped line (as the left image shows ▲).
** Such lines cannot be redrawn well, e.g. minimap/tooltip/WordComplete/menu covering leaves blanks in the wrapped view lines.LTTParticipanti.ibb.co/cQ8sKXd/Em-Editor-Wrap-Indent-Cursor.png
▲ Middle: When I turn off “Wrap Indent”.
▲ Right: When I turn on “Wrap Indent” again.LTTParticipantIf ActiveString_1 contains ActiveString_2, the hovered inner one (i.e. 2) should take precedence.
And hope other issues can be resolved when feasible:
emeditor.com/forums/topic/active-stringLTTParticipantTools menu:
Properties for Current/All configuration(s):
File:
“CSV files to Detect” list:
Uncheck the item not needed.Or,
Tools menu:
Customize: (Global settings are here.)
CSV:
“CSV Formats” list:
Delete the item not needed.But think twice and learn some CSV features. You might find them useful someday, not only for CSV files, but also for common editing.
e.g. By using different character as CSV delimiter, you can view/align/sort/copy/edit/… a part clearly+easily:
i.ibb.co/0VbxXQb/Em-Editor-CSV-Column-Sort.png
▲ The image shows your m3u file sorted by the year, and by the sequence number.LTTParticipantSettings is as above.
If the URL contains a percent-encoded string, e.g. %22, the tooltip will flicker when mouse cursor hovers over %22. - AuthorPosts