Make hyperlinks in the PB editor "clickable"

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Little John
Addict
Addict
Posts: 4779
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Make hyperlinks in the PB editor "clickable"

Post by Little John »

The comments in my code often contain hyperlinks for reference, e.g.

Code: Select all

; see <http://msdn.microsoft.com/en-us/library/ms646310.aspx>
When I want to read that webpage, I have to copy and paste the URL into my browser.

It would be much more comfortable, if we just could do say [Ctrl]+[left Mouseclick] on the URL, in order to open the desired page.
Many other editors have this feature built-in.
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: Make hyperlinks in the PB editor "clickable"

Post by Tenaja »

+1!!!

This would be appreciated.
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: Make hyperlinks in the PB editor "clickable"

Post by Shield »

+1, although I'm barely using this feature in any editor I'm surprised this hasn't been implemented into the PB IDE yet.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
Post Reply