When I have some css editing in Geany, and I have some lines that start out:
box-sizing:...
box-shadow: ...
src: ...
those identifiers are colored differently than the other identifiers like margin:, padding:, width: etc. It's like it thinks they are somehow a different type of identifier, or it hasn't been updated to know about the latest CSS features for years.
--
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/1342
In split window "End" and "Home" buttons does not work.
Also some shortcuts, like "Ctrl-S". Please check if there are
other keys and combinations which does not work properly.
This is present in Geany from at very least 1.27.
Linux Mint 18.0 with latest patches, Geany 1.30.1 built from source.
$ ./geany -V
geany 1.30.1 (built on 2017-06-03 with GTK 2.24.30, GLib 2.48.2)
$ ./geany -v &
$ Geany-INFO: Geany 1.30.1, en_US.UTF-8
Geany-INFO: GTK 2.24.30, GLib 2.48.2
Geany-INFO: System data dir: /usr/local/share/geany
Geany-INFO: User config dir: /home/pero/.config/geany
Geany-INFO: System plugin path: /usr/local/lib/geany
Geany-INFO: Added filetype Scala (61).
Geany-INFO: Added filetype Genie (62).
Geany-INFO: Added filetype CUDA (63).
Geany-INFO: Added filetype Clojure (64).
Geany-INFO: Added filetype Graphviz (65).
Geany-INFO: Added filetype Cython (66).
Geany-INFO: Added filetype JSON (67).
Geany-INFO: Added filetype Arduino (68).
Geany-INFO: Loaded libvte from libvte.so.9
Geany-INFO: Loaded: /usr/local/lib/geany/splitwindow.so (Split Window)
Geany-INFO: Loaded: /usr/local/lib/geany/filebrowser.so (File Browser)
Geany-INFO: unknown : None (UTF-8)
Geany-INFO: Loaded /usr/local/share/geany/tags/std.py.tags (Python), 5964 symbol(s).
Geany-INFO: Plugin "/usr/local/lib/geany/filebrowser.so" already loaded.
Geany-INFO: Plugin "/usr/local/lib/geany/splitwindow.so" already loaded.
Geany-INFO: Added 6 plugin(s) in '/usr/local/lib/geany'.
--
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-plugins/issues/577
In Geany 1.30 selecting a text with `shift`+`arrow` or `shift`+`home`/`end` leaves the last symbol under the cursor selected. For me this behavior is not apparent.
For example, pressing `shift`+`right arrow` leaves the cursor at the same position, while the symbol under the cursor gets selected. In the earlier versions (perhaps, 1.29) the same key combo selected the current symbol and moved the cursor to the next symbol.
--
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/1442
Hi) Geany is great and I love it but one thing is driving my nuts:
When I work with inline CSS in an HTML document, I switch the document's type to activate highlighting and autocompletion for CSS. If there is inline JS code then again I go to the menu and look for the JS filetype. But it takes too long to find the necessary filetype on the 3rd level of the menu among 30+ other types even when I remember where my items are located approximately.
Is there a way to make the switching process faster?
Thanks,
Alex
--
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
For example `10.5`. Some other editors accept that value.
Thanks :-)
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/703
Using geany plugins 1.26, from Ubuntu packages:
When I type (, Geany shows ()). The same for [, { and <.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/319
The feature to jump to after the auto-closed character when pressing tab doesn't work properly with the curly braces. Steps to reproduce:
1. Type a `{` so that `{}` results
2. Press enter, which will push the `}` down two lines and your cursor down one, and indent your cursor.
3. Press Tab. Your cursor will move down a line, but it will be _before_ the closing brace rather than after it.
--
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-plugins/issues/584
I am for ever mistyping pairs of character I tried to write a transpose macro but I could not get it to work Is there a command to transpose the pair of letters on either side of the cursor? I see from the documentation that there is a transpose lines capability but I could not find anything about pairs of characters If there is not such a capability, please could you consider adding one as I would find it very useful <b>Thanks!</b>
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/814