Re: [Github-comments] [geany/geany-plugins] GeanyLua/GTK3: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed (#1027)

2021-10-11 Thread Skif-off
Not reproduced with 1.38. -- 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/1027#issuecomment-940582642

Re: [Github-comments] [geany/geany-plugins] GeanyLua/GTK3: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed (#1027)

2021-10-11 Thread Skif-off
Closed #1027. -- 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/1027#event-5446428663

Re: [Github-comments] [geany/geany] Make scrollbar thicker (#2933)

2021-10-11 Thread DUO Labs
Thank you, and yes, I checked it and it works fine. -- 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/2933#issuecomment-940527514

Re: [Github-comments] [geany/geany] Make scrollbae thicker (#2933)

2021-10-11 Thread elextr
Also there was an overview plugin, not sure it still works. -- 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/2933#issuecomment-940526296

Re: [Github-comments] [geany/geany] Make scrollbae thicker (#2933)

2021-10-11 Thread elextr
Scrollbars are controlled by GTK theme not Geany. Options are: 1. change the GTK theme on your system to one with wider scrollbars 2. edit the GTK tweak CSS ~/.config/gtk-3.0/gtk.css as below (don't do this unless you want it to apply to all apps) 3. edit geany.css (`Menu->Tools->Configuration

Re: [Github-comments] [geany/geany] Make scrollbae thicker (#2933)

2021-10-11 Thread elextr
Closed #2933. -- 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/2933#event-5446104184

[Github-comments] [geany/geany] Make scrollbae thicker (#2933)

2021-10-11 Thread DUO Labs
Whenever I'm trying to drag the scrollbar, It takes 2-3 times to hit it. So, it would be nice if it was thicker (or at least, adjustable). Or, there could be some sort of scrollable "Preview" feature like in Kate or Sublime? -- You are receiving this because you are subscribed to this thread.

Re: [Github-comments] [geany/geany] Update to Scintilla 5.1.3 and Lexilla 5.1.2 (#2930)

2021-10-11 Thread elextr
I get a segfault on closing Geany with this applied, but not on master at dda15b47 bt: ``` Thread 1 "geany" received signal SIGSEGV, Segmentation fault. 0x77583500 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 (gdb) bt #0 0x77583500 in () at

[Github-comments] [geany/geany-osx] Geany 1.38 does not start on MacOS (#28)

2021-10-11 Thread alexFRD77
After the latest update (universal builds) Geany doesn't launch at all, "Service exited with abnormal code: 1 " in system.log. I've found no issues when forcing Rosetta though. Im using a Macbook Air with arm chip. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Geany 1.38 does not start on MacOS (#2929)

2021-10-11 Thread poorlymac
Might be % /Applications/Geany.app/Contents/MacOS/geany ; exit; 2021-10-12 09:32:46.364 geany[50041:1834806] dlopen() failed (possibly unsigned libgeany.0.dylib) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2021-10-11 Thread Enrico Tröger
We also have https://github.com/geany/geany/discussions/2926 now. Where to continue the discussion? Until decided, I will add my remarks here. For me, https://github.com/geany/geany/issues/1303#issuecomment-260706578 and https://github.com/geany/geany/issues/1303#issuecomment-260731920 are

Re: [Github-comments] [geany/geany] Content of new not yet saved files is lost on crash (#2931)

2021-10-11 Thread elextr
Duplicate of #905 and #2717 -- 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/2931#issuecomment-940474301

Re: [Github-comments] [geany/geany] Content of new not yet saved files is lost on crash (#2931)

2021-10-11 Thread elextr
Closed #2931. -- 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/2931#event-5445794336

Re: [Github-comments] [geany/geany] Fixable startup speed regression opening large numbers of files in 1.36+ (#2883)

2021-10-11 Thread elextr
Scintilla 5.1.1 is merged. -- 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/2883#issuecomment-940471852

Re: [Github-comments] [geany/geany] Switch to Python 3 for GTK doc header generation (#2903)

2021-10-11 Thread Enrico Tröger
> python3 should always be present, python may not. True but as said, in this case it doesn't matter. Autotools detect the Python interpreter to use and then uses this to start the script, i.e. the shebang is not evaluated at all (it executes something like `/usr/bin/python3

Re: [Github-comments] [geany/geany] Update to Scintilla5 (#2867)

2021-10-11 Thread Enrico Tröger
Thanks @kugel-! The GeanyLua problem is already reported and linked. For the primary clipboard problem I opened https://sourceforge.net/p/scintilla/bugs/2287/. Surprisingly, it's the same for Scite and there was no open/closed issue for it. -- You are receiving this because you are

[Github-comments] [geany/geany] restricting the horizontal fold line to the visible span of the header text line (Discussion #2932)

2021-10-11 Thread Vic
Anyone else finds those fold lines too long ? I know that the fold lines are done by Scintilla, so I submitted a feature request there: https://sourceforge.net/p/scintilla/feature-requests/1419/ With attached pictures to see the proposal at a glance. If you like it, maybe you can

Re: [Github-comments] [geany/geany] Switch to Python 3 for GTK doc header generation (#2903)

2021-10-11 Thread Thomas Martitz
python3 should always be present, python may not. -- 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/2903#issuecomment-940456637

Re: [Github-comments] [geany/geany] Switch to Python 3 for GTK doc header generation (#2903)

2021-10-11 Thread Enrico Tröger
@elextr do we want to use "python3" in the shebang of the script? ``` diff --git a/scripts/gen-api-gtkdoc.py b/scripts/gen-api-gtkdoc.py index 75beb86c..7423257c 100755 --- a/scripts/gen-api-gtkdoc.py +++ b/scripts/gen-api-gtkdoc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 #

Re: [Github-comments] [geany/geany-plugins] PGP key (#1119)

2021-10-11 Thread Enrico Tröger
AFAIU the key itself is fine and it *has* multiple user IDs. However, it seems when retrieving the key from `keys.openpgp.org` the user IDs are missing. Possibly related: https://superuser.com/a/1485255 https://keys.openpgp.org/about/faq#older-gnupg @xyproto to double check: if you download and

Re: [Github-comments] [geany/geany-plugins] GeanyVC:(Git) Fallback to `git rev-parse` for getting the repo/worktree's top directory (#1028)

2021-10-11 Thread nomadbyte
For some reason this fix did not make it into the 1.38. Is there any more details needed for this? -- 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/pull/1028#issuecomment-940405095

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2021-10-11 Thread probonopd
I'd encourage you to have both. The two formats are for completely different use cases. Here is a [comparison](https://github.com/AppImage/AppImageKit/wiki/Similar-projects). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread George Katevenis
Updated the manual. -- 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/2927#issuecomment-940231288

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread George Katevenis
@gkatev pushed 2 commits. 6c52d3ebe6383d96c8a6f6b524c69b6f0007deb8 Add UI option to hide the fold margin, while keeping code folding 243388414938773e9cd38f48aeb237ca041f50e0 Automatically unfold all code when folding is switched off in preferences -- You are receiving this because you are

Re: [Github-comments] [geany/geany] Fixable startup speed regression opening large numbers of files in 1.36+ (#2883)

2021-10-11 Thread Justin Blanchard
> @UncombedCoconut one month later, but thanks a lot for trying some numbers > (in addition to fixing the issue in the first place)! I'll see if I can find > the time to measure it a tiny bit more consistently (inserting a timer around > the relevant parts), but your numbers suggest that #2747

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread Vic
> When configuring the editor, it's useful to have everything "in reach", > instead of looking around in menus (you can't even click on menus while the > preferences are opened). ... > For example, with the 'hide fold margin' option, if you wanted to quickly > enable/disable it Good points. So

[Github-comments] [geany/geany] Content of new not yet saved files is lost on crash (#2931)

2021-10-11 Thread warren
If one creates a new file, but doesn't save it (giving it a name and a path), then it's content is lost on crash. Would be nice if Geany would periodically save content of these new "untitled" tabs in case of crash/power loss. At least in some ~/.config/geany file, so the user can restore it

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread George Katevenis
So I don't have an opinion on whether folding should be allowed to be disabled or not, but currently it is, so I've implemented the new feature for all cases.. But, if you wanted to go ahead and remove the option to disable folding in the future, being able to hide the margin would satisfy

Re: [Github-comments] [geany/geany] Switch to Python 3 for GTK doc header generation (#2903)

2021-10-11 Thread Thomas Martitz
@kugel- approved this pull request. So if you squash and add a little bit more information to the commit message (even if it's just the statement "We migrating away from python2") I'm fine -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Feature request: Please provide an AppImage for Geany (#1303)

2021-10-11 Thread Thomas Martitz
I pondered over creating a flatpak for Geany. I'm not sure about the pros and cons of AppImage vs flatpak, though. What would be better, or can you usefully have both? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Update to Scintilla 5.1.3 and Lexilla 5.1.2 (#2930)

2021-10-11 Thread Thomas Martitz
@kugel- commented on this pull request. > @@ -388,7 +388,12 @@ static const HLStyle highlighting_styles_CSS[] = { SCE_CSS_EXTENDED_IDENTIFIER, "extended_identifier", FALSE }, { SCE_CSS_EXTENDED_PSEUDOCLASS, "extended_pseudoclass", FALSE },

[Github-comments] [geany/geany] Update to Scintilla 5.1.3 and Lexilla 5.1.2 (#2930)

2021-10-11 Thread Thomas Martitz
Notable changes: Scintilla: - Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines. Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden. - On GTK, fix the line spacing so that underscores and accents are visible for some fonts such as DejaVu Sans Mono 10. Lexilla - Implement

[Github-comments] [geany/geany] Geany 1.38 does not start on MacOS (#2929)

2021-10-11 Thread alexFRD77
After the latest update (universal builds) Geany doesn't launch at all, "Service exited with abnormal code: 1 " in system.log. I've found no issues when forcing Rosetta though. Im using a Macbook Air with arm chip. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [Github-comments] [geany/geany] Update to Scintilla5 (#2867)

2021-10-11 Thread Thomas Martitz
SciLexer.h fixed. Other problems are better tracked in distinct issues. -- 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/2867#issuecomment-939929530

[Github-comments] [geany/geany-plugins] PGP key (#1119)

2021-10-11 Thread Alexander F . Rødseth
Hi, I'm in the process of upgrading the `geany-plugins` package for Arch Linux. However, `makepkg` complains about the 01380DF54FD09D02 key that is mentioned on the [download page](https://plugins.geany.org/downloads.html): ``` ==> Making package: geany-plugins 1.38-1 (Mon Oct 11 11:21:33

Re: [Github-comments] [geany/geany] cannot install on windows 7, 32bit (#2923)

2021-10-11 Thread elextr
Mint has an XFCE version. -- 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/2923#issuecomment-939805152

Re: [Github-comments] [geany/geany] cannot install on windows 7, 32bit (#2923)

2021-10-11 Thread Vic
@elextr thanks for the recommendation! LOL, I'm rather on the minimalistic side (just not bare CLI), even Mint sounds fancy to me (in the past I tried Lubuntu and Xfce) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread Vic
Re: View: That sounds sensible to me. And if the setting is good for "View" menu, it shouldn't need to go into "Preferences" as well. > To be clear the comment that it is a bad idea was a general one, not > specifically aimed at this PR. Oh, I see now; my bad. -- You are receiving this

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
...Though, the css itself needs tweaking. For example, option ticks are invisible now (red squares). -- 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/2928#issuecomment-939752513

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
Closed #2928. -- 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/2928#event-5441172131

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
Yesss, it works! :) I placed the file **gtk.css** in C:\Users\\_username_\AppData\Local\gtk-3.0 (created the missing dir "gtk-3.0"), and Geany applied the css to its UI. Thanks, **elextr**! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
I will try it, thanks! -- 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/2928#issuecomment-939732727

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread elextr
have a look at https://stackoverflow.com/questions/36464010/change-gtk3-look-on-windows -- 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/2928#issuecomment-939731828

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
Here https://github.com/vinceliuice/stylish-gtk-theme there's a theme both for GTK2 and GTK3. The question is how to apply it. :) BTW, it would be nice to have at least a switch in the settings: light/dark UI theme. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread elextr
> Now I have to figure out, how to apply it to GTK3... :) I suspect it doesn't, IIUC the gtkrc file is no longer used, GTK3 theme will be a `.css` file(s) IIUC, like the `geany.css` file that is available for tweaking things (but I doubt it can change a whole theme). -- You are receiving this

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
I found a solution for GTK2 (Geany 1.37). https://github.com/geany/geany/issues/1344#issuecomment-597588645 Now I have to figure out, how to apply it to GTK3... :) P.S.: Thanks, **elextr**. You always try to help. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread elextr
Thats set by the GTK theme, but I don't know how to set it on Windows, maybe google or one of the other windows users can help you. Google will also help to find a dark theme to download if its not included. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] cannot install on windows 7, 32bit (#2923)

2021-10-11 Thread elextr
@VictorelPetrovich Thanks for the market data, makes it feel better to drop 32 bit, but as you said, anybody who needs to can continue to use 1.37.1 and fork it if they want to backport later changes to Geany.. As for which Linux, thats likely to start a :bike: :house: (bikeshed) but IMHO if

[Github-comments] [geany/geany] Geany 1.38 (GTK3) UI dark theme for Windows? (#2928)

2021-10-11 Thread Dim-Tim-1963
Is it possible? I set up my favorite color scheme for the editor, but the rest of UI is very bright "black-on-white". -- 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/2928

Re: [Github-comments] [geany/geany] Folding code: more advanced commands (#2920)

2021-10-11 Thread Vic
I'll have to leave others to take it from here, as I found out windows32 bit OS (which unfortunately I have) won't be supported any more. Maybe I'll come back to this after I install Linux. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread elextr
> Is it a good idea to place these additions both in the Preferences and View > menu ? From what I can tell, many (or most) of the settings in View are > duplicates of those in Preferences. Maybe would be better to have in > Preferences only those that are not directly about Viewing the

Re: [Github-comments] [geany/geany] Option to hide the fold margin but keep folding (#2927)

2021-10-11 Thread Vic
If you don't mind a simple user's opinion: I think these are all good changes; here's some questions and feedback: > UI Additions: Why do choose to place these additions both in the Preferences and View menu ? From what I can tell, many (or most) of the settings in View are duplicates of

Re: [Github-comments] [geany/geany] cannot install on windows 7, 32bit (#2923)

2021-10-11 Thread Vic
@eht16 Thanks for the reply. I just did some research on the market share of 32bit Windows and to date, it's it's less than 1% according to https://www.pcbenchmarks.net/os-marketshare.html (Some older surveys , of 3-5 years ago put it at max 3..4%

Re: [Github-comments] [geany/geany] cannot install on windows 7, 32bit (#2923)

2021-10-11 Thread Vic
Closed #2923. -- 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/2923#event-5440474212