Difference between revisions of "Editor"
From Organic Design wiki
m |
(links) |
||
| Line 9: | Line 9: | ||
qx( firefox http://php.net/manual/en/function.$_.php ); | qx( firefox http://php.net/manual/en/function.$_.php ); | ||
</php>}} | </php>}} | ||
| + | |||
| + | ==External links== | ||
| + | *[http://geany.uvena.de/ website] | ||
| + | *[http://geany.uvena.de/Documentation/Manual Manual] | ||
| + | *[http://geany.uvena.de/Download/Releases Download] | ||
| + | |||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 06:49, 1 February 2008
Geany is an excellent free open source text editor for *ux, OSX and Windows
Context action
Geany allows the setting of a context action for the right clicking on a selection. An obvious use for this is to link to the php manual, but unfortunately the php manual uses - instead of underscore, so this script is used to launch it instead. Save the script in /bin or something and then set it in the context action in prefs (use %s to represent the selected text in the command). Having a script to launch the browser is a good idea anyway because we could later expand it to launch other URL's based on the selection content.



