This looks wierd:
```
#: ../src/keybindings.c:474
msgid "Send to Custom Command 1"
msgstr "Передать пользовательской команде 1"
#: ../src/keybindings.c:476
msgid "Send to Custom Command 2"
msgstr "Передать пользовательской команде 2"
#: ../src/keybindings.c:478
msgid "Send to Custom Command 3"
msgstr "Передать пользовательской команде 3"
#: ../src/keybindings.c:480
msgid "Send to Custom Command 4"
msgstr "Передать пользовательской команде 4"
#: ../src/keybindings.c:482
msgid "Send to Custom Command 5"
msgstr "Передать пользовательской команде 5"
#: ../src/keybindings.c:484
msgid "Send to Custom Command 6"
msgstr "Передать пользовательской команде 6"
#: ../src/keybindings.c:486
msgid "Send to Custom Command 7"
msgstr "Передать пользовательской команде 7"
#: ../src/keybindings.c:488
msgid "Send to Custom Command 8"
msgstr "Передать пользовательской команде 8"
#: ../src/keybindings.c:490
msgid "Send to Custom Command 9"
msgstr "Передать пользовательской команде 9"
```
Could you collapse this into "Send to Custom Command %d"?
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/953
plugin_set_key_group() and _full() effectively take the ownership,
because the section_name is stored inside Geany.
Plugins usually pass a static string so it's not a problem. But GI-based
plugins might pass dynamic strings, so this behavior needs to be documented.
Fixes keybindings.conf being written with garbage (for a GI-based plugin).
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1125
-- Commit Summary --
* api: correctly document ownership transfer
-- File Changes --
M src/pluginutils.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/1125.patchhttps://github.com/geany/geany/pull/1125.diff
---
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/pull/1125
Take a copy of the strings not to requires them to live live as long as the plugin does.
This is mostly useful for plugins implemented in dynamic languages (e.g. through a plugin proxy), as most C plugins will use a static string; but it makes the API more straightforward and avoids off issues if any plugin doesn't use static strings, even C ones.
Closes #1125.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1126
-- Commit Summary --
* Don't require plugin key group name and label strings to be static
-- File Changes --
M src/keybindings.c (7)
M src/keybindingsprivate.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/1126.patchhttps://github.com/geany/geany/pull/1126.diff
---
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/pull/1126
Hi Guys/Gals:
Running windows 7 64 bit here.
Have installed Geany on another / 2nd computer.
Have transferred the .py files from one/1st computer to another/2nd computer that I was working on in Geany.
When I bring up Geany on the original/1st computer, the documents section of Geany ( left hand side of the Geany interface) shows all of the .py files that I was working on.
The documents/files task bar near the top of Geany, but below the normal task bar ( File, Edit, Search, etc…) also show the files that I was working on as well.
How can I get the 2nd computers Geany to show all of the files in the documents section and the documents/files task bar in one quick command ?
Otherwise I have to hunt for each file and bring it up then save each one in order to get the same view I have on the 1st computer.
Thanks, Rolo
---
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/1127
Hello everyone. The long line marker in geany flickers while typing fast(and also sometimes when highlighting with the mouse and when using the arrows keys to navigate text)
**GTK** 2.24.30, GLib 2.48.1
---
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/1123