New PC from Windows 8.1 to Windows 10 and EmEditor Free version from 18 to the latest version 20.1.2.
Thus, if you have written a URL in a comment <!--->
in an HTML document, the link will be disabled in the same color as the comment, but only the URL part will be enabled as a link in blue.If you click on it by mistake, it's depressing.
However, if you write the URL directly to the comment start symbol as shown below, the link will be disabled.
<!--http://hoge.com-->
If you enter a space or a two-byte character in front of http, the color changes and the link is valid.
<!--http://hoge.com-->
<!--Ah http://hoge.com-->
View
Properties of the current configuration
/All configuration properties
import the configuration from the previous version, but there is no change.
How can I display the URL in the comment as well as any other comment string?
EmEditor Help doesn't seem to have the appropriate description.
http://www.emeditor.org/ja/dlg_properties_link_index.html
As far as EmEditor's update history is concerned, no changes were found.
https://jp.emeditor.com/text-editor-features/history/
This is a matter of prioritizing URLs or comments, because previous and current versions have different priorities.This priority may change little by little depending on other EmEditor users.However, because each user has different opinions, I would like to be able to customize the priority in the future, not all of them for everyone.
I think there is a way to enable double-click only to avoid the problem of responding if you click the URL incorrectly.To do so, check the Double-click Only
link in the configuration properties, or Customize On the Active String page of the dialog, select URL, set left-click to none , and select Open URL with default program
.
572 Understanding How to Configure Google API Key
566 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
606 Uncaught (inpromise) Error on Electron: An object could not be cloned
596 GDB gets version error when attempting to debug with the Presense SDK (IDE)
884 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.