Page 1 of 1

Bug? Editor highlights "File: " without "//&q

Posted: Fri Jan 08, 2016 9:32 pm
by Rob Crutchfield
Strings starting with file:// and http:// are correctly highlighted and made active. But sometimes I might want to type

Log file: MYLOG.LOG

or

File: A tool for shaping metal objects

or

http: An internet protocol for hypertext documents

and in those cases I don't want it highlighted and activated. Shouldn't it check for // before treating it as a protocol? (You could even check for an appropriate character immediately after the //, so that one could type

An ftp URL starts with 'ftp://'

But checking for // would cover most cases.)

Posted: Fri Jan 08, 2016 10:05 pm
by KDJ
Rob Crutchfield
Add slashes to url prefixes in AkelPad settings (Main menu -> Options -> Settings -> Editor 2 -> Hyperlinks -> Prefixes), eg:
http:// https:// ftp:// file://

Posted: Fri Jan 08, 2016 11:49 pm
by Rob Crutchfield
Thanks.