Menu

make https:// clickable link.

2008-03-20
2012-11-14
  • konijnpluis

    konijnpluis - 2008-03-20

    Hi,

    is it possible to also make https:// links clickable ?

    thanks !

     
    • Gadrin

      Gadrin - 2008-12-05

      I think it's already a feature.

      Go to SETTINGS -> PREFERENCES -> MISC and click Clickable Link Settings.

      >

       
    • DRS

      DRS - 2008-12-04

      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.

       
  • kirsche40

    kirsche40 - 2010-01-27

    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.

     
  • kirsche40

    kirsche40 - 2010-01-27

    @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://*";