[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-09 Thread elextr via Github-comments
@nomadbyte I guess its waiting for "somebody" to review and test, IIRC @avafinger applied changes manually, it would be nice for someone to test the PR explicitly. LGB(very cursory)I -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany-plugins] Debugger: Fix debugging of multi-threaded programs (PR #1170)

2023-03-09 Thread nomadbyte via Github-comments
@nomadbyte pushed 1 commit. aa40d7cc1d6b415a7fd4bde4593193beb31f3e79 Debugger: Fix debugging of multi-threaded programs -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1170/files/0abd437f60141bd63a1b5dc1aab9b042e5ae3f3e..aa40d7cc1d6b415a7fd4bde4593193beb31f3e79 You are

[Github-comments] Re: [geany/geany] The editor inserts a quote too much (Issue #3426)

2023-03-09 Thread elextr via Github-comments
You probably have _both_ Geany autoclose and the Autoclose plugin set to autoclose. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3426#issuecomment-1463039364 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] The editor inserts a quote too much (Issue #3426)

2023-03-09 Thread elextr via Github-comments
`Edit->Preferences->Editor->Completions->Autoclose quotes and brackets` untick as uppropriate. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3426#issuecomment-1463037523 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Improve code commenting-out global config files (PR #3413)

2023-03-09 Thread elextr via Github-comments
> So yeah, there surely is room for improvement, but I don't think going whole > "no non-overriden settings can ever be mentioned in filetype definitions" is > the best move. Yeah, that provides no guidance to users. > I think those are the ones showing up in filetypes definitions. E.g. >

[Github-comments] Re: [geany/geany] Recognize .F77 extension (uppercase) as FORTRAN77 (PR #3427)

2023-03-09 Thread elextr via Github-comments
WFM -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3427#issuecomment-1462998822 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add mingw-w64 (Windows) CI build (PR #1201)

2023-03-09 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 306f84c4f882e873f1aa68681cc41a3edb9416f0 CI: Add Windows build -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/0d36c1d2d37cb909bdf118e538cbdfa28fe5f2cb..306f84c4f882e873f1aa68681cc41a3edb9416f0 You are receiving this because you are

[Github-comments] Re: [geany/geany-plugins] Add mingw-w64 (Windows) CI build (PR #1201)

2023-03-09 Thread Enrico Tröger via Github-comments
@eht16 pushed 1 commit. 2c7bc518b1866be55d6cf9cd489d6e7f97d93379 Merge branch 'master' into ci_add_windows_build -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1201/files/655eeaca7daae67a912c7093fc7fcd28b847c883..2c7bc518b1866be55d6cf9cd489d6e7f97d93379 You are receiving

[Github-comments] Re: [geany/geany] Improve code commenting-out global config files (PR #3413)

2023-03-09 Thread Colomban Wendling via Github-comments
[read the thread] IMO, just use one single `#` as you did at the start, and don't worry about the `comment_use_indent` comment ~~comment comment~~ (oops, got carried away :upside_down_face:). * `# ` as documentation comments in conffiles is most common * `#key=value` as commented-out

[Github-comments] Re: [geany/geany] Improve code commenting-out global config files (PR #3413)

2023-03-09 Thread Colomban Wendling via Github-comments
(FWIW, I didn't read everything yet nor looked at the implementation, but I like the idea and it probably would have saved the author of #3425 some trouble) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3413#issuecomment-1462884540 You are receiving

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-09 Thread Colomban Wendling via Github-comments
OK, so, I still cannot reproduce the issue (yet I have a clue, see below), but I made #3427 to fix that for good and make it "functional by default". Now, to what I think the issue is: looking at your screenshot of the *filetype_extensions.conf* file:

[Github-comments] [geany/geany] Recognize .F77 extension (uppercase) as FORTRAN77 (PR #3427)

2023-03-09 Thread Colomban Wendling via Github-comments
Fixes #3425. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/3427 -- Commit Summary -- * Recognize .F77 extension (uppercase) as FORTRAN77 -- File Changes -- M data/filetype_extensions.conf (2) -- Patch Links --

[Github-comments] Re: [geany/geany-plugins] Markdown: Modify replace_all to avoid infinite loop (PR #1232)

2023-03-09 Thread Colomban Wendling via Github-comments
@b4n commented on this pull request. Not tested, but it looks good from here. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1232#pullrequestreview-1333809789 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany-plugins] Add bracket colors plugin (PR #1221)

2023-03-09 Thread Colomban Wendling via Github-comments
@b4n commented on this pull request. > +static gchar char_at(ScintillaObject *sci, gint pos) +/* + +- */ +{ +return sci_get_char_at(sci, pos); +} Just curious: why the wrapper? -- Reply to this email

[Github-comments] Re: [geany/geany-plugins] Remove unusable plugins: DevHelp, GeanyPy, Multiterm (PR #1217)

2023-03-09 Thread Colomban Wendling via Github-comments
@eht16 Fine with me, I now merged the webhelper part, so at least I got the ball moving again (and I think it's in a fair enough state anyway). BTW I just gave a quick look at multiterm, and it's less trivial than I expected, so it'd require somebody actually motivated to do it. -- Reply to

[Github-comments] Re: [geany/geany-plugins] webhelper: Port to webkit2gtk (PR #1224)

2023-03-09 Thread Colomban Wendling via Github-comments
Merged #1224 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1224#event-8712112548 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] The editor inserts a quote too much (Issue #3426)

2023-03-09 Thread SandorBy via Github-comments
Hi I am learning C with Geany. When I write a function call like: puts(" then Geany inserts a quote too much so that there are three: printf("""); The brackets are ok. I am using Geany 1.38 on Linux mint. Thank you for this nice editor Sandor -- Reply to this email directly or view it on

[Github-comments] Re: [geany/geany] Idea: Submenus for the "New" Menu (Issue #3357)

2023-03-09 Thread Nick Treleaven via Github-comments
Now merged. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3357#issuecomment-1462359343 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Idea: Submenus for the "New" Menu (Issue #3357)

2023-03-09 Thread Nick Treleaven via Github-comments
Closed #3357 as completed via #3397. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3357#event-8710041112 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Add filetype submenus for new file with template menus (PR #3397)

2023-03-09 Thread Nick Treleaven via Github-comments
Merged #3397 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3397#event-8710040796 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] Idea: Submenus for the "New" Menu (Issue #3357)

2023-03-09 Thread Devyn Collier Johnson via Github-comments
@ntrel , awesome. Thanks! How soon until this is merged? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3357#issuecomment-1462328189 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-09 Thread elextr via Github-comments
Note I also tested with LMDE 5 and the Geany it supplies, 1.37.1 as well as current git version, both worked. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#issuecomment-1462078069 You are receiving this because you are subscribed to this

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-09 Thread elextr via Github-comments
Although you have reported it, if we can't reproduce it we can't fix it. Seems there is something unusual about your system that doesn't occur here. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#issuecomment-1462048319 You are receiving this

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-09 Thread elextr via Github-comments
As I said, works for me. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#issuecomment-1462039353 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] .F77 file extension does not syntax highlight (Issue #3425)

2023-03-09 Thread Roland Hughes via Github-comments
> > Geany stores whatever syntax it was using and never checks again […]. > > Stopping and starting Geany will not "fix" an existing opened file. > Isn't that the only real issue here? No. I had many files to choose from. I closed all that were open. I bounced Geany and chose different .F77

[Github-comments] Re: [geany/geany] Imprecise/Excessive scrolling in editor using touchpad (Issue #3319)

2023-03-09 Thread goyalyashpal via Github-comments
i guess this happens in the viewerport of gimp v2.10.2x / v2.10.3x too which also uses gtk. so upstream bug ig -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3319#issuecomment-1461545161 You are receiving this because you are subscribed to this