Also store some UI-related prefs in the new session.conf, that is:
treeview_position=156
msgwindow_position=593
geometry=0;57;1176;825;0;
Up for discussion:
Move msgwin_orientation as well
-> might be machine dependant, e.g. if you have larger displays at your
workstation compared to your laptop.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2779
-- Commit Summary --
* session.conf split follow-up #2
-- File Changes --
M src/keyfile.c (45)
-- Patch Links --
https://github.com/geany/geany/pull/2779.patchhttps://github.com/geany/geany/pull/2779.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/2779
Even though I dislike GTK+3 compared to GTK+2, I'm a [glutton for punishment](https://gitlab.xfce.org/apps/mousepad/-/issues/49), and it's inevitable.
The main code related stuff is done and was trivial. Left to do is a thorough sweep to remove/replace all GTK+2 related references in docs and other scripts/etc which aren't part of the main C code.
Future work would be replacing various APIs like using `GdkRGBA` instead of `GdkColor` and such stuff like that.
This depends on #2590 and related work.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2602
-- Commit Summary --
* Initial pass at remove GTK+2
* Remove now dead code guarded with GTK_CHECK_VERSION(3, 0, 0)
* Remove gtkrc file
* Remove GTK2 from travis.yaml
* SQME: Remove gtkrc from geany.txt manual
* Remove gtk2 from geany-mac-integration.m4
-- File Changes --
M .travis.yml (10)
M HACKING (3)
M README (8)
M configure.ac (32)
M data/Makefile.am (5)
D data/geany.gtkrc (71)
M doc/geany.txt (81)
M m4/geany-mac-integration.m4 (4)
M src/build.c (24)
M src/document.c (11)
M src/editor.c (15)
M src/gb.c (39)
M src/geanywraplabel.c (46)
M src/gtkcompat.h (81)
M src/libmain.c (52)
M src/plugindata.h (11)
M src/sidebar.c (10)
M src/socket.c (7)
M src/stash.c (10)
M src/symbols.c (4)
M src/toolbar.c (2)
M src/ui_utils.c (7)
M src/vte.c (23)
-- Patch Links --
https://github.com/geany/geany/pull/2602.patchhttps://github.com/geany/geany/pull/2602.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/2602
Please see the attached image below: Geany cannot find the text that obviously is present because there is some more text way to the right in the search box which cannot be seen by the user because of the limited width of the search box which, in consequence, prevents the visible text from being located. Please could you provide an indicator to show the user that the search text extends further to the right than perhaps they anticipate leading to the anomalous situation pictured below? I try to get a new user started with Geany every week because it is such a great editor!
![image](https://user-images.githubusercontent.com/7548378/119918715-e6825980-bf60-11eb-92eb-13310960535e.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/issues/2815
This pull request allow the usage of relative filepath in the Project file (.geany) and add a checkbox in the project config to active this option.
The aim is to be able to duplicate a project with a copy-paste or to save a project file (.geany) in git, svn or whatever.
issue #2483
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2667
-- Commit Summary --
* On ouvre un chemin relatif, mais un soucis :
* nettoyage
* Ajout de la case à cocher
* Ajout de la case "relative file" dans les propriété du projet
* Enregistrement des fichiers en relatif ou absolu selon configuration de la session
* remove spaces
* Ability to load relative paths and absolute path from project file
* Add checkbox in project properties to allow usage of relative paths in project file
* Save relative or absolute file paths in project file depending on the project config
-- File Changes --
M data/geany.glade (36)
M src/keyfile.c (58)
M src/keyfile.h (4)
M src/libmain.c (4)
M src/project.c (29)
M src/project.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/2667.patchhttps://github.com/geany/geany/pull/2667.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/2667
geany 1.37.1 (built on Nov 13 2020 with GTK 3.24.23, GLib 2.66.2)
Linux kali 5.10.0-kali3-amd64 #1 SMP Debian 5.10.13-1kali1 (2021-02-08) x86_64 GNU/Linux
Before turning completely to GNU/Linux I used Geany on Windows with no problems or bugs at all, just Perfect !
Using 'Kali Linux', I don't know why after almost every time I save a file(usually Python) or run it(which saves and then runs) Geany freezes for about 2 seconds, and what I mean by 'freezes' is literally freezes, can't move the mouse cursor or write any thing or navigate to another file(No matter how I installed it ,usually using apt , even tried many times to fully uninstall and remove all it files and then reinstall , with no use).
I don't know if the problem is with Kali more than with Geany, but I would appreciate any help cause just imagine that I have been using PyCharm and VS Code then after finding Geany it became by far my favorite and most used editor , but with that extremely annoying bug 'Geany on Kali Linux' it lead me to uninstall Geany for some time.
I do love Geany, such amazing app with just a few megabytes , thanks so much Geany developers and contributors
--
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/2812
Please ADD GitHub plugin. it's help full to pull and push the code directly
--
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/1077
Dear all,
at first i tried geany + plugins from Ubuntus standard repositories with their apt manager. I could see all the plugins in the plugin manager but no "debugger" option.
After de-installation I stepped over to self compilation geany-1.37.1 and geany-plugins-1.37. After installation of libvte-2.91 configure in plugin show me that debugger option is enabled. Compiling of both packages was fine - debugger.so was created. So I installed all things with admin right in the default location /usr/local.
Geany/Toolbox/Plugin-manager still show a lot of plugins - but no "debugger". /usr/local/lib/geany/debugger.so is available.
Same behavior is compiling from github.
For me looks that only the entry of the debugger plugin is missing. How I can check it? Where is something like log file after starting the program?
Can you help me, please.
--
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/1072
Relevant settings:
- long line marker = 72, enabled
- indent type = tabs
- tab width = 8
I noticed `C-j` sometimes does nothing even though a line is well over the long line marker but adding some more chars to the line occasionally makes it work.
Reproduce (with the setting from above):
- open new doc
- insert 8 tabs
- insert "a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a"
- notice the cursor position is 127, but if you select everything it shows "sel: 71" in the status area
- press `C-j` and notice nothing changes
- insert a space
- press `C-j` and notice it got reflowed nicely taking indentation into account.
To me the culprit is the following piece since it doesn't take tab width into account
https://github.com/geany/geany/blob/41624c411702d29834da0ff926f3c9f7c895bb4…
--
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/2810