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

2023-03-10 Thread SandorBy via Github-comments
Closed #3426 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3426#event-8715881783 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-10 Thread SandorBy via Github-comments
Solved: I disabled the autoclose plugin. Now it works. (And yes I have enabled all "Autoclose quotes and brackets") Thank you all for your responses! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3426#issuecomment-1463451728 You are receiving this be

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

2023-03-10 Thread Colomban Wendling via Github-comments
Closed #3425 as completed via 39d1e7f53a2b77cb0527f8368a49164b7ae6372f. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3425#event-8717852231 You are receiving this because you are subscribed to this thread. Message ID:

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

2023-03-10 Thread Colomban Wendling via Github-comments
Merged #3427 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3427#event-8717852265 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-10 Thread Colomban Wendling via Github-comments
> The one thing you possibly could do is still add a leading `#` to the > `\t#comment` line, e.g. "if line is an indented comment, add a documentation > comment prefix", but that might be an overly specific case to warrant it, and > special cases have a tendency to come back to bite you… Wait,

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

2023-03-10 Thread nomadbyte via Github-comments
> ... IIRC @avafinger applied changes manually, it would be nice for someone to > test the PR explicitly. Sure. However, as you probably could see, the changes are very much limited, so applying manually should be just as effective. Of course, I did the testing of the issue, as I described abov

[Github-comments] Re: [geany/geany-osx] Find window loses focus (Issue #42)

2023-03-10 Thread cloudis-ild via Github-comments
FYI, I followed the suggestion at [https://github.com/geany/geany/issues/791](url) and that fixes the problem as far as I'm concerned, because all I lose is the Symbols tab, and that's a bit flakey anyway for PL/SQL code. The advantages of the build with the later GTK library (consistent focus,

[Github-comments] [geany/geany-plugins] vimode: implement "iw", "ow", "iW" and "oW" text objects (PR #1240)

2023-03-10 Thread Jiří Techet via Github-comments
This enables a family of word-related text object commands such as: "ciw", "diw", "viw" etc. Fixes https://github.com/geany/geany-plugins/issues/1155. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/1240 -- Commit Summary -- * vimo

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

2023-03-10 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > +static gchar char_at(ScintillaObject *sci, gint pos) +/* + +- */ +{ +return sci_get_char_at(sci, pos); +} When I was writing this, I was using the `autoclose` plug

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

2023-03-10 Thread Asif Amin via Github-comments
@asifamin13 pushed 1 commit. 7cd6454107f45540a1f62f4d471d78fecdd9583c Bracketcolors v1 codereview 3/10/23 (#3) -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1221/files/0850594b6132956e8a813db85020473e33c7aa6a..7cd6454107f45540a1f62f4d471d78fecdd9583c You are receiving this

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

2023-03-10 Thread Asif Amin via Github-comments
Closed #1221. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#event-8723027077 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-10 Thread elextr via Github-comments
? why removed -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#issuecomment-1464723023 You are receiving this because you are subscribed to this thread. Message ID:

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

2023-03-10 Thread Asif Amin via Github-comments
# Bracketcolors plugin - Color { }, [ ], ( ) based on nesting order to make it easier to see the start/end bracket - Ignore brackets in non source code (strings, comments, doc strings, etc.) - Language agnostic ## How it works Allocates 3 indicators (starting at `INDICATOR_IME` - 3) to colo

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

2023-03-10 Thread Asif Amin via Github-comments
This is revived from my [original pull request](https://github.com/geany/geany-plugins/pull/1221) I got too aggressive squashing commits between my work and home workstations and ended up getting other unrelated commits from upstream into my feature branch :sweat_smile: -- Reply to this emai

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

2023-03-10 Thread Asif Amin via Github-comments
cc @elextr @eht16 @b4n @rdipardo -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1241#issuecomment-1464731699 You are receiving this because you are subscribed to this thread. Message ID: