Forum Replies Created
- AuthorPosts
- February 13, 2019 at 8:51 am in reply to: Software Wish-Edit the contents of multiple selection in a seperate dialog #25416
Yutaka 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,
Yutaka Emura
KeymasterThe next version will address this issue. Thanks!
Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next version. Thanks!
January 20, 2019 at 2:13 pm in reply to: Projects plugin-> This plugin doesn't work correctly? #24202Yutaka Emura
KeymasterThanks for screenshots.
Please right-click in the Projects custom bar, select Tools – Properties for Current Solution Template, and make sure “Read Only” option is cleared.Yutaka Emura
KeymasterThe issue is not easy to fix. How about writing a macro to work around the issue?
January 18, 2019 at 11:52 am in reply to: Projects plugin-> This plugin doesn't work correctly? #24198Yutaka Emura
KeymasterHello David,
To remove a file from a project, you will have to right-click on the file you want to remove, not on the project item. Can you send me a screenshot or a detailed description if you still have issues?
Thanks,January 17, 2019 at 1:04 pm in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24193Yutaka Emura
KeymasterI reproduced the issue with Chinese system locale on Windows 7. I will look into the issue.
Thanks,Yutaka Emura
KeymasterWe will fix this on the next version. Thanks!
January 16, 2019 at 10:40 am in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24189Yutaka Emura
KeymasterNo, I am not using DirectWrite. Which font are you using? Can you try another font?
January 15, 2019 at 8:03 am in reply to: Tab characters are invisible (0-width) in any non-TSV mode. #24187Yutaka Emura
KeymasterNo, it should be seen as “x x”. There should be a single-character-width gap between “x” and “x”.
Yutaka Emura
KeymasterBoth commands will be optimized on the next version. Thanks!
Yutaka Emura
KeymasterRelative path shouldn’t be specified for the Macros folder, but this issue will be fixed on the next version.
Yutaka Emura
KeymasterThese missing commands will be included to the All Commands menu on the next version.
Yutaka Emura
KeymasterThe issue with newline characters not matching to the current line will be fixed on the next version.
The Insert CR, Insert LF, and Insert CR+LF commands will be supported on the next version. - AuthorPosts