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

2023-04-06 Thread elextr via Github-comments
First of all, note that there is nothing stopping distros from building from Git, several already do. @b4n and @eht16 are the ones on which the work falls, its up to them when they have the available time (my timezone allows me to sleep through it :-). -- Reply to this email directly or view

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

2023-04-06 Thread Satadru Pramanik, DO, MPH, MEng via Github-comments
At Chromebrew I just went ahead and built a new release from git: https://github.com/chromebrew/chromebrew/blob/master/packages/geany.rb https://github.com/chromebrew/chromebrew/blob/master/packages/geany_plugins.rb -- Reply to this email directly or view it on GitHub:

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

2023-04-06 Thread elextr via Github-comments
> To paraphrase [the famous saying of > Valéry](https://quoteinvestigator.com/2019/03/01/abandon), a pull request is > never finished; it's abandoned. Wise(ish) words, and its corollary, 'Every time a PR changes "somebody" has to re-check it and re-test it, and eventually "somebody" gets

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

2023-04-06 Thread Robert Di Pardo via Github-comments
@asifamin13, > Fixed a bug to address a case when nested brackets weren't getting their > color updated when their parent gets updated Looks like a good improvement. In the future, though, I would concentrate on just getting a minimal working version merged, then touch it up later in small,

[Github-comments] Re: [geany/geany] Prevent possible crash when using tm_workspace API by plugins (PR #3443)

2023-04-06 Thread Jiří Techet via Github-comments
Merged #3443 into master. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/3443#event-8949699570 You are receiving this because you are subscribed to this thread. Message ID:

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

2023-04-06 Thread quiltedstars via Github-comments
Agree, especially the tree list view for documents!! -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3418#issuecomment-1499505945 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-04-06 Thread Asif Amin via Github-comments
Fixed a bug to address a case when nested brackets weren't getting their color updated when their parent gets updated -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1221#issuecomment-1499424966 You are receiving this because you are subscribed

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

2023-04-06 Thread Asif Amin via Github-comments
@asifamin13 pushed 1 commit. 48fdf9e06f6ebdbb6ba7af8d9e649927a9173469 Bracket Colors -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1221/files/50ae4036e73836f54a37d4636d2ecfc448eeac22..48fdf9e06f6ebdbb6ba7af8d9e649927a9173469 You are receiving this because you are subscribed

[Github-comments] Re: [geany/geany] modifiers (ctrl / shift) + mouse wheel don't work under wayland (Issue #3226)

2023-04-06 Thread Arnaudv6 via Github-comments
right :smile: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3226#issuecomment-1499313145 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] modifiers (ctrl / shift) + mouse wheel don't work under wayland (Issue #3226)

2023-04-06 Thread Tobias Paar via Github-comments
Alright, thanks. micro is awesome! But also doesn't allow shift + scroll haha -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3226#issuecomment-1499297431 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany-plugins] overview plugin steals focus when creating new file (Issue #1245)

2023-04-06 Thread Tobias Paar via Github-comments
When creating a new file, either with `Ctrl + N` or `File -> New` the focus is not on the content. That means, I can't immediately start typing text, instead I first have to click into the content box with my mouse, or have to press `Tab` key twice to get there. This only happens when the

[Github-comments] Re: [geany/geany] modifiers (ctrl / shift) + mouse wheel don't work under wayland (Issue #3226)

2023-04-06 Thread Arnaudv6 via Github-comments
Nope, sorry. I lost interest and switched to [micro](https://github.com/zyedidia/micro). Hopefully that will prove future-proof. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3226#issuecomment-1499283447 You are receiving this because you are

[Github-comments] Re: [geany/geany] modifiers (ctrl / shift) + mouse wheel don't work under wayland (Issue #3226)

2023-04-06 Thread Tobias Paar via Github-comments
Sorry to bump this thread @Arnaudv6 did you find any solution to this or can point me towards a good direction? I am having the same issue running geany on Manjaro sway edition. -- Reply to this email directly or view it on GitHub:

[Github-comments] Re: [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

2023-04-06 Thread Jiří Techet via Github-comments
@techee commented on this pull request. > + {'g', tm_tag_undef_t}, + {'l', tm_tag_undef_t}, I'd suggest that we address this in a separate PR (@b4n what do you think?). This PR works well as it is and I can prepare a PR for the global and local variables afterwards - it should be

[Github-comments] Re: [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

2023-04-06 Thread Skif-off via Github-comments
@Skif-off commented on this pull request. > + {'g', tm_tag_undef_t}, + {'l', tm_tag_undef_t}, I just wanted to add minimal guaranteed working AutoIt support and don't know all the ins and outs of how Geany works. And didn't want to bloat the list of symbols (maybe in the future if