[Github-comments] [geany/geany] Feature: switch between filetypes quickly (#1415)

Colomban Wendling notifications at xxxxx
Wed Mar 1 13:32:29 UTC 2017


> Changed Geany's locale to LANG=C to make this work properly (it didn't suggest CSS filetype on top of the list whatever command I tried in my locale) but it's OK.

The plugin uses fuzzy matching on the menu item labels, so you need to type something that is there.  E.g. in French locale, it's *Feuille de style en cascade*, translated from the "Cascading stylesheet".
You can check on your locale and see.

Also, Commander matches the whole menu hierarchy fuzzily, and splits at words, which means that you can match e.g. *Objective-C source file* with `dsfoc`: ***D**ocument **S**et **F**iletype Programming Languages **O**jective-**C** source file* or the like.

Ultimately you'll find the short strings you like and that work best in your locale.

-- 
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/1415#issuecomment-283340343
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170301/9093a26b/attachment.html>


More information about the Github-comments mailing list