Hi,
is it possible to also make https:// links clickable ?
thanks !
I think it's already a feature.
Go to SETTINGS -> PREFERENCES -> MISC and click Clickable Link Settings.
>
I second this. Also would like ftp:// to be clickable, and email addresses (name@host.com etc) to activate as mailto: in your default email editor.
I have build a patch. I will post it in the bugtracker. Maybe in the next version it is possible to click all URIs without limitation to URI-Schema.
@gadrin Your hint won't work because npp uses SciTEs RegEx. But SciTEs RegEx is only a subset of RegEx. Currently only http:// is supported. Have a look into https://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Unsupported_Regex_Operators
Code Example: \PowerEditor\src\Notepad_plus.cpp:35 const char *urlHttpRegExpr = "http://*";
Hi,
is it possible to also make https:// links clickable ?
thanks !
I think it's already a feature.
Go to SETTINGS -> PREFERENCES -> MISC and click Clickable Link Settings.
>
I second this. Also would like ftp:// to be clickable, and email addresses (name@host.com etc) to activate as mailto: in your default email editor.
I have build a patch. I will post it in the bugtracker. Maybe in the next version it is possible to click all URIs without limitation to URI-Schema.
@gadrin
Your hint won't work because npp uses SciTEs RegEx. But SciTEs RegEx is only a subset of RegEx. Currently only http:// is supported. Have a look into
https://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Unsupported_Regex_Operators
Code Example:
\PowerEditor\src\Notepad_plus.cpp:35
const char *urlHttpRegExpr = "http://*";