Difference between revisions of "Editor"
From Organic Design wiki
Infomaniac (talk | contribs) (→External links: http://www.geany.org/ is new url) |
|||
Line 11: | Line 11: | ||
==External links== | ==External links== | ||
− | *[http://geany. | + | *[http://www.geany.org/ website] |
− | *[http://geany. | + | *[http://www.geany.org/Documentation/Manual Manual] |
− | *[http://geany. | + | *[http://www.geany.org/Download/Releases Download] |
*[http://www.ubuntunews.info/geany-perfect-programming-ide Ubuntu news review] | *[http://www.ubuntunews.info/geany-perfect-programming-ide Ubuntu news review] | ||
*[http://blogs.conary.com/index.php/ddevine/2007/05/22/wiki_syntax_highlighting Wiki syntax highlighting] | *[http://blogs.conary.com/index.php/ddevine/2007/05/22/wiki_syntax_highlighting Wiki syntax highlighting] | ||
[[Category:Software]] | [[Category:Software]] |
Revision as of 05:25, 8 October 2012
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.