![screenshot1](https://user-images.githubusercontent.com/30739239/39947903-22a65f44-5563-11e8-9121-bd9f7790e3bc.png)
--
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/744
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
When I press shift+right arrow (word right) in Geany (built on or after 2016-04-17) with the attached text
![crashgeany](https://user-images.githubusercontent.com/7548378/41547429-0aa6abce-7318-11e8-9e7c-d2340e924791.png) about to be saved to an html file I get:
(geany:15788): Geany-CRITICAL **: sci_get_contents_range: assertion 'start < end' failed
--
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/1882
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
Line operations currently use `strcmp()`, so sorting non-ASCII text gives nonsense (because it sorts by bites of UTF-8 sequences). It would be nice to have normal sorting that use `g_utf8_collate()` (or `g_utf8_collate_key()` for better performance) either by default (replacing `strcmp()`) or as separate operations.
--
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/819
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