Forum Replies Created
- AuthorPosts
- June 22, 2016 at 10:20 am in reply to: External Tools > Input "Document" adds extra garbage at the end of input #20938
Yutaka Emura
KeymasterHello atnak,
I used your sample program, and reproduce the issue. I found that EmEditor always outputs EOF (0x1a) when the “Selection” or “Document” is selected for the Input in the External Tool Properties.To work around this, you can select the “Custom” for the Input, and then enter “$(DocText)” for the “Custom” text box, and make sure the “Add EOF” check box is cleared.
On the next version, I will make the “Add EOF” check box enabled even when “Selection” or “Document” is selected.
Thanks!
June 15, 2016 at 5:37 pm in reply to: External Tools > Input "Document" adds extra garbage at the end of input #20914Yutaka Emura
KeymasterHello,
I believe 0x1A is an End-Of-File (EOF) character, and the cat command probably produces the EOF.
June 9, 2016 at 9:56 am in reply to: Button "Select all" in Find dialog box is grayed out on version 16 beta2?! #20911Yutaka Emura
KeymasterHello David,
Can you check if the “Enable Multiple Selections” check box is set in the Edit tab of the Customize dialog box?
Thanks,
June 8, 2016 at 1:32 pm in reply to: Button "Select all" in Find dialog box is grayed out on version 16 beta2?! #20909Yutaka Emura
KeymasterHello David,
I am not sure why the Select All button is grayed out. Can you download the latest version (v16.0.2) and try again without copying your old INI files?
Thanks,
May 26, 2016 at 10:44 am in reply to: Inconsistent mode when filtering out row when in cell edit mode #20900Yutaka Emura
KeymasterHello LifeTimer,
I reproduced the issue, and it will be fixed on the next version.
Thanks!
May 25, 2016 at 12:35 pm in reply to: Option for terminating currently running external tool not respecting choice? #20897Yutaka Emura
KeymasterHello LifeTimer,
I will think about improving the external tools so that each tool can use an independent buffer, but it will take some time. It also depends on priorities. If more customers would like this feature, then I would have to add this sooner. Please let me know if any other users would like to have this feature.
Thanks,
Yutaka Emura
KeymasterHello JohnQSmith,
I reproduced this issue, and it will be fixed on the next version (including beta). I am sorry for any inconveniences.
Thank you,
May 20, 2016 at 4:08 pm in reply to: Option for terminating currently running external tool not respecting choice? #20870Yutaka Emura
KeymasterHello LifeTimer,
I fixed this issue on beta 5. Basically, the “No” option is not available anymore.
Thanks!
May 20, 2016 at 9:54 am in reply to: Allow multiple plugins to be open simultaneously on same side of the editor #20867Yutaka Emura
KeymasterHello Paul,
This has been asked quite a few times before, but currently it is not possible to open multiple custom bars at the same side. However, you can change where you want to open a custom bar for each plug-in, and so you can adjust the custom bar layout. I have been thinking about adding the ability to pin or cascade multiple custom bars, but I didn’t want to make EmEditor too bloated, and I rather want to focus on improving the core features of EmEditor.
Thanks!
May 18, 2016 at 11:23 am in reply to: External Tools get filtered-out lines in their $(CurText) input #20862Yutaka Emura
KeymasterHello,
I will fix this on the next beta version.
Thank you!
Yutaka Emura
KeymasterHello LifeTimer,
I believe some people want the current behavior, so we have to make this optional. I will consider adding the “Set Focus in the Output Bar” chdck box to the External Tool Properties.
Thanks!
May 18, 2016 at 9:28 am in reply to: Option for terminating currently running external tool not respecting choice? #20859Yutaka Emura
KeymasterHello LifeTimer,
This is actually the correct behavior. When you click “No”, the previous job will still continue to run, but it won’t show in the Output Bar because the Output Bar is used only by one job. You just can’t see the progress or the result of the job anymore.
I hope this clarifies your question. As for the multiple tabs, this might take a long time to implement.
Thanks!
May 17, 2016 at 12:14 pm in reply to: Arrow keys stop working in editor while "External tool" is executing #20852Yutaka Emura
KeymasterHello LifeTimer,
I reproduce this issue, and it will be fixed on the next beta version.
Thanks!
Yutaka Emura
KeymasterHello,
I changed the default value to 90%, and will clarify the Help.
Thanks!
Yutaka Emura
KeymasterHello,
I reproduced this issue, and it will be fixed on the next beta version.
Thanks!
Yutaka Emura
KeymasterHello LifeTimer,
I reproduced the issue. This will be fixed on the next beta version.
Thank you!
Yutaka Emura
KeymasterI couldn’t reproduce the issue here. Can you email me a sample file that I can reproduce the issue? (tech @ emurasoft.com)
Can you check the Maximum Memory Size in the Advanced tab of the Customize dialog box? The default value is 80%. You can also check the “Percentage of Physical Memory in Use” in the Status tab of the Customize dialog box. This “Undo will not be available…” message appears when the percentage of physical memory in use exceeds the specified percentage (80% by default).
If the message appears because the memory is actually low, you can set the “Prompt when No Undo Information is Available” or “Always Discard Lengthy Undo Information to Accelerate” check box in the Edit tab of the Customize dialog box.
Thanks,
Yutaka Emura
KeymasterHello Paul,
I am not sure why you think it’s a bug, but the Quick Launch window’s position is always remembered as relative to the screen position. Do you want it to be remembered as the relative position to the EmEditor main window?
Thanks,
Yutaka Emura
KeymasterHello LifeTimer,
I released v16.0.0 beta 1 today. New Filter and Filters objects were introduced while ExportFilter and ImportFilter methods are obsolete now. Please refer to http://www.emeditor.org/en/macro_filters_export.html and http://www.emeditor.org/en/macro_filters_import.html for examples of exporting and importing filters.
Thanks!
Yutaka Emura
KeymasterHello jic,
EmEditor v16.0.0 beta 1 now includes this feature (Untitled-1, Untitled-2, …).
Thanks!
Yutaka Emura
KeymasterHello,
You will have to type the file path ( line number ) like this format:
E:\Test\filename.txt(1):
and then you can run the macro above.
You can’t choose the file automatically.
Thanks,
Yutaka Emura
KeymasterHello,
Please use the macro:
document.HighlightTag = true;
Thanks!
May 4, 2016 at 7:41 am in reply to: Arrow keys stop working in editor while "External tool" is executing #20814Yutaka Emura
KeymasterHello LifeTimer,
Can you please let me know all the settings you used for the External Tool Properties? If the Output is “Replace Document”, “Replace Selection”, “Insert Before Selection”, or “Insert After Selection”, the cursor position can be adjusted after the output is redirected to the editor.
I would appreciate if you could send me an EXE file that you used as a “terminal”, and a sample file you opened with EmEditor, and the screenshot of the External Tool Properties, so I can reproduce the issue. You can email them after zipped to tech @ emurasoft.com.
Thank you,
May 3, 2016 at 2:10 pm in reply to: Arrow keys stop working in editor while "External tool" is executing #20812Yutaka Emura
KeymasterHello LifeTimer,
No, I have not tested yet. I don’t have Python installed on my computer, so it will take some time to test it.
Can you reproduce the problem with another external tool? It might be an issue only specific to Python. I am not sure what your Python script does, but if your Python script expects any keyboard inputs, then I think EmEditor will have to give up keyboard shortcuts. Thus, this is an expected behavior.
By the way, I would appreciate if you could make a test case as simple as possible.
Thanks!
Yutaka Emura
KeymasterHello,
I have reproduce the issue, and it will be fixed on the next beta version.
Thanks!
- AuthorPosts