Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread elextr
AFAICT `document_open_full()` does not set the _per file_ line wrapping, it uses the default wrapping setting because it is generally used to open new files, and they get the default setting as I explained above. Then `open_session_file()` sets the wrapping to the value saved in the session a

Re: [Github-comments] [geany/geany-plugins] git-changebar depends on libgit2-26 but is not installable on mint 20 || ubuntu 20.04 (#1047)

2020-12-22 Thread elextr
This is a packaging issue. The Geany project does not do the packaging for any distro. Just FTR my Mint 20 says libgit2 0.28.4 and git-changebar requiring >= 0.28.1 so it should work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view i

Re: [Github-comments] [geany/geany] Where is the CHANGELOG? (#2701)

2020-12-22 Thread Matthew Brush
The `ChangeLog` is included in the official releases, it's generated from the Git log during `make dist`. If you don't want to compile Geany first, you can run `git log` from within the Git source tree. If you don't want to even check-out the Git source tree, you can [browse the history online

[Github-comments] [geany/geany] Where is the CHANGELOG? (#2701)

2020-12-22 Thread Dan Dascalescu
I only see one [pre-2011](https://github.com/geany/geany/blob/master/ChangeLog.pre-1-22). It would be helpful to see what's changed recently, * for returning users who are installing Geany into a new OS * for those who want to see if the changes vs. the latest version in the Debian repos are wor

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread nomadbyte
In general, this issue results in incorrect intialisation of the editor's horizontal scrollbar (at least on my platform, see the Geany-INFO in OP) Further debugging yields more pointers at the cause of this issue. The warning seems to result from `Scintilla::ScintillaGTK::Resize()` call trigger

[Github-comments] [geany/geany-plugins] git-changebar depends on libgit2-26 but is not installable on mint 20 || ubuntu 20.04 (#1047)

2020-12-22 Thread Michele
on mint repository (and maybe also ubuntu 20.04) libgit is available only on 0.28 version. git changebar show it is impossible to install due to libgitversion <=26 (?!) Can we make something for this? -- You are receiving this because you are subscribed to this thread. Reply to this email dire

Re: [Github-comments] [geany/geany-plugins] commander: hidpi scaling? (#1044)

2020-12-22 Thread Mike Blumenkrantz
hm actually though, there is a problem here: if I set `GDK_SCALE` instead of the usual `Xft.dpi` doubling, geany doesn't pick up the increased font size for the main editor and everything is tiny. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Github-comments] [geany/geany-plugins] commander: hidpi scaling? (#1044)

2020-12-22 Thread Mike Blumenkrantz
Sorry for the delay. I can confirm that this works perfectly :thumbsup: `GTK_CHECK_VERSION()` requires 3 args though, so probably you meant to add another `, 0` in there :) thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on G

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread elextr
Still WFM, please provide the lines from your `help->debug messages` that I posted, and what desktop you are using. Note that the line not being wrapped is correct, changing the preference does not wrap/unwrap already open files, and a file that is open has its state saved when Geany is closed

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread nomadbyte
Below is a test file (test-long-line.txt) that produces the warning. The steps to trigger the warning: 1. Start from a clean configuration, disable plugins ``` G_MESSAGES_DEBUG=all geany -v -p -c test-config ``` 2. Open the test-long-line.txt 3. Turn *Preferences>Editor[Features]:Line wrapping: O

Re: [Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread elextr
WFM 09:41:21: Geany INFO: Geany 1.37 (git >= 915cf6e8), en_AU.UTF-8 09:41:21: Geany INFO: GTK 3.24.20, GLib 2.64.3 09:41:21: Geany INFO: OS: Linux Mint 20 (ulyana) PS please post the debug messages, they show the runtime versions being used, not the version Ge

[Github-comments] [geany/geany] Gtk-Warning at startup when opened file contains a long line (#2700)

2020-12-22 Thread nomadbyte
Geany 1.38 shows a Gtk-Warning at startup ``` (geany:29297): Gtk-WARNING **: 00:58:33.911: Negative content height -6 (allocation 1, extents 7x0) while allocating gadget (node scrollbar, owner GtkScrollbar) ``` This seems to be triggered when: 1. the file being opened at startup contains a long