Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterIssue 3-3 also occurs on Untitled documents.
I am not sure what you mean by this? Are you talking about a normal untitled document (NOT grabbed text)? If so, this is an intentional behavior.
Yutaka Emura
KeymasterI am not sure if you tried, but you can use the Advanced Filter on the Filter toolbar.
As for your second suggestion, I am not sure if the “Wildcard” is a good solution. Regular expressions should be easy to understand and flexible. Please let me know if you need more help.
Thanks,Yutaka Emura
KeymasterAs for double-clicking on an Option item, this will be fixed on the next version.
Yutaka Emura
KeymasterAll these issues will be fixed on the next version. Thanks!
Yutaka Emura
KeymasterIssue D: I reproduced the issue. Thank you.
Issue E: I will think about an option in the future.Yutaka Emura
KeymasterIssue D: We can’t reproduce the issue with EmEditor v17.8.0 whether DirectWrite is on or off. Can you make sure you are using the latest version of EmEditor, and can explain once more in details?
Issue E: WordComplete plug-in does NOT monitor dictionary file changes. If this is important, we might add extra code to monitor those changes.
Issue G: We reproduced the issue, and will fix it on the next version.
Issue ZZ: We will add these accelerators on the next version.
Yutaka Emura
KeymasterAs for the macro, yes, you are right. The last line of the macro was not necessary.
I might think about the ability to grab EmEditor by EmEditor. Thanks,Yutaka Emura
KeymasterIssue E and G: I am NOT sure what these issues mean. Can you please describe them?
Issue F: I might think about adding a new option to specify the encoding of the dictionary file.
Issue H and I: Since WordComplete is a plug-in and NOT a core feature of EmEditor, it isn’t as flexible. To address these issues, we would make it a core feature of EmEditor, otherwise EmEditor would become much slower.
Issue J: It is an expected behavior by internal code design. We’ll fix the Help in the future.
Suggestion 3: The Home/End key will be available on v17.8.0. Thanks!Yutaka Emura
KeymasterOK. It will be something like this on v17.8.0:
[72|>80]Yutaka Emura
KeymasterHello,
I can’t reproduce the issue D. Can you?Yutaka Emura
KeymasterThe Automatically Name Untitled Document option issue will be fixed on v17.8.0. Thanks!
Yutaka Emura
KeymasterThese issues will be addressed on v17.8.0. Thanks!
Yutaka Emura
KeymasterHello,
“currDoc.Activate();” was necessary before the “doc.Saved = true;” line because a particular internal code reason.
We can’t allow EmEditor grabbing EmEditor if both documents are in the same group window by design. Why do you need this ability?
Issue 3-2 and Issue 3-3 will be addressed on the next version.
Thanks for all the comments!
Yutaka Emura
KeymasterWe will change the default menu item to “Jump” for Options. Thanks,
Yutaka Emura
KeymasterHello,
Suggestion 1:
The next version (v17.7.97) allows you to do searches par your request.Suggestion 2:
We will think about that in future versions.Issue A:
The next version (v17.7.97) addresses this issue.Issue B:
Already fixed on v1q7.7.96.Issue C:
I am not sure where you want to double-click. Can you please describe in details?Issue D:
If you select Keymap on the Help menu, “All Configurations” check status will be restored.Issue E:
We might think about changing the UI in the future.Issue F:
We optimized the behavior.Issue G:
The behavior depends on whether the focused item is at the top of the multiple selections, or the bottom of the multiple selection. If the focused item is at the top of the multiple selections, pressing UP will set the focus to the search box but I think this is the correct behavior.Issue H:
I might think about that in the future.Issue I:
The next version (v17.7.97) addresses this issue.Issue J:
The next version (v17.7.97) addresses this issue.Issue K:
It depends on whether the “Keep this Window Open” button is pressed on the Quick Launch window. The next version (v17.7.97) addresses this issue.Thanks for all the bug reports!!
Yutaka Emura
KeymasterHello,
As for Suggestion, you can use the following macro:
currDoc = document; docs = new Enumerator( editor.Documents ); for( ; !docs.atEnd(); docs.moveNext() ){ doc = docs.item(); if( !doc.Saved ) { doc.Activate(); doc.Saved = true; } doc.close(); } currDoc.Activate();
As for Issue 1, we don’t support EmEditor grabbing EmEditor, please! We will disable this on the next version.
As for Issue 2, we will undo the “Close without Save” command change. I don’t really want to change the specs back and forth. Please think twice before suggesting a change or consider writing a macro next time.
As for Issue 3, I agree. We will change the initial status to no “*” for grabbed text.
As for Issue 4, Currently, the split persists. Do you want the split NOT persist?
Yutaka Emura
KeymasterWe finally figured out the reason of this issue, and it should be fixed on the next version.
Thanks for your patience.Yutaka Emura
KeymasterI reproduced the issue, and it will be fixed on the next beta (v17.7.95) but not all cases are supported, for instance, Undo after deleted lines.
Yutaka Emura
KeymasterI reproduced both issues (Adjust Visible Lines Only, and last 2nd empty line visible), and they will be fixed on the next beta (v17.7.95).
Thank you!Yutaka Emura
KeymasterWe reproduced this issue, and it will be fixed on the next beta version. I am NOT sure if I can support this X-Mouse behavior completely in EmEditor and its plug-ins, but let me know if there are any other issues. Thanks,
Yutaka Emura
KeymasterI am not sure if I understand your question. In my test, the current line in pane 2 changes as I add/remove lines in pane 1.
Yutaka Emura
KeymasterWe reproduced this issue, and it will be fixed on v17.9.95.
Yutaka Emura
KeymasterAs for the first one, we changed the behavior par your comment on the next beta (v17.7.95). Thanks,
Yutaka Emura
KeymasterAs for Issue C, in this case, you will have to Backspace to delete your text “unes” and type “UNES”. That is the purpose of this “Never and Keep Original Text when Completes” option.
As for Issue 3, we reproduced the issue, and it will be fixed on the next beta.
As for Issue 4-2-2, yes, we fixed this issue.
Thanks,
Yutaka Emura
KeymasterCurrently, “(Whole Document)” does the entire documents even if some lines are filtered out. I will think about adding a new command that can adjust only filtered lines in the entire document.
I can’t reproduce the bug. I would appreciate if you could let me know how to reproduce it.
As for Issue 2, I assume it is a negative filter, and I will fix it on the next beta.
As for Suggestion, if you choose “Display Coordinates” in the General page of configuration properties, you will see the line number according to the filtered result.
- AuthorPosts