_Story/Problem:_
After working quite a while on some lengthly codes (+1000 lines per file) you surely don't want to miss these great code-foldings, unfortunately, the next time you start up Geany again, all code-folding done during coding are lost.
_Suggesting:_
One of the features which would really improve efficiency is that Geany actually **remembers all code-foldings made during coding**, even if the code file is closed and later opened again (it only has to be the same path). This could be made optional in the options.
--
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/1587
Hi.
I often use the feature to remove pairing braces using shift + backspace given by autoclose. This works for brackets and parenthesis as well.
I miss the same feature regarding quotes, both for simple or doble quotes.
--
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/687
Note that I don't use geany much anymore so can't comment on the veracity of these changes.
Here are the notes from Wolfgang regarding the two bugs this fixes.
I made 2 changes to your geany-plugin Shiftcolumn, see the code attached.
-fixed a bug when one selects text from right to left and then shifts it
(see comment "in case selection_start was after selection_end" in my code)
-When no text is selected, now the current word is exchanged with the
next/previous, which I find quite useful.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/317
-- Commit Summary --
* Changes from Wolfgang Schwarz <wschwarz(a)online.de>
-- File Changes --
M shiftcolumn/src/shiftcolumn.c (164)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/317.patchhttps://github.com/geany/geany-plugins/pull/317.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/317
platform: windows 7 x64
geany version: 1.27
issue: every time I delete(from end of string and backspace) the keyword "font" in a html document, geany will crash.
add:
1. the keyword "image" in a html document has same issue.
2. keyword as a tag name
---
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/432
Hi. Wich status of nim-language support?
I'm found this [PR](https://github.com/geany/geany/pull/193) and I'm tried Geany 1.27 (available in repos of Linux Mint 18.3), but it haven't syntax highlighting and autocompletion :(
![1](https://user-images.githubusercontent.com/15020827/36339299-318ef4ca-13d3-11e8-8f86-abe278fd508c.png)
Thanks!
--
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/1772
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