[Github-comments] [geany/geany] Feature request: Toggle quotes (#1665)

Abel Serrano Juste notifications at xxxxx
Sat Oct 28 09:46:36 UTC 2017


Interesting enough there is a "toggle case of selection" feature, but there isn't a "toggle quotes of selection". I'd find it very useful in languages as Perl, Bash, Python and Javascript where you can write strings using `'` or `"` characters, but they have some semantic differences or you want to have a consistent way of quoting strings along all your source code.

The feature would very simple, select some text, find first quote symbol, replace it by the opposite, look for the corresponding quote and replace it alike.

This feature is available in Atom text editor through an external package: https://github.com/atom/toggle-quotes, however, I thought that in Geany it could be included in core as other toggle features are in: "toggle case of selection" or "toggle line commentation".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1665
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171028/3f6ee077/attachment.html>


More information about the Github-comments mailing list