[Github-comments] [geany/geany] Increase the default width for the sidebar (PR #3637)

2023-10-22 Thread Enrico Tröger via Github-comments
This should prevent the sidebar from being cutoff or clipped of the window. The new value is about 25% of the default window width. Closes #3630. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3637 -- Commit Summary -- * Increase the

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

2023-10-22 Thread Enrico Tröger via Github-comments
Yes. I was very surprised as I jst noticed it is still in the Glade file. Sorry, will remove it soon. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3627#issuecomment-1774032078 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Add meson.build to release howto and replace IRC by Matrix (PR #3633)

2023-10-22 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -24,7 +24,8 @@ version number (e.g. `/home/geany/publish-release 1.36`). Make sure the public part of the GPG key used to sign the archives can be found on the download page. -Windows builds (enrico?). +Windows builds are created mostly by Enrico

[Github-comments] Re: [geany/geany] Add meson.build to release howto and replace IRC by Matrix (PR #3633)

2023-10-22 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -24,7 +24,8 @@ version number (e.g. `/home/geany/publish-release 1.36`). Make sure the public part of the GPG key used to sign the archives can be found on the download page. -Windows builds (enrico?). +Windows builds are created mostly by Enrico

[Github-comments] Re: [geany/www.geany.org] Add missing "of" in home.html (PR #48)

2023-10-21 Thread Enrico Tröger via Github-comments
Thank you! -- Reply to this email directly or view it on GitHub: https://github.com/geany/www.geany.org/pull/48#issuecomment-1773930553 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany-plugins] Add version-bump script (PR #1288)

2023-10-21 Thread Enrico Tröger via Github-comments
Its pretty much the same as in Geany, without codename and for the G-P relevant files. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1288 -- Commit Summary -- * Add version-bump script -- File Changes -- A

[Github-comments] Re: [geany/geany] Add missing space before "(without the path)" (PR #3635)

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

[Github-comments] Re: [geany/geany] "Name" and "Value" is not translatable in Preferences dialog (Issue #3628)

2023-10-21 Thread Enrico Tröger via Github-comments
Good catch! I'm a bit surprised that this wasn't noticed earlier. Anyway, #3634 should fix it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3628#issuecomment-1773925853 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] Enable translations in the "Various" tab in preferences dialog (PR #3634)

2023-10-21 Thread Enrico Tröger via Github-comments
config.h is needed as it defines the GETTEXT_PACKAGE which is necessary to enable translations at all. Fixes #3628. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3634 -- Commit Summary -- * Enable translations in the Various tab in

[Github-comments] [geany/geany] Add meson.build to release howto and replace IRC by Matrix (PR #3633)

2023-10-21 Thread Enrico Tröger via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3633 -- Commit Summary -- * Add meson.build to release howto and replace IRC by Matrix -- File Changes -- M doc/making-a-release (7) -- Patch Links --

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-20 Thread Enrico Tröger via Github-comments
The Geany Windows installer has been replaced with updated translation files (binaries are untouched). @scootergrisen could you test the installer again? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3620#issuecomment-1773418145 You are receiving

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-20 Thread Enrico Tröger via Github-comments
I should have done as well. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3620#issuecomment-1773206928 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-20 Thread Enrico Tröger via Github-comments
Ah funny, G-P behaves differently. There is no `update-gmo` target and the files seem to have been updated yesterday when building. This reminds me of the change to `autopoint` (#2938) which we did not yet do for G-P and so maybe the stale `*.gmo` problem is rather new. I think I will update

[Github-comments] Re: [geany/geany] Context menu item "_Join Lines" missing translation (Issue #3621)

2023-10-20 Thread Enrico Tröger via Github-comments
Very likely sasme cause as in #3620 :(. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3621#issuecomment-1773188180 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Translation for status bar not being used (Issue #3620)

2023-10-20 Thread Enrico Tröger via Github-comments
Unfortunately, this is possible and after some testing even likely. But this raises more questions :(. First I deleted po/da.gmo, expecting that `make` or `make install` will regenerate it. But they didn't. Instead `make install` raised an error: ``` /usr/bin/install: cannot stat './da.gmo': No

[Github-comments] Re: [geany/geany] symbols panels dont update list after switching files (Issue #3622)

2023-10-20 Thread Enrico Tröger via Github-comments
One more guess: did you pass `/tmp/geanytest` with `--prefix` to `./configure`? If not, Geany would load the `geany.glade` file from your old installation and this would explain at least the missing filter entry @techee mentioned. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Emoji flag section is empty (Issue #3619)

2023-10-20 Thread Enrico Tröger via Github-comments
On my old Windows 7 VM there are items in the flags section though it looks like there are only country codes without a proper emoji icon: ![windows_emoji](https://github.com/geany/geany/assets/617017/42894597-0768-468a-b0a3-16b44c7a2e97) Note that all emojis are black/white, no colors on

[Github-comments] Re: [geany/geany] Adwaita icon theme makes Geany look ugly (on Debian Bookworm?) (Issue #3613)

2023-10-19 Thread Enrico Tröger via Github-comments
> Or we mention it somewhere in the announcement email? @eht16  Done. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3613#issuecomment-1771510213 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Replace never released version 1.39 by 2.0 (13bc05d)

2023-10-19 Thread Enrico Tröger via Github-comments
We use to name tags with the full version, including the patch level. The rest mostly uses the short version and for API requirements it is fully sufficient to check for major.minor as patch level versions never should increase the API version. What "additional assets" do you refer to? --

[Github-comments] Re: [geany/geany] Please release a new version (Discussion #3499)

2023-10-19 Thread Enrico Tröger via Github-comments
Closed #3499 as resolved. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3499 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Please release a new version (Discussion #3499)

2023-10-19 Thread Enrico Tröger via Github-comments
Here we go, Geany 2.0 waits for you to be installed or upgraded: https://www.geany.org/news/geany-20-is-out/ It's bad it took so long but hopefully it will be the best release ever and next one will be faster :). -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Set release date (d50d5b3)

2023-10-19 Thread Enrico Tröger via Github-comments
Yep, unfortunately noticed only after pushing it :(. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/commit/d50d5b31977db01fe6e63af7e6dedf0601402594#commitcomment-130432808 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Release 2.0 documentation (PR #1285)

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

[Github-comments] Re: [geany/geany] Replace never released version 1.39 by 2.0 (PR #3617)

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

[Github-comments] [geany/geany] Replace never released version 1.39 by 2.0 (PR #3617)

2023-10-19 Thread Enrico Tröger via Github-comments
You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3617 -- Commit Summary -- * Replace never released version 1.39 by 2.0 -- File Changes -- M po/fr.po (2) M src/keybindings.h (2) -- Patch Links --

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

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

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-19 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/edit_change_history.png: Thanks and sorry. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#discussion_r1365723022 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +* Update Python filetype config (PR#3039). +* Add AutoIt filetype (Skif-off, PR#1752). +* Add GDScript filetype (David Yang, PR#3012). +* Remove Ferite filetype (PR#3075). +* Enable local variables and improve autocompletion for

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 6 commits. 641a09159a047d5df5adaf4b7675aa242e72a101 Add NEWS for Geany 2.0 dbf3c8e0141da0e14a619787c2d14a2aa47130c7 Add documentation for new Scintilla feature "Change history" 35a208aa24e78887109fa3d1993548492abc516d Update documentation screenshots

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +* Update Python filetype config (PR#3039). +* Add AutoIt filetype (Skif-off, PR#1752). +* Add GDScript filetype (David Yang, PR#3012). +* Remove Ferite filetype (PR#3075). +* Enable local variables and improve autocompletion for

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +.. image:: ./images/edit_change_history.png + +The image shows the default visuals: + +* inserted characters appear with coloured underlines +* points where characters were deleted are shown with small triangles +* the margin shows a block indicating

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 85febd1e301506e8a22cedcc4eb177dd919719c5 Document Change History is disabled by default -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/e35069844226d60456eb397e6095116b099eb74a..85febd1e301506e8a22cedcc4eb177dd919719c5 You are receiving this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@elextr @kugel- @b4n could you have a look on the yet open discussions and either resolve or comment on them? We are slightly running out of time. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#issuecomment-1769341258 You are receiving this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
> @eht16 looks like there has been a rebase mishap, and you grabbed some > unrelated things in there  Oops, thanks for notifying. Should be fixed. I started a first round of squashing the incremental changes and then came #3611 :). > You can add #3611 now ;) Done. -- Reply to this email

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/main_window.png: No, it just that the user reading the documentation would need a resolution big enough to match the screenshot dimensions or the user needs to scroll. But probably no big deal nowadays. -- Reply to this email directly or

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 4 commits. b73b29b90cc1e1526ea77096d59953610777d2d6 Add NEWS for Geany 2.0 6a61051feccacb0698308d256d29f787bff4705c Add documentation for new Scintilla feature "Change history" f90c81347d9542c85bc6aeddbabc6becc7b4311c Update documentation screenshots

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 Thread Enrico Tröger via Github-comments
What bad things should happen? @b4n committed (this is without any irony!). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3611#issuecomment-1769324008 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] font hintstyle/antialias in editor differ from settings font (Issue #3610)

2023-10-18 Thread Enrico Tröger via Github-comments
I didn't understand the issue completely yet but anyway maybe it's worth to try SciTE (https://archlinux.org/packages/extra/x86_64/scite/) to check whether it has the same problem. If so, it is very likely related to Scintilla. If not, it may or may not be related to Scintilla. @poluyan when

[Github-comments] Re: [geany/geany-plugins] Release 2.0 documentation (PR #1285)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +Addons: +* Bookmarks: Prevent duplicating bookmarks when editing line (PR #1040) +* Delay updating of tasks list until document has been colorised + (Issue #1254, PR #1257) + +GeanyLua: +* Update documentation for

[Github-comments] Re: [geany/geany-plugins] Release 2.0 documentation (PR #1285)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 0167607f2f7124dd285cf088ad0f6e0182b2c4b2 fixup! Add NEWS for Geany-Plugins 2.0 -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1285/files/436e514c1139b6738f617b8441f990c39ed7aa12..0167607f2f7124dd285cf088ad0f6e0182b2c4b2 You are receiving this because

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > /* necessary to set it to TRUE for project session support */ main_status.opening_session_files++; - i = file_prefs.tab_order_ltr ? 0 : (session_files->len - 1); - while (TRUE) + file_prefs.tab_order_beside = FALSE;

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 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/3611#pullrequestreview-1686111258 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Adwaita icon theme makes Geany look ugly (on Debian Bookworm?) (Issue #3613)

2023-10-18 Thread Enrico Tröger via Github-comments
Great, that you have it reported on Debian. And good to know that newer versions of the theme do not expose this bug. Debian users could probably even install the Sid package (judged from the direct dependencies which should be possible). Back to Geany: I fully agree with what @techee said.

[Github-comments] Re: [geany/geany-plugins] Release 2.0 documentation (PR #1285)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 2 commits. 1e9296bee0715464482b0784e0e68cd2f8fc768f Updated translations 436e514c1139b6738f617b8441f990c39ed7aa12 Merge pull request #1 from frlan/release_2_0_documentation -- View it on GitHub:

[Github-comments] Re: [geany/geany] Change default tab_label_length from 99999 to 1000 (PR #3612)

2023-10-18 Thread Enrico Tröger via Github-comments
> An aside: @eht16 congrats the Windows CI is working again. Interesting to see > the relative speeds, meson/ninja vs Autotools/gmake vs Autotools in a > container. Comparing Meson vs Autotools was already possible before. The Windows CI builds should be excluded from such comparisons because

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
You guys like to have me updating screenshots I guess... The screenshot for the prefs dialog with the changed default for the tab label length is updated for 1000 chars, pixels, apples, Euros :smile:. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 8ac78832fb7e758784ed65dc50eb7ad766ba9eaf Update doc/geany.txt -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/143f8e399684624dbf3b5f0147209ce9f1bd628d..8ac78832fb7e758784ed65dc50eb7ad766ba9eaf You are receiving this because you are subscribed to

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 Thread Enrico Tröger via Github-comments
> It's not even clear to me if this is even a bug (as in "not working as > intended"). I surely never used that pref. I hardly can imagine this could be intended behaviour. After start, the previous code opened the tabs in some random (maybe not really random but in some for the user

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 Thread Enrico Tröger via Github-comments
> although any sane person would have enabled the problematic option  @b4n Hah, it seems you have proven me as crazy again, my config says `tab_order_beside=false` :) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3611#issuecomment-1769221517 You are

[Github-comments] Re: [geany/geany] Fix startup files order when placing tabs next to the current one (PR #3611)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 approved this pull request. Tested and works cleanly. I'm all in for merge. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3611#pullrequestreview-1685997547 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 143f8e399684624dbf3b5f0147209ce9f1bd628d Update screenshots -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/50f76291b2e9b3ff55fe655109d532ed221f46a1..143f8e399684624dbf3b5f0147209ce9f1bd628d You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +.. image:: ./images/edit_change_history.png + +The image shows the default visuals: + +* inserted characters appear with coloured underlines +* points where characters were deleted are shown with small triangles +* the margin shows a block indicating

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/main_window.png: Ok, so it's just getting bigger again. I pushed a variant with similar dimensions as @b4n's demo. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#discussion_r1363460371 You

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
> Perhaps after the first screenshot add "Screenshots in the document are the > default GTK Adwaita theme, but Geany will adapt to the desktop GTK theme that > is set." Done. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-18 Thread Enrico Tröger via Github-comments
@eht16 pushed 2 commits. 86754ddaf839503681e6f3939424883ed3e1d97d Update main window screenshot 50f76291b2e9b3ff55fe655109d532ed221f46a1 Add note about screenshots GTK theme -- View it on GitHub:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +* Add a confirmation dialog on search & replace for the whole session + (PR#3033). +* Filter entry for symbol tree (PR#3055). +* Simplify project creation from existing directories with sources + (PR#3042). +* Add option to

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. a6a36c276cea1d193081987310eec657986c9606 Update NEWS -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/f87a878c9c77404f46fbe3af348c04cb8b9543f6..a6a36c276cea1d193081987310eec657986c9606 You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +* Add a confirmation dialog on search & replace for the whole session + (PR#3033). +* Filter entry for symbol tree (PR#3055). +* Simplify project creation from existing directories with sources + (PR#3042). +* Add option to

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/main_window.png: So far I tried to keep the width and height of the old screenshot. But I don't mind much. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#discussion_r1362754296 You are

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +* Add a confirmation dialog on search & replace for the whole session + (PR#3033). +* Filter entry for symbol tree (PR#3055). +* Simplify project creation from existing directories with sources + (PR#3042). +* Add option to

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/pref_dialog_various.png: This is also theme-dependent, isn't it? I don't remember we changed anything in the dialog? We could discuss if we do not want to use that theme for screenshots but given the time left, I would postpone this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/main_window.png: Me too but this is the great Adwaita we all love so much... -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#discussion_r1362739094 You are receiving this because you are

[Github-comments] Re: [geany/geany-themes] Add new theme Light and Dark (PR #62)

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

[Github-comments] Re: [geany/geany-themes] Add Matcha Theme (PR #55)

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

[Github-comments] Re: [geany/geany-themes] Add Matcha Theme (PR #55)

2023-10-17 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-themes/pull/55#pullrequestreview-1683241926 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/replace_dialog.png: I'm sorry! Forgot this one but now added. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3593#discussion_r1362664620 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. f87a878c9c77404f46fbe3af348c04cb8b9543f6 Update screenshots -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/c0b429f59fd2dc4436366e146a5016ccedf2f4fa..f87a878c9c77404f46fbe3af348c04cb8b9543f6 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/pref_dialog_templ.png: Last chance to get you out of there :). To be honest, I just re-used the values from the 1.38 screenshot. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. c0b429f59fd2dc4436366e146a5016ccedf2f4fa Update NEWS -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/1b2d4f04b7a1026148a12eee3e0a39f789f9797c..c0b429f59fd2dc4436366e146a5016ccedf2f4fa You are receiving this because you are subscribed to this thread.

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/build_menu_commands_dialog.png: > @eht16 do you want me to take care of the screenshots, or can you do it with > what I mentioned? Decide yourself :). I was too busy with making screenshots to notice your comment. -- Reply to this email

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. On doc/images/build_menu_commands_dialog.png: Mighty @b4n, that's it. Screenshots are updated again and look a lot better now. The Gnome default screenshot tool adds a think transparent border around the images. I could remove it but actually I think

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 1b2d4f04b7a1026148a12eee3e0a39f789f9797c Update screenshots - without super bloated Adwaita legacy icons -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/36930bc6bfff50be25831760db3aec9311b519fd..1b2d4f04b7a1026148a12eee3e0a39f789f9797c You are

[Github-comments] Re: [geany/geany] macOS: use ".so" extension for plugins instead of ".dylib" (PR #3608)

2023-10-17 Thread Enrico Tröger via Github-comments
I don't know Meson nor macOS very well but the changes look good. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3608#issuecomment-1766918324 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Release 2.0 documentation (PR #3593)

2023-10-17 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 36930bc6bfff50be25831760db3aec9311b519fd Update NEWS -- View it on GitHub: https://github.com/geany/geany/pull/3593/files/b11817519cb0e9d2232958c54ce6c3d37c1ec599..36930bc6bfff50be25831760db3aec9311b519fd You are receiving this because you are subscribed to this thread.

[Github-comments] [geany/geany-plugins] Release 2.0 documentation (PR #1285)

2023-10-17 Thread Enrico Tröger via Github-comments
Add NEWS for 2.0. Remarks for the NEWS items: - I skipped many smaller or non user visible changes or follow-up PRs to not bloat the list too much - if anyone miss his favorite PR or so, shout out You can view, comment on, or merge this pull request online at:

[Github-comments] Re: [geany/geany] Enable EOL-filled Markdown headings (PR #3602)

2023-10-16 Thread Enrico Tröger via Github-comments
Looks good to me. I'd be ok to merge it for 2.0. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3602#issuecomment-1764281983 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-themes] Add new theme Light and Dark (PR #62)

2023-10-16 Thread Enrico Tröger via Github-comments
@inonehp Thanks for the changes, to me it looks good now. If you are fine it with, I would like to merge this so it is ready to use for the upcoming Geany 2.0 release. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-themes/pull/62#issuecomment-1764269360

[Github-comments] Re: [geany/geany-themes] Add new theme Light and Dark (PR #62)

2023-10-16 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-themes/pull/62#pullrequestreview-1679743053 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Spellecheck: Update style mappings (PR #1277)

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

[Github-comments] Re: [geany/geany-plugins] commander: Silence expected deprecation warnings (#952)

2023-10-16 Thread Enrico Tröger via Github-comments
@b4n do we want to merge this or carry it around for yet another release cycle? :) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/952#issuecomment-1764258534 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Review string "translator_credits" (#587)

2023-10-16 Thread Enrico Tröger via Github-comments
I cannot find the string in the current code, so it was probably removed in the meantime. Do you agree to close this issue? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/587#issuecomment-1764254060 You are receiving this because you are

[Github-comments] Re: [geany/geany] Link to libiconv explicitly for Windows/mingw64 builds (PR #3600)

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

[Github-comments] Re: [geany/geany-osx] Add a patch with Windows-specific theme changes (c79e60f)

2023-10-16 Thread Enrico Tröger via Github-comments
Great, thanks. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-osx/commit/c79e60f1cc0c25106ab803b2b4c9e61926ce12fa#r130079834 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] New UI on windows is bloated and scaled up (Issue #3063)

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

[Github-comments] Re: [geany/geany] Windows: Include "Prof-Gnome" GTK theme from geany-osx (PR #3129)

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

[Github-comments] Re: [geany/geany] Update meson.build also on version bumps (PR #3599)

2023-10-16 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -23,6 +23,7 @@ s/^\(#define VER_FILEVERSION_STR *\)[^ ].*$/\1"'"$VER"'"/ ' -i geany_private.rc sed -e 's/^\(AC_INIT([^,]*, *\[\)[^]]*\(\],\)/\1'"$VER"'\2/' -i configure.ac +sed -e 's/^\( *version: *\)[^,]*\(,\)/\1'"\'$VER\'"'\2/' -i meson.build

[Github-comments] Re: [geany/geany] Update meson.build also on version bumps (PR #3599)

2023-10-16 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. ec30b893a7f4a1ef747bbca3ab047bbbca678ff2 Update scripts/version-bump -- View it on GitHub: https://github.com/geany/geany/pull/3599/files/9eeaa691a1d1a68069030226b9d8b0d84cbb9ba7..ec30b893a7f4a1ef747bbca3ab047bbbca678ff2 You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany] Add GPLv3 note and header template (PR #3549)

2023-10-15 Thread Enrico Tröger via Github-comments
@eht16 requested changes on this pull request. On po/ar.po: Please remove all the translation changes in the *.po files. These are not necessary in the pull request. The translation files will be updated later as part of the release process. > @@ -168,7 +171,7 @@ void

[Github-comments] Re: [geany/geany-plugins] startup always opens the file from /tmp/_dc~~~/ that contains the opened files (Issue #1243)

2023-10-15 Thread Enrico Tröger via Github-comments
Closing this after no more feedback. @WhitehawkTailor re-open if it still is a problem. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1243#issuecomment-1763342195 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] startup always opens the file from /tmp/_dc~~~/ that contains the opened files (Issue #1243)

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

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

2023-10-15 Thread Enrico Tröger via Github-comments
I think we can close this now since #3178 is merged. @ntrel when use start current GIT master Geany with a fresh config, will it use the correct browser? FTR, the "sensible-browser" default is patched in by Debian (and Ubuntu inherits this change). As pointed out earlier, Geany had the default

[Github-comments] Re: [geany/geany-plugins] Cannot install webhelper (Issue #1269)

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

[Github-comments] Re: [geany/geany-plugins] Cannot install webhelper (Issue #1269)

2023-10-15 Thread Enrico Tröger via Github-comments
@TomCarroll09 I'm closing this. Geany and Geany-Plugins 2.0 are going to be released in a few days and then the mentioned update for Webkit will be included in the new release. If you disagree or need further support, just re-open. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Build geany & geany-plugins on windows(using MSYS2), but geany.exe can not find and load any geany-plugins (Issue #3532)

2023-10-15 Thread Enrico Tröger via Github-comments
@baoliubin sorry for the late answer. It might help or might not but it's worth a try: Set the environment variable "lt_cv_deplibs_check_method" to "pass_all", e.g. by executing the following command in the same shell where you compile Geany afterwards: ```export

[Github-comments] Re: [geany/geany-themes] Add new theme Light and Dark (PR #62)

2023-10-15 Thread Enrico Tröger via Github-comments
@eht16 requested changes on this pull request. Could you please add your themes to the `AUTHORS` file? > @@ -0,0 +1,108 @@ +# Would you mind adding a full file header with license and copyright information? Like this one:

[Github-comments] Re: [geany/geany] Update meson.build also on version bumps (PR #3599)

2023-10-15 Thread Enrico Tröger via Github-comments
> What about simply adding a `q` command after the first replacement so only > that one is handled? I don't know how to do, my sed skills are still on a beginner level and I guess this will remain so :). Tried: `sed -e 's/^\( *version: *\)[^,]*\(,\)/\1'"\'$VER\'"'\2/;q' -i meson.build` but

[Github-comments] Re: [geany/geany] Windows: Include "Prof-Gnome" GTK theme from geany-osx (PR #3129)

2023-10-15 Thread Enrico Tröger via Github-comments
> I NAK'd the theme but I don't want to block any Adwaita-replacement so please > go for it. Alright. https://www.geany.org/documentation/faq/#how-to-change-the-gtk-theme provides users with instructions on how to change the theme and there are also alternatives linked. I guess this is all an

[Github-comments] Re: [geany/geany] Windows: Include "Prof-Gnome" GTK theme from geany-osx (PR #3129)

2023-10-15 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 704aaa1e622b4d41ecf8a53109b64aaa574a50c2 Add Prof-Gnome Windows specific patch -- View it on GitHub: https://github.com/geany/geany/pull/3129/files/18886248cb10c53e2a140d213e613c93a73aa011..704aaa1e622b4d41ecf8a53109b64aaa574a50c2 You are receiving this because you are

[Github-comments] Re: [geany/geany-osx] Add a patch with Windows-specific theme changes (c79e60f)

2023-10-15 Thread Enrico Tröger via Github-comments
Sorry for being late, I just thought this might be also good for the dark variant of the theme? Currently it uses the large statusbar. ![Screenshot_2023-10-15_10-15-16](https://github.com/geany/geany-osx/assets/617017/254a6d28-ce42-4602-b20b-e92826cc4f9f) -- Reply to this email directly or

[Github-comments] Re: [geany/geany] Update meson.build also on version bumps (PR #3599)

2023-10-15 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > @@ -23,6 +23,7 @@ s/^\(#define VER_FILEVERSION_STR *\)[^ ].*$/\1"'"$VER"'"/ ' -i geany_private.rc sed -e 's/^\(AC_INIT([^,]*, *\[\)[^]]*\(\],\)/\1'"$VER"'\2/' -i configure.ac +sed -e 's/^\( *version: *\)[^,]*\(,\)/\1'"\'$VER\'"'\2/' -i meson.build

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