Forum Replies Created
- AuthorPosts
Yutaka Emura
Keymaster5 lines of text.
Select from line 2 to 4 by dragging in line number area. (Now the active point is at the start of line 5.)
Use “Join Lines” or “Remove Newline Characters” command.
** I think line 5 should not be joined.v18.7 ignores the last newline in the selection if it is the last character in the selection, but I need to revert to the original specs because some customer complains the behavior difference. If you really want the new behavior, I will have to make it optional.
Yutaka Emura
KeymasterWe will fix these issue on the next version.
Thanks,Yutaka Emura
KeymasterThis issue was fixed on v18.7.0.
Yutaka Emura
Keymasterv18.6.95 will address the issues related to the column selection by clicking the column headings
Yutaka Emura
Keymaster1. will be fixed on the next version (v18.6.95). Thanks!
Yutaka Emura
KeymasterA, B, C, D, and Issue 5 will be fixed on the next version (v18.7.0 or v18.6.95 if released).
Yutaka Emura
KeymasterThe issue 1 and 3 will be addressed on the next version (v18.7.0).
Yutaka Emura
Keymaster1:
Wrap by Window.
“Select Line” or “Select Logical Line”.
Move cursor left/right/up/(down).
** The selection could extends 1 (more) view line downward.This issue will be fixed on the next version v18.7.0.
2:
“Select Line” or “Select Logical Line” 3 times.
** It’s in multiple-selection mode.Just like F8 (Select Character), EmEditor allows you to select multiple lines. If you “select Line” 2 times, and then press Up or Down to go to another line and “Select Line” to select 2 lines.
Yutaka Emura
KeymasterI can’t reproduce the issue on my machine (Windows 10) and a virtual machine (Windows 7), but it might be related to graphic driver. Which version of OS and graphic card are you using? Can you try updating the graphic driver?
Yutaka Emura
KeymasterThis issue will be fixed on the next version (v18.7.0 or v18.6.95). Thank you!
Yutaka Emura
KeymasterShift+Wheel should scroll the view horizontally, shouldn’t it?
But now it’s not working.Shift+Wheel should scroll horizontally. I tested both on Windows 7 and Windows 10.
Which brand of mouse are you using?Yutaka Emura
KeymasterSuggestion 2:
Hope one can open workspace(s) without closing the current windows:
Add such a checkbox option in Start window, and in Customize:Workspace.Actually, you can select a workspace while pressing CTRL key, and the current windows will not close.
Suggestion 3:
Hope one can open multiple files/workspaces at a time:You can use keyboard (SHIFT + DOWN/UP), or CTRL + click to select multiple items.
New issue:
When Start window is opened (automatically or manually) in an empty tab, the text cursor will disappear, even when Start window is closed.If you press the DOWN key to open the Start Window, the Restore Previous Workspace button will have the focus initially (no text cursor appears), but pressing the UP key will bring the focus back to the editor (the text cursor will appear). Otherwise, the text cursor should appear initially. If you believe there is a bug, please let me know how to reproduce the issue.
Yutaka Emura
KeymasterExcept for Suggestion 1, these issues were already addressed in v18.7.0 beta.
March 21, 2019 at 7:31 pm in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25530Yutaka Emura
KeymasterNow we can do multi-selection by pressing [Ctrl] key. I wonder if possible to use “search result” as multi-selection area. Search function is powerful enough, if use search result directly, we can reduce time to do selection.
In the Find dialog box, instead of clicking “Find Next” button, you can click “Select All” button, then all the search results will be selected.
Yutaka Emura
KeymasterThese issues will be fixed on the next version. Thank you!
Yutaka Emura
KeymasterHello LTT,
A. One way to insert tabs in empty lines is, make a vertical selection (CTRL + ALT + Up/Down arrow) where you want to insert tabs, and press TAB.
I will fix issues B and D on the next version.
Thanks,
Yutaka Emura
KeymasterThe Symbols list comes from the Projects plug-in. Any customizations can be done within the Projects plug-in. I am not sure what you want to do with regular expressions.
Yutaka Emura
KeymasterAre you referring to Exuberant Ctags files? If so, the Projects plug-in (included in the typical EmEditor install) supports it. There is the “Use Fixed Tag File” option and “Tag File Name” text box in the Symbols page of the Solution Template Properties.
March 1, 2019 at 1:10 pm in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #25449Yutaka Emura
KeymasterHello LTT,
This issue will be fixed on v18.6.5.
Thanks,February 13, 2019 at 8:51 am in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25416Yutaka Emura
KeymasterHello,
Thanks for inputs. That’s interesting.
If you just want to replace these multiple selections with ascending or descending numbers, you can press ALT + N after you make multiple selection, and then specify the new numbers.Thanks,
Yutaka Emura
KeymasterI just need to clarify your question. Do you want the 4th parameter (in this case “|FolderName|Snippets|”) case-insensitive?
Yutaka Emura
KeymasterThis issue was fixed on the latest version – v18.6.4.
Thanks,
Yutaka Emura
KeymasterI need to revert Word Right/Left (Extend) commands to previous behaviors because some users complain the behavior changes. However, I added registry values, and settings those values can alter the behaviors:
HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common
WordLeftType
WordRightType
Both REG_DWORD
Please set 1 to both values for your preference.
On the next major version, I will add this option available to the Customize dialog.
Thanks,
Yutaka Emura
KeymasterI can’t reproduce the issue. (I see this is just a portion of your macro, and I tested by deleting the last line “switch(whichItem)”.
It seems that EmEditor is not properly installed. Can you uninstall EmEditor, restart Windows, and install EmEditor again?
Thanks,
Yutaka Emura
Keymaster1. We will fix this on the next version.
2. The next version will allow you to use this second form (notice the 3rd parameter is 2):
editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 2, "/FolderName/SnippetName" );
The separator character (in this case, ‘/’) must be used as the first character of the string.
‘/’ can be any single character. For instance, the following is also OK.editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 2, "|FolderName|SnippetName" );
You can still use the old form (3rd parameter is 1) to keep backward compatibility.
- AuthorPosts