This pull request adds commented-out code to geany.css explaining how to reduce the size of the status bar in Geany, see #3058 for some more details.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3061
-- Commit Summary --
* Make it easier to discover how to reduce the size of the statusbar
-- File Changes --
M data/geany.css (7)
-- Patch Links --
https://github.com/geany/geany/pull/3061.patchhttps://github.com/geany/geany/pull/3061.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3061
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3061(a)github.com>
Maybe this already exists in the settings somewhere, but I couldn't find it: I'd like it if geany could remember the width of the side panel (where symbols, documents tabs are) across instances.
Every time geany opens, the side panel is very small and I always have to resize it. It'd be nice if this could be remembered.
--
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/2562
Geany interchanges UTF-8 glyphs:
⬥ 2E2A ⸪ TWO DOTS OVER ONE DOT PUNCTUATION
⬥ 2E2B ⸫ ONE DOT OVER TWO DOTS PUNCTUATION
⬥ 2E2C ⸬ SQUARED FOUR DOT PUNCTUATION
It maps as follows:
|Number|Glyph|
|--|--|
|2E2A ⇛ 2E2C|**⸪** ⇛ **⸬**
|2E2B ⇛ 2E2A|**⸫** ⇛ **⸪**
|2E2C ⇛ 2E2A|**⸬** ⇛ **⸫**
---
See http://unicode.org/charts/PDF/U2E00.pdf.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3069
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3069(a)github.com>
I want to be able to change the behaviour of double click to select a single word when underscores are used as word separators. Currently if I double click `this_is_a_test` in geany the whole entire sentence is selected. I want to be able to double click and select only the words in it. This isn't a problem for dashes `this-is-a-test` double clicking any word in this test selects only the word. I read through #492 but that seemed to be for keyboard interactions not mouse interactions.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3068
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3068(a)github.com>
According to the Scintilla Documentation:
> Any markers not associated with a visible margin will be displayed as changes in background colour in the text. A width in pixels can be set for each margin. Margins with a zero width are ignored completely.
All lines with markers, either builtin or used by plugins (`git-changebar`), appear on the white background, which is ugly, especially in dark themes.
This MR disables rendering of markers by making them fully transparent on the overview.
Additionally, it fixes `SETMARGINWIDTHN` for the last (missing) margin:
> 5 margins are allocated initially numbered from 0 to SC_MAX_MARGIN (4).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1147
-- Commit Summary --
* Overview: hide markers
-- File Changes --
M overview/overview/overviewscintilla.c (5)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1147.patchhttps://github.com/geany/geany-plugins/pull/1147.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1147
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1147(a)github.com>
Geany 1.36
(built on or after Mar 22 2020)
Using GTK+ v3.24.20 and GLib v2.64.6 runtime libraries
When 'Find' dialog is opened,
Go back to text editor tab and double click some word you'd like to find other occurences if any.
'Find' dialog regain focus but search zone is still filled with old value
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3057
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3057(a)github.com>
@eht16 Did the new cxx parser fix this issue on Windows?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/349#issuecomment-999914319
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/349/999914319(a)github.com>