Currently geany updates geany.conf with info about window position and
geometry. These vary across different machines and cause diffs that
are meaningless.
--
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/1392
Move sidebar_page layout to session.conf
The current tab of the sidebar notebook is now considered "session-related",
and thus moved from geany.conf to session.conf.
To allow of "sidebar_page" to be loaded from session.conf, the
"documents_show_paths" key is moved to keyfile.c, otherwise it would
also become session-related (due to the StashGroup in sidebar.c being tied
to session.conf).
Suggested by #3007
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3168
-- Commit Summary --
* session.conf split follow-up: sidebar_page
-- File Changes --
M src/keyfile.c (5)
M src/sidebar.c (17)
M src/sidebar.h (6)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3168.patchhttps://github.com/geany/geany/pull/3168.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3168
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3168(a)github.com>
Update sci_get_selected_text_length() so it returns the same value like
Scintilla 5.1.4 and earlier versions.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3099
-- Commit Summary --
* Update sci_get_selected_text_length() after change to Scintilla 5.1.5
* Fix warning
-- File Changes --
M src/sciwrappers.c (6)
M src/ui_utils.c (4)
-- Patch Links --
https://github.com/geany/geany/pull/3099.patchhttps://github.com/geany/geany/pull/3099.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3099
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3099(a)github.com>
While editing a C document in the right-side window, the cursor didn't go to the beginning or end of the line when using the home and end key.
```
00:19:59.095696: GLib-GIO DEBUG : _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
00:19:59.118762: Geany INFO : Geany 1.39 (git >= 11a1f32f), en_US.utf8
00:19:59.118773: Geany INFO : GTK 3.24.30, GLib 2.70.1
00:19:59.118796: Geany INFO : OS: Manjaro Linux
00:19:59.118811: Geany INFO : System data dir: /home/andy/.local/share/geany
00:19:59.118816: Geany INFO : User config dir: /home/andy/.config/geany
00:19:59.218196: Geany INFO : Loaded GTK+ CSS theme '/home/andy/.local/share/geany/geany.css'
00:19:59.218896: Geany INFO : Loaded GTK+ CSS theme '/home/andy/.local/share/geany/geany-3.20.css'
00:19:59.222820: Geany INFO : System plugin path: /home/andy/.local/lib/geany
00:19:59.228730: Geany INFO : Added filetype Clojure (64).
00:19:59.228737: Geany INFO : Added filetype Nim (65).
00:19:59.228741: Geany INFO : Added filetype Graphviz (66).
00:19:59.228745: Geany INFO : Added filetype Groovy (67).
00:19:59.228749: Geany INFO : Added filetype CUDA (68).
00:19:59.228752: Geany INFO : Added filetype Meson (69).
00:19:59.228756: Geany INFO : Added filetype JSON (70).
00:19:59.228760: Geany INFO : Added filetype Arduino (71).
00:19:59.228764: Geany INFO : Added filetype Kotlin (72).
00:19:59.228767: Geany INFO : Added filetype Scala (73).
00:19:59.228770: Geany INFO : Added filetype Genie (74).
00:19:59.228774: Geany INFO : Added filetype Swift (75).
00:19:59.228777: Geany INFO : Added filetype Cython (76).
00:19:59.228781: Geany INFO : Added filetype TypeScript (77).
00:19:59.241050: Geany INFO : Loaded libvte from libvte-2.91.so
00:19:59.256054: Geany INFO : Loaded: /home/andy/.local/lib/geany/debugger.so (Debugger)
00:19:59.259442: Geany INFO : Loaded: /home/andy/.local/lib/geany/filebrowser.so (File Browser)
00:19:59.260744: SpellCheck DEBUG : Initializing Enchant library version 2.3.1
00:19:59.263159: (null) WARNING : Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
00:19:59.263312: (null) WARNING : Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
00:19:59.263494: (null) WARNING : Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
00:19:59.263527: GLib DEBUG : setenv()/putenv() are not thread-safe and should not be used after threads are created
00:19:59.266247: Geany INFO : Loaded: /home/andy/.local/lib/geany/spellcheck.so (Spell Check)
00:19:59.266920: Geany INFO : Loaded: /home/andy/.local/lib/geany/splitwindow.so (Split Window)
00:19:59.271803: Geany INFO : unknown : None (UTF-8)
```
--
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/3047
![image](https://user-images.githubusercontent.com/182207/164499778-ede1797a-5ce7-4445-ad99-6d781375ede4.png)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3177
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3177(a)github.com>
Before
![image](https://user-images.githubusercontent.com/282214/164252394-b1ba04bf-1c93-4353-9a1a-5be7954e1dd4.png)
After
![image](https://user-images.githubusercontent.com/282214/164252437-9c33052b-6c9b-478a-8907-137eb151684f.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3174
-- Commit Summary --
* GTK3 toolbar icons size is too big
-- File Changes --
M data/geany.css (5)
-- Patch Links --
https://github.com/geany/geany/pull/3174.patchhttps://github.com/geany/geany/pull/3174.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3174
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3174(a)github.com>