Hi
it would be very helpful to be able to write html tags around the selected text via keyboard shorcuts (i dont see any html-related specific tag insertion in Geany menus or dialogs) Its very annoying having to type the tags manually or moved from one place to another. This also leads to syntax errors sometimes.
thanks
Have a look at the XML tagging feature of the Addons plugin (http://plugins.geany.org/addons.html), it allows you to wrap a specific XML - and thus (X)HTML - tag around a selection via a key binding. :)
There's also the geany-zencoding[1] plugin which has a bunch of keybindings/actions for working with HTML.
[1] https://github.com/codebrainz/geany-zencoding
OK
It turns out for some reason i havent had the plugins installed correctly (go figure *.*) so it wasnt showing in the list.
Question: can I bind different shortcuts to specific tags (so it gets written right away) or it can only be done by calling the dialog and typing the tag in (which is the only binding option i see in the shortcuts section)?
Zen coding is very cool. I briefly tested it on PSpad shortly before i jumped definitely into linux. Never thought of it again till now (amazing huh).
thanks guys.