[Github-comments] Re: [geany/geany] Use GtkFileChooserNative for opening files on Windows and macOS (PR #3861)

2024-04-28 Thread Enrico Tröger via Github-comments
I'm curious though as I only use Linux, it won't change anything for me :D. But I'll give it a try on Windows, this will take a few days though. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3861#issuecomment-2081658681 You are receiving this because

[Github-comments] Re: [geany/geany-plugins] geniuspaste: Port to libsoup3 (and avoid GTK3 deprecations) (PR #1342)

2024-04-28 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE], GP_ARG_DISABLE([GeniusPaste], [auto]) GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE, - [libsoup-2.4 >= 2.4.0]) + [gtk+-3.0 >= 3.16 No. It

[Github-comments] Re: [geany/geany-plugins] Fix CPP CMake option capitalization (PR #1344)

2024-04-28 Thread Enrico Tröger via Github-comments
Merged #1344 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1344#event-12635099051 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany-plugins] Fix CPP CMake option capitalization (PR #1344)

2024-04-28 Thread Enrico Tröger via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1344 -- Commit Summary -- * Fix CPP CMake option capitalization -- File Changes -- M .github/workflows/build.yml (2) -- Patch Links --

[Github-comments] Re: [geany/geany-plugins] updatechecker: Port to GIO and small other fixes (PR #1340)

2024-04-28 Thread Enrico Tröger via Github-comments
> > I "think" it will work. > > In detail this is, when querying https://geany.org/ I get an error: `GET > > request failed: WinHttp error: SECURE_CHANNEL_ERROR`. […] > > If I change the URL to query to https://httpbin.org/anything/version, the > > HTTP request works fine and I get the expected

[Github-comments] Re: [geany/geany-plugins] CI: Download, compile and use latest cppcheck version (PR #1310)

2024-04-28 Thread Enrico Tröger via Github-comments
Merged #1310 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1310#event-12634889055 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-28 Thread Enrico Tröger via Github-comments
@eht16 approved this pull request. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1330#pullrequestreview-2027099072 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add various pref replace in session (PR #3851)

2024-04-28 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -60,6 +60,8 @@ typedef struct GeanySearchPrefs gbooleanuse_current_file_dir; /* find in files directory to use on showing dialog */ gbooleanhide_find_dialog; /* hide the find dialog on next or previous

[Github-comments] Re: [geany/geany] Add various pref replace in session (PR #3851)

2024-04-28 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad fixup: do not increase plugin API version -- View it on GitHub: https://github.com/geany/geany/pull/3851/files/c0cd092a49a3162f57691099f115fc2689515774..bb15a702a9a0ae9eb4e2f805e391f30c6a9f06ad You are receiving this because you

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-28 Thread Enrico Tröger via Github-comments
Looks good now. As said before, I cannot judge whether the result of the snippets is as desired. To me it feels a little confusing that the element in the "itemize" environment is indented while for the other ones the cursor position is not indented. Maybe it's ok. -- Reply to this email

[Github-comments] Re: [geany/geany-plugins] geniuspaste: Port to libsoup3 (and avoid GTK3 deprecations) (PR #1342)

2024-04-28 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -3,7 +3,8 @@ AC_DEFUN([GP_CHECK_GENIUSPASTE], GP_ARG_DISABLE([GeniusPaste], [auto]) GP_CHECK_PLUGIN_DEPS([GeniusPaste], GENIUSPASTE, - [libsoup-2.4 >= 2.4.0]) + [gtk+-3.0 >= 3.16 We also

[Github-comments] Re: [geany/geany-plugins] updatechecker: Port to GIO and small other fixes (PR #1340)

2024-04-28 Thread Enrico Tröger via Github-comments
> Guys, be a bit patient :D. I'll test this on Windows/MSYS2 later or in the > next days. I "think" it will work. In detail this is, when querying https://geany.org I get an error: `GET request failed: WinHttp error: SECURE_CHANNEL_ERROR`. But I guess this is not related to the changes but

[Github-comments] Re: [geany/geany-plugins] updatechecker: Port to GIO and small other fixes (PR #1340)

2024-04-26 Thread Enrico Tröger via Github-comments
Guys, be a bit patient :D. I'll test this on Windows/MSYS2 later or in the next days. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1340#issuecomment-2079741003 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-26 Thread Enrico Tröger via Github-comments
> > For "table" and "itemize" there is a trailing space after the cursor > > marker. Is this intended? > > "block" uses no indentation at all, "itemize" uses a tab resp. spaces and > > "table" uses a single space only. > > This is fixed. I tried to re-sync the indentions I cannot verify as I

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-26 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > - tmp = g_strdup_printf("\n\\end{%s}", environment); - glatex_insert_string(tmp, FALSE); - g_free(tmp); - - indention_prefs = editor_get_indent_prefs(doc->editor); -

[Github-comments] Re: [geany/geany] Add various pref replace in session (PR #3851)

2024-04-23 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > **``search`` group** -find_selection_type See `Find selection`_. 0 immediately -replace_and_find_by_default Set ``Replace & Find`` button as default so trueimmediately -

[Github-comments] Re: [geany/geany] Add various pref replace in session (PR #3851)

2024-04-23 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -60,6 +60,8 @@ typedef struct GeanySearchPrefs gbooleanuse_current_file_dir; /* find in files directory to use on showing dialog */ gbooleanhide_find_dialog; /* hide the find dialog on next or previous

[Github-comments] Re: [geany/geany] Add various pref replace in session (PR #3851)

2024-04-23 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. c0cd092a49a3162f57691099f115fc2689515774 fixup: move new search pref to the end of struct -- View it on GitHub: https://github.com/geany/geany/pull/3851/files/8c9818eb861065ca48854e0d7aed5b2daf52310a..c0cd092a49a3162f57691099f115fc2689515774 You are receiving this

[Github-comments] Re: [geany/geany] meson: Use host instead of target (PR #3853)

2024-04-23 Thread Enrico Tröger via Github-comments
@eht16 approved this pull request. Tested and works on Windows. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3853#pullrequestreview-2018263666 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add Ocaml ctags parser (PR #3163)

2024-04-21 Thread Enrico Tröger via Github-comments
I tested this last week and forgot to comment :). It works fine and parses the random Ocaml code I found on the net properly. Though I don't know the language at all :D. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3163#issuecomment-2068120694 You

[Github-comments] Re: [geany/geany-plugins] Error: Most Plugins not binary compatible with this release of geany. Therefore not available in Plugin Manager Dialog (Issue #1292)

2024-04-21 Thread Enrico Tröger via Github-comments
@masla84 if this still persists, please check Help->Debug Messages in Geany, at the beginning loading of plugins is logged and also if there any errors occurred. Alternatively, uninstall all of your Geanys, remove the config folder (or at least clean the plugin paths manually) and try again.

[Github-comments] Re: [geany/geany-plugins] Error: Most Plugins not binary compatible with this release of geany. Therefore not available in Plugin Manager Dialog (Issue #1292)

2024-04-21 Thread Enrico Tröger via Github-comments
Closed #1292 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1292#event-12551239724 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Allow to disable: Are you sure to replace in the whole session? (Issue #3702)

2024-04-21 Thread Enrico Tröger via Github-comments
A new various pref to disable the confirmation dialog is added in #3851. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3702#issuecomment-2068108109 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Allow to disable: Are you sure to replace in the whole session? (Issue #3702)

2024-04-21 Thread Enrico Tröger via Github-comments
Reopened #3702. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3702#event-12551227374 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] Add various pref replace in session (PR #3851)

2024-04-21 Thread Enrico Tröger via Github-comments
Allow brave users to disable the confirmation dialog when replacing text in the whole session. While modifying the docs, I noticed a missing various pref in the table and added it. Because of the long names of the other and the new setting, the table grew and needed reformatting. I put this

[Github-comments] Re: [geany/geany] update fortran keywords (PR #3656)

2024-04-21 Thread Enrico Tröger via Github-comments
Merged #3656 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3656#event-12551171089 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fortran function random_init not highlighted (Issue #3362)

2024-04-21 Thread Enrico Tröger via Github-comments
Closed #3362 as completed via #3656. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3362#event-12551171193 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Bazel build config files are based on Python (#2088)

2024-04-21 Thread Enrico Tröger via Github-comments
Closed #2088. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2088#event-12551166960 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-21 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > if (utils_str_equal(environment, "block") == TRUE) { - g_string_append(tmpstring, "}{}"); + tmpstring =

[Github-comments] Re: [geany/geany-plugins] LaTeX: Switch handling of insert (list) environments over to snippets workflow (PR #1330)

2024-04-21 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. Looks good. As you know I'm not LaTeX expert and so I'm wondering if it is on purpose that different environments produce quite different stylings: ``` \begin{block}{} _ \end{block} \begin{itemize} \item _ \end{itemize} \begin{table} _

[Github-comments] Re: [geany/geany] Bazel build config files are based on Python (#2088)

2024-04-21 Thread Enrico Tröger via Github-comments
@StephenWassell is this still relevant or can we close this? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/2088#issuecomment-2068040167 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix search entry after editing the toolbar (PR #3838)

2024-04-21 Thread Enrico Tröger via Github-comments
It seems to work without the guard as well. The connect_proxy function is called four times here, but it's the same on Linux and Windows and in either way, the search toolbar item still works after re-ordering. Since we cannot reproduce this anymore and the "fix" is so long ago, maybe it was

[Github-comments] Re: [geany/geany] Help command should check browser tool's return value (Issue #3468)

2024-04-21 Thread Enrico Tröger via Github-comments
Closed #3468 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3468#event-12550837837 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Encodings UI improvements (PR #3720)

2024-04-21 Thread Enrico Tröger via Github-comments
Looks and works great, tested on Linux and Windows! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3720#issuecomment-2068035433 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Various encodings conversion fixes (PR #3716)

2024-04-21 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > geany_debug("Couldn't convert from %s to UTF-8.", > charset); + g_set_error(error, G_CONVERT_ERROR, G_CONVERT_ERROR_ILLEGAL_SEQUENCE, + _("Data contains NULs")); Do we

[Github-comments] Re: [geany/geany] Various encodings conversion fixes (PR #3716)

2024-04-21 Thread Enrico Tröger via Github-comments
There are actually some encodings which seem not support on Windows: ``` 15:31:32.356445: Geany INFO : Encoding ISO-8859-10 is not supported by the system 15:31:32.356445: Geany INFO : Encoding ISO-8859-14 is not supported by the system 15:31:32.356445: Geany INFO

[Github-comments] Re: [geany/geany-plugins] lineoperations: Removed debug code (fixes #1322) (PR #1323)

2024-04-21 Thread Enrico Tröger via Github-comments
Thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1323#issuecomment-2068027676 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Line Operations plugin outputs "Value: 0" to terminal when Geany launches (Issue #1322)

2024-04-21 Thread Enrico Tröger via Github-comments
Closed #1322 as completed via #1323. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1322#event-12550784189 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] lineoperations: Removed debug code (fixes #1322) (PR #1323)

2024-04-21 Thread Enrico Tröger via Github-comments
Merged #1323 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1323#event-12550784154 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] update fortran keywords (PR #3656)

2024-04-21 Thread Enrico Tröger via Github-comments
Don't we want to merge this anyway? Maybe the performance impact is tolerable and then it is still an improvement for Fortran users. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3656#issuecomment-2068027071 You are receiving this because you are

[Github-comments] Re: [geany/geany] meson: Prevent showing console after running geany in Windows (PR #3811)

2024-04-14 Thread Enrico Tröger via Github-comments
Well, the CI just builds the code and runs some simple tests. This is already a good indicator, yes. Still, it is different from executing the full application with full loading of GTK and such. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] meson: Prevent showing console after running geany in Windows (PR #3811)

2024-04-14 Thread Enrico Tröger via Github-comments
Could anyone who uses Meson on Linux check if this is fine and properly ignored? @b4n or @kugel- maybe? I tested it on Windows and it does what it should. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3811#issuecomment-2054064747 You are receiving

[Github-comments] Re: [geany/geany] meson: Add icon with geany program (PR #3812)

2024-04-14 Thread Enrico Tröger via Github-comments
@Biswa96 thanks! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3812#issuecomment-2054062719 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] meson: Add icon with geany program (PR #3812)

2024-04-14 Thread Enrico Tröger via Github-comments
Merged #3812 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3812#event-12460442729 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] meson: Add icon with geany program (PR #3812)

2024-04-14 Thread Enrico Tröger via Github-comments
Looks fine and works on Windows, the icon and the other meta information on the executable are set properly. > We lack a Meson Windows job to tell We could add it. I might work on this at some point (days, weeks, months, who knows :smile: ). -- Reply to this email directly or view it on

[Github-comments] Re: [geany/geany] meson: correctly set WIN32 in config.h (PR #3660)

2024-04-14 Thread Enrico Tröger via Github-comments
Is there anything wrong with merging this? Even if it would be cooler to not have to set the flag, as it is done by Autotools as well, it might be ok. And if uctags is updated next time, we could try to remove it again. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] meson: correctly set WIN32 in config.h (PR #3660)

2024-04-14 Thread Enrico Tröger via Github-comments
> > Is `_WIN32` set for cross builds? > > `_WIN32` is set in compiler which targets Windows platform - no header or IDE > is required. You can verify that using `cc -dM -E - < /dev/null | grep WIN32` > command. Yep, looks good. This is in a Docker container running the image we use in CI for

[Github-comments] Re: [geany/geany] meson: Prevent showing console after running geany in Windows (PR #3811)

2024-04-14 Thread Enrico Tröger via Github-comments
> > I would suggest to provide Windows installer. Most of the users will still > > use official installer who are not familiar with msys2 and its packaging > > system. > > But as I said above, none of the major contributors use Geany on Windows, > even the nice guy who makes the build (and yes

[Github-comments] Re: [geany/geany-plugins] Default plugins folder incorrect / not found (Issue #1321)

2024-04-14 Thread Enrico Tröger via Github-comments
@socal-nerdtastic if you are curious and brave enough, you could try the Geany and Geany-Plugins installers from: https://github.com/geany/geany-plugins/actions/runs/8679662809/artifacts/1412215267 They should work now. But aware, these installers are created from GIT master, the current

[Github-comments] Re: [geany/geany] [RFC] Enable keyboard searching for Compiler and Messages tree views (PR #3823)

2024-04-14 Thread Enrico Tröger via Github-comments
`git blame` tells that it was me disabling it, in 2006. Unfortunately, I didn't comment why I did this and I don't remember. Maybe there were problems with interactions or I just did it for no specific reason. I'm fine to enable it again and see if it works as expected. -- Reply to this

[Github-comments] Re: [geany/geany-plugins] lineoperations: Commented out debug code to fix #1322 (PR #1323)

2024-04-14 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -117,7 +117,7 @@ lo_init_prefs(GeanyPlugin *plugin) lo_info->use_collation_compare = utils_get_setting_boolean(config, "general", "use_collation_compare", FALSE); - printf("VALUE: %d\n", lo_info->use_collation_compare);

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3798)

2024-04-14 Thread Enrico Tröger via Github-comments
Closed #3798 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3798#event-12460279098 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3798)

2024-04-14 Thread Enrico Tröger via Github-comments
I cannot reproduce this (similar to #3772). Either it is related to Windows 11 vs my Windows 7 or some settings. But as @elextr said, Geany just starts the configured command. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Windows: Geany does not update the UI text to be white on dark background/dark gtk-theme (Issue #3827)

2024-04-14 Thread Enrico Tröger via Github-comments
I tested the Orchis theme and it looks good, I think: ![geany_windows_orchis](https://github.com/geany/geany/assets/617017/0a43ca17-41f1-45e3-b9f3-682f740c2c8e) Since you said you installed the theme into `AppData/Local/gtk-3.0`, this might cause the problems. Usually, themes are to be put into

[Github-comments] Re: [geany/geany] Windows: Geany does not update the UI text to be white on dark background/dark gtk-theme (Issue #3827)

2024-04-14 Thread Enrico Tröger via Github-comments
Closed #3827 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3827#event-12460274679 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] [plugins/filebrowser] Change external open default to `xdg-open` (PR #3815)

2024-04-14 Thread Enrico Tröger via Github-comments
I think this is OK even if when called for a file the file will be opened and not the file manager. Since the whole command can be configured and by the same default `%d` is used, the behavior should not be changed, just the default will work probably for more users. -- Reply to this email

[Github-comments] Re: [geany/geany] Fix search entry after editing the toolbar (PR #3838)

2024-04-14 Thread Enrico Tröger via Github-comments
Tested on Linux and Windows, works perfectly. I don't remember the initial problems from 12 years ago, maybe it was GTK2 releated or a bug in early GTK3 versions or so. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3838#issuecomment-2054027526 You

[Github-comments] Re: [geany/geany] Fix search entry after editing the toolbar (PR #3838)

2024-04-14 Thread Enrico Tröger via Github-comments
@eht16 approved this pull request. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3838#pullrequestreview-1999562116 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Windows installer: Prefer Geany installation directory over user's HOME (PR #1324)

2024-04-14 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -401,6 +398,12 @@ Function .onInit StrCpy $INSTDIR "$GEANY_INSTDIR" ${EndIf} + ; if $INSTDIR has not been set yet above, set it to the profile directory for non-admin users + ${If} $INSTDIR == "" The diff is a

[Github-comments] [geany/geany-plugins] Windows installer: Prefer Geany installation directory over user's HOME (PR #1324)

2024-04-14 Thread Enrico Tröger via Github-comments
If no explicit installation directory was specified and an existing, Geany installation was found, then use its installation directory. Closes #1321. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1324 -- Commit Summary -- *

[Github-comments] Re: [geany/geany] Geany buffer strangeness: is the buffer shared between tabs? (Issue #3805)

2024-03-28 Thread Enrico Tröger via Github-comments
Closed #3805 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3805#event-12278355411 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Geany buffer strangeness: is the buffer shared between tabs? (Issue #3805)

2024-03-28 Thread Enrico Tröger via Github-comments
@rubyFeedback please note that you can attach images also directly to the issue. This saves us from opening thrird party websites just to see a small image. Thank you. I agree with @elextr, the described completion behavior is caused by the `Preferences->Editor->Completions->Autocomplete all

[Github-comments] Re: [geany/geany] `Use Windows native dialogs` is broken (Issue #3627)

2024-03-28 Thread Enrico Tröger via Github-comments
Closed #3627 as completed via #3791. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3627#event-12278089629 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Remove "Use Windows native dialogs" GUI setting (PR #3791)

2024-03-28 Thread Enrico Tröger via Github-comments
Merged #3791 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3791#event-12278089411 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] CI: Download, compile and use latest cppcheck version (PR #1310)

2024-03-28 Thread Enrico Tröger via Github-comments
If there are no objections or improvement suggestions, I would like to merge to this in a week. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1310#issuecomment-2024696264 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany-themes] Metallic Bottle: use a slightly darker background color for selections (PR #71)

2024-03-28 Thread Enrico Tröger via Github-comments
If there are no objections or improvement suggestions, I would like to merge to this in a week. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/pull/71#issuecomment-2024695254 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-28 Thread Enrico Tröger via Github-comments
> @eht16 The popup is a dynamically created menu, can you invoke the inspector > while it remains visible? No :(. This is what I meant with "I failed to pick the mentioned menu" above. But maybe it is possible and it is just me not getting it. Maybe a search engine can help on this or some GTK

[Github-comments] Re: [geany/geany] Add a 1px black border around the tab-switcher (Issue #3797)

2024-03-24 Thread Enrico Tröger via Github-comments
Maybe the GTK Inspector can help, https://wiki.gnome.org/Projects/GTK/Inspector. Basically, enable it by executing `gsettings set org.gtk.Settings.Debug enable-inspector-keybinding true` and then start it from within Geany with the keyboard shortcut `Control-Shift-D`. The inspector allows to

[Github-comments] Re: [geany/geany-plugins] Feature request - extend plugin Save Actions - code fixers (Issue #1319)

2024-03-24 Thread Enrico Tröger via Github-comments
Closed #1319 as not planned. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1319#event-12227163281 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Feature request - extend plugin Save Actions - code fixers (Issue #1319)

2024-03-24 Thread Enrico Tröger via Github-comments
Duplicate of [#3295](https://github.com/geany/geany/issues/3295). There are some ideas on how to implement it but it still needs someone to do it :). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1319#issuecomment-2016881883 You are

[Github-comments] Re: [geany/geany] Add Raku (Perl 6) filetype support (lexer and ctags parser) (PR #3169)

2024-03-19 Thread Enrico Tröger via Github-comments
>Surely he means Racket, its [lisp](https://xkcd.com/297/) (well >Scheme, but similar) and it has its own portable native GUI library >built in, no more GTK on windows issues .. hmm I just might convince >myself at this rate :-) Raku, R, Racket, Rust, Ruby, I'll leave the important questions to

[Github-comments] Re: [geany/geany] Add Raku (Perl 6) filetype support (lexer and ctags parser) (PR #3169)

2024-03-18 Thread Enrico Tröger via Github-comments
> I gave it some testing and it works fine. I want to repeat I'm > really bad at Perl and saw Raku the first time now. Btw, I did not > fell in love with it :D. > > Good, I was worried we'd have to rewrite Geany in it :-) Maybe I'll change my mind in two weeks, what about Reany? :)

[Github-comments] Re: [geany/geany] `Use Windows native dialogs` is broken (Issue #3627)

2024-03-17 Thread Enrico Tröger via Github-comments
> If the setting is in `geany.glade` how come it doesn't show on Linux? If you have a close look at the changes in #3791, your question will be answered :D. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3627#issuecomment-2002545082 You are

[Github-comments] [geany/geany] Remove "Use Windows native dialogs" GUI setting (PR #3791)

2024-03-17 Thread Enrico Tröger via Github-comments
This is a left-over from #3219 and should have been removed already. Fixes #3627. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3791 -- Commit Summary -- * Remove Use Windows native dialogs GUI setting -- File Changes -- M

[Github-comments] Re: [geany/geany-osx] Open dialog enter file path text (#14)

2024-03-17 Thread Enrico Tröger via Github-comments
> > I'll try to have a look at it if it would require many changes in Geany to > > migrate to this class. > > It would need to be optional Why would it need to be optional? If it works well on relevant platforms and do not introduce too much restrictions, why not use it completely? > but I

[Github-comments] Re: [geany/geany-plugins] geanyctags: eliminate some warnings and update the readtags library (PR #1317)

2024-03-17 Thread Enrico Tröger via Github-comments
LGBI. I didn't test the changes, @techee I guess you did. If so, I think we can merge this. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1317#issuecomment-2002538765 You are receiving this because you are subscribed to this thread. Message

[Github-comments] Re: [geany/geany-plugins] vimode: eliminate a warning (PR #1316)

2024-03-17 Thread Enrico Tröger via Github-comments
Merged #1316 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1316#event-12143453175 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add Raku (Perl 6) filetype support (lexer and ctags parser) (PR #3169)

2024-03-17 Thread Enrico Tröger via Github-comments
> Agree with @techee and I could give it a bit of testing, though this might > takes a few weeks. s/few weeks/few years/ but we are all patient :). I gave it some testing and it works fine. I want to repeat I'm really bad at Perl and saw Raku the first time now. Btw, I did not fell in love

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-17 Thread Enrico Tröger via Github-comments
Merged #3769 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3769#event-12143071778 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-17 Thread Enrico Tröger via Github-comments
> > > Adding ` workflow_dispatch:` might be a good idea to manually re-run the > > > workflow. > > > > > > I would still recommend this simple change. > > And it seems the configuration still has syntax errors: > > https://github.com/geany/geany/actions/runs/8135027731/workflow > > That seems

[Github-comments] Re: [geany/geany-plugins] Make updatechecker plugin for MacOS (Issue #1314)

2024-03-10 Thread Enrico Tröger via Github-comments
> The update checker for Linux works incorrectly, it checks the Geany > repository for a new version, not the repositories for the current distro. > Most distros don't update versions of software like Geany on LTS versions for > example. So it just feeds frustration for users of such I'd say

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-10 Thread Enrico Tröger via Github-comments
> Adding ` workflow_dispatch:` might be a good idea to manually re-run the > workflow. I would still recommend this simple change. And it seems the configuration still has syntax errors: https://github.com/geany/geany/actions/runs/8135027731/workflow -- Reply to this email directly or view

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-10 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' I don't see why, at least for this case it seems a bit beyond the goal. If we have use cases for excluding files from triggering a CI run, we can add them but no excluding only

[Github-comments] Re: [geany/geany-themes] New DarkSpook color scheme (PR #68)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On screenshots/dark-spook.png: Do you mind to replace the screenshot as described above? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/pull/68#discussion_r1510333217 You are receiving this because you are

[Github-comments] Re: [geany/geany-themes] New DarkSpook color scheme (PR #68)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +description=Based on the InkPot theme of the same name. +# incremented automatically, do not change manually +version=1 +author=Vukić Srđan +url=https://hardcoder.xyz +# list of each compatible Geany release version

[Github-comments] [geany/geany-themes] Metallic Bottle: use a slightly darker background color for selections (PR #71)

2024-03-03 Thread Enrico Tröger via Github-comments
I just made the background color for selections a little darker so that it is different from the foreground color. Closes #70. ![Screenshot](https://github.com/geany/geany-themes/assets/617017/472e0715-c1c1-4166-926e-b2260d160687) You can view, comment on, or merge this pull request online at:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' And it causes an error: ``` Invalid workflow file: .github/workflows/build.yml#L8 You have an error in your yaml syntax on line 8 ``` -- Reply to this email directly or view it

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
Thanks! > Done. Some examples of this workflow include a cron schedule as well. Would > you like that added, and if so, how often should it be scheduled? I would say once in a month is a good start. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-03-03 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -8,6 +8,13 @@ on: push: branches: - master +- '**' Why did you change this, what's the intention? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3769#pullrequestreview-1912989734 You are

[Github-comments] Re: [geany/geany] Add screenshot to README (PR #3760)

2024-03-03 Thread Enrico Tröger via Github-comments
Merged #3760 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3760#event-11990226242 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] 2.0.0: test suite fails with cppcheck 2.13.1 (unrecognized command line option: "--template") (Issue #1304)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #1304 as completed via #1309. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1304#event-11990221630 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add missing sign for cppcheck --template argument (PR #1309)

2024-03-03 Thread Enrico Tröger via Github-comments
Merged #1309 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1309#event-11990221578 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3772)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #3772 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3772#event-11990207405 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Python print() doesn't work well. (Issue #3772)

2024-03-03 Thread Enrico Tröger via Github-comments
On my old Windows 7, a "cmd.exe" is opened and the full output is available and there is a scrollbar to see the first lines of the output. Changing the default execution command to "PowerShell" seems wrong and would require that PowerShell is installed. Maybe you can check if the cmd.exe of

[Github-comments] Re: [geany/geany-osx] "Change Font" does not seem to have effect (Issue #53)

2024-03-03 Thread Enrico Tröger via Github-comments
As a side note: > Well, simply that I did not know that 2.0 is available for MacOS already. > Sadly, Geany does not have a builtin update checker. There is the UpdateChecker plugin (https://plugins.geany.org/updatechecker.html) which is probably also included in the macOS bundle. Can this be

[Github-comments] Re: [geany/geany-plugins] Is it possible to open "spelling suggestions" menu using keyboard ? (Issue #1306)

2024-03-03 Thread Enrico Tröger via Github-comments
You can open the editor menu with the "menu" key if your keyboard has such a key and then with by pressing cursor down and cursor right, you are directly in the spelling suggestions menu. Maybe this is already enough? -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Silent Installation of Geany (Issue #3734)

2024-03-03 Thread Enrico Tröger via Github-comments
Closed #3734 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3734#event-11990154191 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Silent Installation of Geany (Issue #3734)

2024-03-03 Thread Enrico Tröger via Github-comments
I forgot to answer the question from the OP: > Please let me know if there are any parameters to install\select following > features silently. There is no way to select/deselect components with the silent installer. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add CodeQL Analysis workflow (PR #3769)

2024-02-18 Thread Enrico Tröger via Github-comments
Adding ` workflow_dispatch:` might be a good idea to manually re-run the workflow. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3769#issuecomment-1951381789 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add Pinner plugin (PR #1308)

2024-02-18 Thread Enrico Tröger via Github-comments
> @eht16 It looks like we were working on something different but similar? ;) I > think incorporating something like that into this plugin would be suitable. Yes, my approach was for a different use case. I like to have a tab/document always in the visible area of the notebook tab list for easy

<    1   2   3   4   5   6   7   8   9   10   >