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

2024-04-22 Thread Colomban Wendling via Github-comments
We already have deprecation warnings in 0.56, so if we want to support earlier jus use the older option I mentioned -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3811#issuecomment-2068837991 You are receiving this because you are subscribed to this

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

2024-04-22 Thread Thomas Martitz via Github-comments
IMO meson is still experimental and we don't need to support Ubuntu 20.04. Pick whatever meson makes the least problems for us. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3811#issuecomment-2068841524 You are receiving this because you are

[Github-comments] Re: [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread ineuw via Github-comments
Installed the two required apps autoreconf and autopoint and it terminated with the following messages: > autoreconf: running: aclocal -I m4 > autoreconf: configure.ac: tracing > autoreconf: configure.ac: not using Libtool > autoreconf: configure.ac: not using Intltool > autoreconf:

[Github-comments] [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread ineuw via Github-comments
Downloaded the current master file, tried to install it, and it failed what am I missing? > ineuw@lmcde:/media/logiciels/geany/geany-master$ ./autogen.sh > > **Warning**: I am going to run `configure' with no arguments. > If you wish to pass any to it, please specify them on the >./autogen.sh'

[Github-comments] Re: [geany/geany] In-file encoding detection not always working (Issue #3777)

2024-04-22 Thread Colomban Wendling via Github-comments
Fixed in #3716 (b23201c01390e6ed6d631cf232e404691ffe91ec) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3777#issuecomment-2070843882 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] In-file encoding detection not always working (Issue #3777)

2024-04-22 Thread Colomban Wendling via Github-comments
Closed #3777 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3777#event-12565004868 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Fix deprecation warning about str.format() during meson setup (PR #3759)

2024-04-22 Thread Colomban Wendling via Github-comments
@b4n approved this pull request. Looks good and works fine. Could you please just squash the commits together? (or I can do it if you prefer) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3759#pullrequestreview-2015703603 You are receiving this

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

2024-04-22 Thread Colomban Wendling via Github-comments
@b4n commented on this pull request. > @@ -185,6 +185,10 @@ if python_command == '' or python_command == 'auto' endif cdata.set('PYTHON_COMMAND', python_command) +if host_machine.system() == 'windows' This is [fine](https://mesonbuild.com/Cross-compilation.html), but we probably should

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

2024-04-22 Thread Colomban Wendling via Github-comments
@b4n approved this pull request. LGTM as far as 0-testing goes -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3660#pullrequestreview-2015727530 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany-plugins] [WIP] Add LSP plugin (PR #1331)

2024-04-22 Thread Jiří Techet via Github-comments
This is a work-in-progress PR to add the LSP plugin. There are still some things missing like the documentation but in general the plugin should work. There are 3 modes of operation: 1. Without Geany LSP support 2. With basic LSP support using https://github.com/geany/geany/pull/3849 3. With

[Github-comments] Re: [geany/geany-plugins] Devhelpplugin (PR #1311)

2024-04-22 Thread @liomarhora via Github-comments
@liomarhora pushed 1 commit. 3fec76cb22b881941ad7a2d8d59aad7d33ae60be Merge branch 'geany:master' into devhelpplugin -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1311/files/54a4faf61cc13cb1b6f238e0304db2e56712a86d..3fec76cb22b881941ad7a2d8d59aad7d33ae60be You are

[Github-comments] Re: [geany/geany-plugins] [WIP] Add LSP plugin (PR #1331)

2024-04-22 Thread Jiří Techet via Github-comments
@techee pushed 1 commit. 4eef8fc8d81cf4c43139a3b16979037b6f5cae60 Add LSP plugin files to POTFILES.in -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1331/files/d66f8e6081c2ef3a10bd7dc5c01054ccf149a699..4eef8fc8d81cf4c43139a3b16979037b6f5cae60 You are receiving this because

[Github-comments] Re: [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread ineuw via Github-comments
@b4n if that worked, I would not have posted. I must solve this installation because I don't have another text editor installed and I am reliant on a versatile sophisticated text editor. Please don't bother to suggest another. I tried them ALL!!! There are other installation issues which I

[Github-comments] Re: [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread rdipardo via Github-comments
@ineuw > There doesn't seem to be a simple direct installation method for users with > limited knowledge, like myself. Here is a copy-and-paste-able installation script (assuming you don't care about the API documentation), suitable even for [CI/CD

[Github-comments] Re: [geany/geany] Fix in-file encoding detection (PR #3779)

2024-04-22 Thread Colomban Wendling via Github-comments
This is a good fix, but was actually already part of #3716 (b23201c01390e6ed6d631cf232e404691ffe91ec), which is now merged. Good work though! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3779#issuecomment-2070840982 You are receiving this because you

[Github-comments] Re: [geany/geany] Fix in-file encoding detection (PR #3779)

2024-04-22 Thread Colomban Wendling via Github-comments
Closed #3779. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3779#event-12564994926 You are receiving this because you are subscribed to this thread. Message ID:

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

2024-04-22 Thread Colomban Wendling 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. I don't see any reason not to merge this indeed, if it fixes

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

2024-04-22 Thread Colomban Wendling via Github-comments
They are gonna be the same in practice, but its not how target is supposed to be used[^1][^2]. Streamline this to use host, which also makes things match our Autotools closer. [^1]: https://mesonbuild.com/Cross-compilation.html [^2]:

[Github-comments] Re: [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread elextr via Github-comments
@ineuw to be fair to us, you are not just installing, you are building and installing, and building is a development activity that assumes that you know enough to install the relevant tools, because its not the job of every project to teach the tools they use. You have not specified what

[Github-comments] Re: [geany/geany] Cannot install (Issue #3852)

2024-04-22 Thread Colomban Wendling via Github-comments
The [README](https://github.com/geany/geany?tab=readme-ov-file#using-autotools) should be a good start I believe. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3852#issuecomment-2070815483 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany-plugins] [WIP] Add LSP plugin (PR #1331)

2024-04-22 Thread Jiří Techet via Github-comments
@techee pushed 1 commit. d66f8e6081c2ef3a10bd7dc5c01054ccf149a699 Check glib version for function availability -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1331/files/35a584636d67f8b8c782e4e4372c444adecd9fa1..d66f8e6081c2ef3a10bd7dc5c01054ccf149a699 You are receiving this