[Github-comments] Re: [geany/geany] Terminal/console feature on Windows (#675)

2023-02-05 Thread elextr via Github-comments
Just an aside for Windows users, has anybody tried Geany on WSL? IIUC thats a Ubuntu container that should "just work"? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/675#issuecomment-1418571806 You are receiving this because you are subscribed to th

[Github-comments] Re: [geany/geany] Terminal/console feature on Windows (#675)

2023-02-05 Thread elextr via Github-comments
@yashpalgoyal1304 > But I don't think that would work either... Correct. Geany and GTK are not Java. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/675#issuecomment-1418569092 You are receiving this because you are subscribed to this thread. Messa

[Github-comments] Re: [geany/geany] Terminal/console feature on Windows (#675)

2023-02-05 Thread yashpalgoyal1304 via Github-comments
I also recently found one more application: java terminal widget [JediTerm] (used by [trolCommander]). It comes from JetBrains and is hosted [here] on github. But I don't think that would work either... [JediTerm]: https://www.opensourceagenda.com/projects/jediterm [here]: https://github.com/J

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

2023-02-05 Thread elextr via Github-comments
> multiterm could likely be salvaged with relatively low effort? Just needs "somebody" to do it ;-) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1217#issuecomment-1418332620 You are receiving this because you are subscribed to this thread. Me

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

2023-02-05 Thread Colomban Wendling via Github-comments
wrt the others, FWIW I guess that * devhelp is kind of a lost cause short of bundling libdevhelp * geanypy as well, and I don't know feature difference, but indeed peasy is probably more current anyway * multiterm could likely be salvaged with relatively low effort? -- Reply to this email direct

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

2023-02-05 Thread Colomban Wendling via Github-comments
@eht16 well done for tricking me into giving it another shot ;) Though you only got bare minimum resurrection from old work, but that doesn't actually don't look that bad, not sure why I never submitted it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-pl

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

2023-02-05 Thread Colomban Wendling via Github-comments
Based off work from @hyperair that was merged at some point in #677, but reverted since then (see there). This adds a couple bits on top to fix some issues, and I believe the "meh no GTK2" whining of mine is lost to time and the fact there's no supported webkit for GTK2 anymore anyway. BEWARE:

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

2023-02-05 Thread Asif Amin via Github-comments
@eht16 I incorporated your suggested changes. I'm still learning Github, I apologize if I'm not navigating this pull request correctly đŸ˜… (at my work, I'm used to Gitlab) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#issuecomment-141827606

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

2023-02-05 Thread Colomban Wendling via Github-comments
re WebHelper, I kind of plan to port it to something not dead someday (webkit2), but it's been a long while and it didn't happen, mostly as @elextr mentioned because it means some non-trivial rewrites. Also, I don't actually use that plugin very much (otherwise I probably would have picked this

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

2023-02-05 Thread Asif Amin via Github-comments
Reopened #1221. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#event-8441755413 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-02-05 Thread Asif Amin via Github-comments
> > Looks good! Thanks. > > > While "rainbow colours" sounds nice "Bracketcolors" is more descriptive, so > > a user looking for it is more likely to find it. > > Full agree. @asifamin13 maybe you could just mention "rainbow colors" in the > README, that might already suffice that users can

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

2023-02-05 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-8441754664 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-02-05 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > @@ -0,0 +1,32 @@ +Color brackets, parenthesis, and braces +=== thanks, fixed! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#discussion_r1096813044 You are receiving this beca

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

2023-02-05 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > +// nested bracket +orderStack.push(endPos); +} + +GetOrder(bracket) = orderStack.size() - 1; +} +} + + + +// - +void Bracket

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

2023-02-05 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > @@ -0,0 +1,35 @@ +# = yes, is there a better way to handle this? I'm new to the autotools world, so any recommendations would be appreciated -- Reply to this email dire

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

2023-02-05 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > + +static Length& GetLength(Bracket &bracket) { +return std::get<0>(bracket); +} +static Order& GetOrder(Bracket &bracket) { +return std::get<1>(bracket); +} + +static const Length& GetLength(const Bracket &bracket

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

2023-02-05 Thread Asif Amin via Github-comments
@asifamin13 commented on this pull request. > @@ -0,0 +1,143 @@ +/* + * BracketMap.cc + * + * Copyright 2013 Asif Amin thanks for catching this, fixed! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#discussion_r1096812623 You

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

2023-02-05 Thread Asif Amin via Github-comments
@asifamin13 pushed 1 commit. 0ac738a0532a8638bbe9d9bd55aed0eac671df78 Bracket Colors, initial code review -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1221/files/b75167c3c1d56d476abc06458a84ee84b7d907ca..0ac738a0532a8638bbe9d9bd55aed0eac671df78 You are receiving this becaus

[Github-comments] Re: [geany/geany] TOML configuration language support (#1268)

2023-02-05 Thread elextr via Github-comments
Well, [__HE__](https://github.com/zufuliu/notepad2/graphs/contributors) is active, others not so much. Actually its not clear what license its under, the header refers to `License.txt` and there is one in the Scintilla directory immediately above the lexers directory and a different one in the

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

2023-02-05 Thread Enrico Tröger via Github-comments
@eht16 commented on this pull request. > +// nested bracket +orderStack.push(endPos); +} + +GetOrder(bracket) = orderStack.size() - 1; +} +} + + + +// - +void BracketMap::

[Github-comments] Re: [geany/geany] Feature Request: repeat command (Issue #3382)

2023-02-05 Thread Enrico Tröger via Github-comments
I don't mind if it is added as part of the GeanyMacro plugin or a separate plugin. But I think it doesn't fit too well into Geany core. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3382#issuecomment-1418089147 You are receiving this because you are

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

2023-02-05 Thread Enrico Tröger via Github-comments
@eht16 requested changes on this pull request. Oh, and could you please add your plugin to the list in the top README? > @@ -0,0 +1,32 @@ +Color brackets, parenthesis, and braces +=== RestructuredText (the text format used here) requires that underlines are exactly as long as th

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

2023-02-05 Thread Enrico Tröger via Github-comments
Looks good! Thanks. > While "rainbow colours" sounds nice "Bracketcolors" is more descriptive, so a > user looking for it is more likely to find it. Full agree. @asifamin13 maybe you could just mention "rainbow colors" in the README, that might already suffice that users can find it also with t

[Github-comments] Re: [geany/geany] TOML configuration language support (#1268)

2023-02-05 Thread Robert Di Pardo via Github-comments
> Well, now the creator of that needs to agree to change the license from > Notepad's to Lexilla's to upstream it. Nah, he can generate more sponsorship dollars by reserving the rights. I'd say he's earned it. Have you *seen* [how active][0] that project is? A regular beehive. [0]:https://gith