Forum Replies Created
- AuthorPosts
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.
Yutaka Emura
Keymaster1. The triple-click column is obsolete now because you can now single-click the headings to select a column. I will update the option name.
2. Currently, it is not possible.
3. We will think about improving the titles.
4. We are correcting the page and index of the CHM.
5. There are so many values in the registry, but we will think about that in the future.
Thanks,
Yutaka Emura
KeymasterI see. This will be fixed on the next version. Thank you.
Yutaka Emura
Keymasterv18.6.0 beta 1 (18.5.91) fixes this issue. I will think about the background color option in the future.
Yutaka Emura
Keymasterv18.6.0 beta 1 (18.5.91) fixes the first issue regarding ESC key.
I couldn’t reproduce the issue with drag and drop.Yutaka Emura
Keymasterv18.6.0 beta 1 (18.5.91) fixes this issue. Thanks!
Yutaka Emura
KeymasterAuto-saved documents are saved with the same encoding as the original document. By default, untitled document will be created as the system default encoding (Western European for European Windows, Chinese for Chinese Windows, etc.), and thus Unicode characters will be lost. To work around this issue, please go to configuration properties for Text, select the File page, click the New Files… button, and select UTF-8 form Encoding drop-down list box. This way, new untitled documents will start as UTF-8 encoding.
I might actually consider making UTF-8 as default encoding for future versions.
Thanks,
- AuthorPosts