Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterHello,
I will fix those issues. Thank you!
October 17, 2016 at 11:49 am in reply to: Make Extract All line Separator character(s) optional #21196Yutaka Emura
KeymasterHello Edward,
This was fixed on v16.2.1. Please update to v16.2.1.
Thanks,
Yutaka Emura
KeymasterI now understand. You might want to reset the Incremental search button when dealing with a very large file. I will try to fix this issue.
Thanks,
Yutaka Emura
KeymasterI still couldn’t understand what the problem is. Could you please write the details where the problem is?
October 6, 2016 at 12:31 pm in reply to: Selected text moves next to cursor – is it bug or feature #21165Yutaka Emura
KeymasterI reproduced this issue. It is trying to drag the selection but it shouldn’t. I will fix it for the next version.
Thanks!
October 5, 2016 at 11:29 am in reply to: Run Macro with Hotkey doesn't cause it to be default on Macro Menu #21153Yutaka Emura
KeymasterHello Paul,
You can clear the “Add to My Macros when New Macro is Saved or Selected” check box in the Options tab of the Customize Macros dialog box. Does this work for you?
Thanks,
October 5, 2016 at 11:27 am in reply to: Delete/Bookmark Duplicate lines (Advanced) dont bookmarka all duplicate lines #21152Yutaka Emura
KeymasterThis will be fixed on the next version.
Thanks!
October 5, 2016 at 10:59 am in reply to: Selected text moves next to cursor – is it bug or feature #21151Yutaka Emura
KeymasterHello,
I am not sure what you did at the last moment after you selected “#Version: 1.0”
Can you explain more details?
October 5, 2016 at 10:49 am in reply to: Filter lines – customize number of lines before and after #21150Yutaka Emura
KeymasterHello,
How many lines do you need?
Yutaka Emura
KeymasterI could see the image, but I am still not sure what the issue is.
You might want to reset the “Incremental Search” button. If the Incremental Search is on, the editor will be refreshed with the new filtered results as soon as you change the number of additional visible lines above/below matched lines.
Yutaka Emura
KeymasterThis will be fixed on the next version.
Thanks,Yutaka Emura
KeymasterHello,
I am not sure what you mean by “use select line after and before and not changing value in there app refresh filtering”.
Can you please explain more details, and perhaps send me a screenshot with step-by-step procedure?
Thank you,
Yutaka Emura
KeymasterHello,
I optimized the speed while filtered on beta 3.
Thank you!
Yutaka Emura
KeymasterHello voiid,
This will be fixed on the next version, beta 3.
Thank you!
October 1, 2016 at 2:29 pm in reply to: Filter lines – option to show lines before and after finded #21098Yutaka Emura
KeymasterHello,
Beta 2 shows a separator line between separated blocks after filtered, and you can change the color and style of the lines in the Display tab of Configuration Properties, select User-Defined Guides in the Specify Part list box, and select Text Color or Style.
Thanks,
Yutaka Emura
KeymasterHello Bogumil,
I reproduced the issue, and I will look into the issue. However, this is just because EmEditor tries to locate a correct line location from filtered documents, and lots of calculations are involved. You might want to extract all filtered lines to a new document by clicking the “Extract All” button on the Filter toolbar after you filter a document, or you can go to the Find dialog box, and use the Extract All button. Then you can work much faster with the newly created document.
Thanks,
September 30, 2016 at 3:51 pm in reply to: How to get the number of the last VISIBLE (filter-wise) line number in document? #21093Yutaka Emura
KeymasterHello LifeTimer,
On the next version (v16.2.0 beta 2), you can use eePosCellView flag to specify the coordinate in Cell View mode. For example:
document.selection.SetActivePoint( eePosCellView, 1, 7, false );
will set the active cell at (1,7) in the view.
Thank you,
September 28, 2016 at 1:35 pm in reply to: How to get the number of the last VISIBLE (filter-wise) line number in document? #21086Yutaka Emura
KeymasterHello LifeTimer,
Thanks for clarification.
You can use:
editor.ExecuteCommandByID(4461);
to select the current column without headings.
Thank you,
September 26, 2016 at 1:07 pm in reply to: How to get the number of the last VISIBLE (filter-wise) line number in document? #21081Yutaka Emura
KeymasterHello,
document.GetLines(eeGetLineView);
should always return the number of only visible lines. Please make sure you add the “eeGetLinesView” flag as written above.
Can you make sure you use the latest version of EmEditor?
If the problem persists, please write the issue with a very simple example with a few sentences (as simple as possible).
Thank you,
Yutaka Emura
KeymasterIt should be:
editor.ExecuteCommandByID nID
I will fix this documentation.
Thank you!
September 16, 2016 at 2:43 pm in reply to: Possible to set a "Marker" (Highlight Word) from within a macro? #21045Yutaka Emura
KeymasterHello,
I will think about adding macro object/methods/properties related to markers.
Meanwhile, you can use the Add to Markers command:
editor.ExecuteCommandByID(4560);
I hope this helps.
Thanks,
Yutaka Emura
KeymasterI will certainly think about that in the future.
Thanks,
September 6, 2016 at 11:30 pm in reply to: How to get the number of the last VISIBLE (filter-wise) line number in document? #21032Yutaka Emura
KeymasterHello LifeTimer,
The following macro should get the number of visible lines.
n = document.GetLines( eeGetLineView );
Can you please try and let me know if you have further questions?
Yutaka Emura
KeymasterHello JohnQSmith,
You are right. I will update the color themes.
Thanks!
Yutaka Emura
KeymasterHello sky,
I reproduced the issue, and it will be fixed on the next version.
Thanks,
- AuthorPosts