Forum Replies Created
- AuthorPosts
- Yutaka Emura Keymaster- Hello LifeTimer, - Just to be clear, do you want to record exporting the current filter as a macro? - Yutaka Emura Keymaster- Hello Paul, - I understand. I will think about that in future versions. - Thanks! - Yutaka Emura Keymaster- Hello LifeTimer, - Did you change the Windows Display settings, “Change the size of text, apps, and other items” (DPI)? If this is not 100%, you might want to revert to 100% and see if you can resolve the issue. - Thanks! - Yutaka Emura Keymaster- Hello Paul, - In case you are not aware of already, you can use the Search plug-in to do the same. - Thank you! - Yutaka Emura Keymaster- Hello LTT, - “Unspecified error” is a correct behavior. If you want the script to continue even if the Unspecified error appears, you can surround the code with try … catch statement. - For example: - try { document.selection.Find( "abc", eeFindNext | eeFindAround ); } catch ( e ) { alert( "dialog box dismissed" ); } alert( "end of macro" );- I hope this helps. 
 Thanks!April 14, 2016 at 11:10 am in reply to: Down key in Quick Launch calls Start Window if in new document #20725- Yutaka Emura Keymaster- Hello Paul, - I will fix this bug on beta 4 as well. - Thank you! - Yutaka Emura Keymaster- Hello Paul, - I reproduced the crash with Onigmo engine. I will fix this issue on beta 4. - Thank you! April 12, 2016 at 3:00 pm in reply to: Rendering problem when horizontally scrolling off-screen Right-to-Left text. #20709- Yutaka Emura Keymaster- Hello Meir, - You can write a macro (it can be a dummy macro, for example just one comment line) - //- and then associate to the “Scrolled” event. (Macros menu > Customize > select the macro name you created, click “Runs at Events”, click “Events…” button, and check “Scrolled”, and select Delay Time 0. - When a macro is finished running, EmEditor automatically redraws the whole window. - Thanks! April 12, 2016 at 2:52 pm in reply to: Selected configuration New File to open a choice of different templates #20708- Yutaka Emura Keymaster- Hello Meir, - You can write a macro to select a template, and associate the macro to the event when you create a new file. Can you try that way? I would really appreciate if you could use macros first. I don’t think I can satisfy all your requests. - Thanks, - Yutaka Emura Keymaster- Hello Meir, - You can click a marker button while press the SHIFT key to find previous. - Thanks! April 12, 2016 at 2:43 pm in reply to: Does Javascript macros in EmEditor only support a subset of Javascript standard? #20706- Yutaka Emura Keymaster- Hello, - On the next beta version (v15.9.0 beat 3), I added the versioning code to set JScript version to 5.8, but unfortunately, it doesn’t seem working. I will still look into the issue. April 12, 2016 at 8:39 am in reply to: Selected configuration New File to open a choice of different templates #20703- Yutaka Emura Keymaster- Hello Meir, - Thanks for several inputs. I am currently busy with other parts of development, but I will work on these issues as soon as I have some time. Thanks for your patience! - Yutaka Emura Keymaster- Hi Paul, - On the next beta version (v15.9.0 beta 3), you will be able to call Snippets by using ExecutePlugin function with the nParam = 1, and strParam = path to the snippet. For example: - editor.ExecutePlugin( "Snippets.dll", eePluginUserMessage, 1, "General\\Date" );- I hope this will help you. - Thank you! - Yutaka Emura Keymaster- Hello, - I think you should use eeEncodingUTF8 for the nFlags parameter. You can email me both your sample file and not working macro (after zipped) at tech at emurasoft.com. - Thanks, - Yutaka Emura Keymaster- Yes, please check “Highlight Matching Brackets” check box in the Highlight (2) tab of configuration properties. - Thanks! - Yutaka Emura Keymaster- Hello Skeeve, - I will add the ability to copy the list items in the Word Count plug-in on v15.9. I will release the beta version soon. - Thanks! March 11, 2016 at 1:58 pm in reply to: move cursor to insert position when moving cursor vertically after paste #20659- Yutaka Emura Keymaster- Hello, - We will update the German translation. - Thanks! March 9, 2016 at 12:03 pm in reply to: move cursor to insert position when moving cursor vertically after paste #20655- Yutaka Emura Keymaster- Hello, - In German, it should be labelled as “Halten Sie den Mauszeiger waagerecht”. - If you like to switch to English, you don’t have to uninstall or install EmEditor. You can switch from Tools > Customize > Language. There are no differences in futures between languages. - Thanks, - Yutaka Emura Keymaster- Hello, - We will work on updating the manual. 
 Thank you!- Yutaka Emura Keymaster- Hello netsking, - I am not sure what the issue is from your description. Please write more detailed procedure to reproduce the issue. 
 Thank you!March 3, 2016 at 2:37 pm in reply to: [15.8.0] Horizontal scroll does not follow cursor in box cursor mode #20646- Yutaka Emura Keymaster- Hello atnak, - It was the same behavior before, but I fixed the issue. It will be fixed on the next version. 
 Thanks!- Yutaka Emura Keymaster- Hello Skeeve, - This was fixed on v15.8.1. 
 Thank you!February 11, 2016 at 4:45 pm in reply to: Exported filters containing TAB cannot be re-imported #20619- Yutaka Emura Keymaster- This is fixed on beta 13. 
 Thank you!February 11, 2016 at 11:03 am in reply to: Exported filters containing TAB cannot be re-imported #20614- Yutaka Emura Keymaster- Hello, - I don’t reproduce the issue. TAB should be escaped as \t. Did you check “Use Escape Sequences” or “Regular expressions” in the Filter toolbar? February 11, 2016 at 10:59 am in reply to: Option to hide the separator character in CSV data columns (and header fields) #20613- Yutaka Emura Keymaster- Hello, - v15.8 beta has this feature. Please select Select Update Channel on the Help menu, and select Betas. - Thanks, 
- AuthorPosts