Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterI tried importing bash.esy, and comments like:
# functions
should be displayed in green.
Please make sure the imported configuration is selected, and you should see the configuration name in the status bar. If you named the new configuration “bash”, you should see “bash” in the status bar. If you see “Text”, it means the configuration is not selected.
If you want the “bash” configuration to be selected when you open a “*.sh” file, you should go to “Associate Configuration” in the Tools menu, click “New” to associate “*.sh” files with the “bash” configuration.
Yutaka Emura
KeymasterI will make this Import button always enabled on the next version.
Thank you,January 31, 2024 at 8:36 pm in reply to: Projects plug-in shows with horizontal scroll bar centred #29653Yutaka Emura
KeymasterWe’ve just released v23.1.901, which resolves this issue.
Yutaka Emura
KeymasterIt is difficult to wrap a long text in a cell. You can use the Cell toolbar to visualize the long text cell.
January 28, 2024 at 10:33 am in reply to: Projects plug-in shows with horizontal scroll bar centred #29648Yutaka Emura
KeymasterThis behavior has not been changed for a long time. However, I’ll fix this on v23.1.901. Thank you.
Yutaka Emura
KeymasterI’ve fixed this issue on v23.0.914. Thank you!
Yutaka Emura
KeymasterI’ve just released v23.0.913, which sets the Use Web Browser within EmEditor to view Help if available option turned off by default. Hopefully, this will resolve the issue.
Yutaka Emura
KeymasterI couldn’t reproduce the issue. Before you bookmark the local help, how did you open the Help? Did you select Search Help Topics on the Help menu?
Yutaka Emura
KeymasterPlease go to the Help page of the Customize dialog box, and clear the Use Web Browser within EmEditor to view Help if available option. Please also check the Local Help option is set. With these settings, the local Help will be displayed in the default browser (such as Microsoft Edge, FireFox, or Chrome). Please note that, starting with version 23.0, the Help file format was changed from a single CHM file to multiple HTML files.
Yutaka Emura
KeymasterSome issues related to the Help were fixed and improved on the latest preview version. Please update to the latest preview version, and let us know if you still see any issues. Thank you.
December 13, 2023 at 9:05 pm in reply to: The problem of pressing ESC in CSV cell editing mode. #29609Yutaka Emura
KeymasterThis issue was fixed on v23.0.901:
https://www.emeditor.com/forums/topic/emeditor-v23-1-preview-23-0-901/Yutaka Emura
KeymasterWe will fix this issue on the next version. Thank you.
Yutaka Emura
KeymasterThe Web Browser issue was addressed on v23.0.4, which always closes the Web Browser completely when it becomes hidden. Thank you.
Yutaka Emura
KeymasterI also reproduced the issue. Clearing the Run macros asynchronously by default option is also a workaround. I will look into this issue. Thank you.
Yutaka Emura
KeymasterDoes this issue still persist on the latest preview version (22.9.909)?
Yutaka Emura
KeymasterThis issue was fixed on a recent preview version. Thank you!
Yutaka Emura
KeymasterThis issue was fixed on v22.9.909. Thank you!
Yutaka Emura
KeymasterI can’t reproduce the issue. Please write more detailed information such as the OS version, EmEditor version, etc. Please also try on another computer.
Yutaka Emura
Keymasterv22.3.0 preview includes a new Web Browser feature, and you can interact with your favorite web site using a macro.
Yutaka Emura
KeymasterHello,
You can run the Snippets plug-in as background. Please go to the Snippets Properties, and check the “Run Background” check box.Yutaka Emura
KeymasterIf you run EmEditor as Administrator, please run EmEditor as non-Admininistrator. Please run emeditor.exe without a shortcut to see if macros run correctly.
Yutaka Emura
KeymasterIn the My Macros list box in the Customize Macros dialog box, you can press CTRL + A and CTRL + C to select all items and copy to the clipboard. You can use EmEditor to replace all D: with C:, then paste back to the list box.
Yutaka Emura
KeymasterYou should be able to do the Numbering on selected block of text (also called “vertical selection”). To do that, first, select a block of text while pressing the ALT key. Alternatively, press CTRL + SHIFT + F8 to start selecting a block of text. While a block of text is selected, you can press ALT + N to insert the numbering.
As em-like mentioned, you can use “001” to add 0-padding.Yutaka Emura
KeymasterYou will have to write a property or method for ActiveDocument. For instance,
alert( editor.ActiveDocument.Name );
Yutaka Emura
KeymasterYou can use the “Date and Time” command instead of the “Time and Date” command, and set the date/time format in the Format page of the Customize dialog box.
- AuthorPosts