Forum Replies Created
- AuthorPosts
- May 24, 2020 at 10:56 am in reply to: Unable to disable “Right Click to Set Cursor Position” behavior #26802LTTParticipant
Yes please keep and revive this option.
I don’t want the cursor position to be moved casually.
(Let me see if the issues really affect my use.)And currently,
1:
** Application key opens the ruler menu.
It should open the Context menu.2:
When in a CSV mode, right-clicking in the ruler could change the column selection.
Personally I don’t think it should.May 24, 2020 at 10:49 am in reply to: Is it possible to add a description column in the batch replace window? #26800LTTParticipant1:
** Now all the items are checked when Batch board is open.
The status of the checkboxes should be remembered.2:
The current design for batch item editing is not acceptable for me:
Changing in the left board should NOT immediately change the selected item(s). I’d rather click a “Save” button to confirm the change.
Should use double-click or an “Edit” button to send the item to the left board.
Should revert the current search in the left board afterwards (if the user didn’t trigger the change during the editing).
In a word, operations for batch item editing should be explicit.
(I damaged some of my items while testing…)3:
Should be able to insert an item at the current position by using “Add”, rather than change the order afterwards.4:
After adding/editing, the list should scroll to that item.5:
I don’t see why the buttons below should be disabled while Batch board is open:
“Select All” button in “Find” dialog.
“Replace” button in “Replace” dialog.
“Extract” button in “Find in Files” dialog.LTTParticipantNot only does EmEditor have such fine options/commands, it also allows you to search options/commands several ways:
* Search options/commands in Keyboard Map or Quick Launch.
* Ctrl+F in Customize, and Configuration Properties.
* Search in the help.LTTParticipantI see 1 is fixed in 19.8.2.
And the initial behavior of the encoding list changed. Nice!6+:
When Tab Style = Button.LTTParticipant19.8.2
B+:
But by disabling “Show New Options” we usually want to see a wider view for the lists, when the window is not wide enough.
The previous behavior (to hide the right board) was better.C+:
Disable/enable “Show New Options” from in the context menu of the list area.
** The CPU usage goes up, and the Start window is abnormal now.D:
Removing an item from the list will not delete the corresponding file/folder.
But I think a workspace file is another case. I hope it can be deleted when I remove the item.
Currently even the RecoveryData.eeWorkspace / AWS files will remain.LTTParticipant6:
Does not show ReadOnly/Compare/SyncScroll icons on tabs.
Seems to be a resource problem.LTTParticipant>2:
See the image:
upload.ee/image/11527228/EmEditor_Icons_Small_StartWindow_18vs19.png
Right: Some of the file icons look poor in v19. **
Left: v18 is OK.A:
Select item(s) in the list using keyboard.
Press Del key.
** The focus will go to the top item.
Please keep the focus on the adjacent item.B:
Disable “Show New Options”.
** Clicking “Workspace” button (at the bottom) will not work.C:
Then enable “Show New Options” from in the context menu.
** The CPU usage goes up, and the Start window is abnormal now.LTTParticipant1:
Enable “Use uchardet to detect file encodings when the Detect All option is set”.
Open a file.
It prompts for encoding.
Choose “Select Encoding from List”. OK.
** The file is opened directly with System Default encoding. There’s no chance to select encoding.2:
Check/uncheck the uchardet option in Start window.
** The change does not work instantly.
I have to open Customize dialog once (but no need to click OK), or restart EmEditor.3:
The background color in Status bar is changed (and not neat) in the new version:
upload.ee/image/11526838/EmEditor_Status_BGcolor.png
Maybe it’s a classic-theme issue. But will you optimize it a little?
(Personally I prefer the gray it was before.)4:
I also notice that the text in Status bar is closer to the top border now.
So how about decreasing the height of Status bar by removing the bottom blank?5:
Customize: Workspace/Language:
** The color of the link text is changed to black now.LTTParticipantSee if you can reproduce it this time:
Default settings.
Enable “Middle Click to Paste”.
Find in files.
Middle Click in the find-in-files result.
Undo.
Middle Click.
▲ This step (paste) is not saved in the Undo history.
(“Redo” in the above post should have been “Undo”.)—————
Disable “Middle Click to Paste”.Active String setting:
URLs: Middle Clicked event: Action: None + Select String before ActionFocus Find toolbar.
Middle click a URL in the view.
The URL is selected.
** But the focus is still in Find toolbar.
The immediate Ctrl+C (to copy the selected URL) will miss.So please also make middle click set focus in such cases, which I think is a “natural” behavior.
March 14, 2020 at 3:56 pm in reply to: “Prompt when End of Document is Reached” works only once on finding next #26667LTTParticipant19.6.93
Same steps.
** Then need to Cancel twice.LTTParticipantRun this snippet: ${3:<${1:strong}>${2:${SelText}}</$1>}$0 Result: <strong></strong> Type: x Result: <x></x> Undo. Result: <strong></strong> Type: a ** Result: <a></strong>
LTTParticipant2 is not fixed yet.
LTTParticipanti.ibb.co/86kgv1p/Em-Editor-Cur-Line-BGcolor.png
Left: When dragging downward.
Middle: When mouse released. (OK)
Right: When dragging upward. (OK)LTTParticipantThe macro:
pastebin.com/P6r36UX4LTTParticipantAnother example:
—————
Display settings:URLs:
Style = UnderlineString enclosed by double quotation marks “…”:
Style = Dotted Line—————
Active String settings:
URLs:
Hovered event = run this macro:
[code]ShowTip(‘Open‘, eeShowTipActiveString);[/code]—————
Sample text:
“www.url”—————
** When the URL is hovered, the tooltip is not correct.
(The tooltip text should be “Open” and clickable.)LTTParticipantDrag downward in line number area,
** the background color for “current line” (at the bottom of the selection) is thinner than normal.—————
Issue 2:
Unable to select by dragging upward in line number area from below the empty EOF line.LTTParticipantI mean the Reset buttons such as in the “Keyboard” page mentioned above.
(emeditor.com/forums/topic/wordcomplete/)February 16, 2020 at 8:56 am in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26612LTTParticipantBy “Add Next (Next) Occurrence” I mean either of the two commands.
The ideal process I expect is:
Add Next (Next) Occurrence. (= Use either of the two commands.)
Then I see and check the new added one.
If it’s not wanted, I use “Deselect Bottom Selection from Multiple Selections” command.
Then I go on to add the next. Therefore I expect EmEditor should skip automatically for me, rather than I move/select manually.—————
Suggestion 2:
Add Next (Next) Occurrence
▲ Hope the two commands can be used via Find dialog box and/or macros, so regular expressions can be used.February 13, 2020 at 11:35 am in reply to: Exclude CSV/normal mode switching from Undo/Redo history #26609LTTParticipantSwitching CSV modes also changes the Last Edited Position.
“Move to Last Edited Position” command is affected.
I don’t think it’s proper.LTTParticipantThank you for this change.
And you might missed the last line in my first post:
Almost all the sub-pages for the properties from: emeditor_en.chm::/macro/config/index.htm
e.g.:
/macro/config/association.htm
/macro/config/auto_save.htm
…LTTParticipantBy the way,
▼ In these help pages, you use “start”:
/cmd/edit/right_word.htm
/cmd/edit/shift_left_word.htm
/cmd/edit/shift_right_word.htm▼ But in this page, you use “beginning”:
/cmd/edit/left_word.htmIt affects the search.
e.g. Search in the CHM:
start near wordLTTParticipantSuggestion 1:
Is it possible to make the alternative behavior also work for symbols?
I hope I can stop between a symbol and a whitespace character:
x = y
+ – * !Suggestion 2:
Is it possible to make “Delete Left/Right Word” commands also obey the two options?February 13, 2020 at 9:43 am in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26604LTTParticipantBut the skip behavior is more convenient, especially when the further occurrences are far from each other, or are not in sight.
And when skipping (which is actually searching the next by EmEditor), I will not miss any further occurrence.
If I move cursor manually, or use mouse to add the next wanted, I could miss some if I don’t see all in between.So please consider reviving this “beneficial bug”, or adding an option for it.
February 8, 2020 at 1:26 pm in reply to: Add Next Occurrence, Deselect Bottom Selection, Skip #26582LTTParticipantBut please consider the skip as a feature.
Otherwise one can not go further using keyboard for the next occurrence when “Add Next Next Occurrence” command can not reach.And the current behavior is not correct yet:
{x}
{x}
{x}
{x}
Select the 1st “x”.
Add Next Occurrence.
Add Next Occurrence.
Deselect Bottom Selection from Multiple Selections.
Add Next (Next) Occurrence.
** The bottom selection is “}”.LTTParticipantAlso hope the tooltip can be shown even when the hovered Active String is in a selection.
> ** The Percent-encoding in the URL never shows the tooltip.
▲ I noticed this issue is fixed.
Hope there will be more optimization when opportunities mature.New found issue:
URLs: Hovered = a macro that will show a tooltip (using ShowTip method).
Percent-encoding: Hovered = Decode and Show as Tooltip.
** When a Percent-encoding string in a URL is hovered, the tooltip will flicker. - AuthorPosts