[Github-comments] Re: [geany/geany] Support for Dart (#371)

2024-10-03 Thread elextr via Github-comments
@M0JXD @yangsfang So now can any Dart users try #3973 which includes the Lexilla highlighter. Of course it needs Geany to be built with the PR included so its harder to test. There may be a [Windows installer](https://github.com/geany/geany/actions/runs/11167700273) including the PR, @eht16

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

2024-10-03 Thread Asif Amin via Github-comments
@asifamin13 pushed 1 commit. a99f196faaaff437170d53304348aee746b56f0a bracketcolors: Handle when bracematching occurs across different styles -- View it on GitHub: https://github.com/geany/geany-plugins/pull/1221/files/44de64d1050b2f32c574c842e7ffdc80dda59084..a99f196faaaff437170d53304348aee74

[Github-comments] Re: [geany/geany] Feature request: When clicking on a tab-title of the sidebar, the focus should always be set on the content-area of the tab (Issue #3966)

2024-10-03 Thread ralf3u via Github-comments
I just opened a new issue at gtk: https://gitlab.gnome.org/GNOME/gtk/-/issues/7054 The title of the issue is: `When clicking on a tab-title, the focus should ALWAYS be set on the content-area of the tab` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/

[Github-comments] [geany/geany] Add Dart support (PR #3973)

2024-10-03 Thread Jiří Techet via Github-comments
This PR adds support for the Dart language: 1. It uses the Dart lexer which has been recently merged to lexilla 2. The keywords are based on Notepad4 keywords 3. Build menu settings is based on https://github.com/geany/geany/pull/3372 You can view, comment on, or merge this pull request online at:

[Github-comments] Re: [geany/geany] Support for Dart (#371)

2024-10-03 Thread Jamie Drinkell via Github-comments
I don't know if either of you saw but I fixed the merge conflict with #3968. Turns out it was a very easy fix, given @yangsfang did all the work with filetype it'd be nice to have your PR merged instead as you deserve the credit. If you have a few minutes it'd be great for you to fix it in your f

[Github-comments] Re: [geany/geany] Support for Dart (#371)

2024-10-03 Thread Yang Fang via Github-comments
Hi. I can fix the PR #3372 if you'd like. I wasn't sure why it wasn't merged back in 2023. I vaguely recall it was waiting for approval, but I could be wrong. Anyway, I see another PR already. If you don't get any traction I can revive #3372. To be clear, the preliminary support is only for sy

[Github-comments] Re: [geany/geany] Scripting Geany with JavaScript? (Discussion #3972)

2024-10-03 Thread elextr via Github-comments
There is currently no way of writing Geany plugins in Javascript. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3972#discussioncomment-10830755 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] Scripting Geany with JavaScript? (Discussion #3972)

2024-10-03 Thread mh466lfa via Github-comments
Geany Plugins can be written in Python and Lua as I know. What about JavaScript? There is a project named GNOME JavaScript that provide the ability to write GTK applications in pure JavaScript. Can it be used with Geany? -- Reply to this email directly or view it on GitHub: https://github.com/g

[Github-comments] Re: [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread elextr via Github-comments
Closed #3971 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3971#event-14502408085 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread mh466lfa via Github-comments
I'm sorry :smile: -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3971#issuecomment-2391085974 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread elextr via Github-comments
The lower 4 entries in the table are clearly labelled "plugins". -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3971#issuecomment-2391072072 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread mh466lfa via Github-comments
Where is Geany Plugins? The page above doesn't have Geany Plugins. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3971#issuecomment-2391043806 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] Re: [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread elextr via Github-comments
https://geany.org/download/nightly-builds/ -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3971#issuecomment-2391023364 You are receiving this because you are subscribed to this thread. Message ID:

[Github-comments] [geany/geany] FR: setup Nightly build (Issue #3971)

2024-10-03 Thread Curculigo via Github-comments
Like this: https://github.com/AdeptLanguage/Adept/releases/tag/Nightly Or this: https://github.com/pragtical/pragtical/releases/tag/rolling I'm very excited with the upcoming Geany 2.1 but I can't compile the latest code from source. I have only 4GB of RAM and running old legacy Windows. If you

[Github-comments] Re: [geany/geany] lot of `Gtk-CRITICAL`: `_gtk_css_image_get_surface` and `_gtk_css_image_get_concrete_size` (Issue #3969)

2024-10-03 Thread elextr via Github-comments
Havn't seen those messages. Is there anything specific in the `geany.css` given the messages are all relating to css application. There are similar (but not the same) messages when the plugin manager is opened but they cause no issues with the dialog running and seem to be about the order the

[Github-comments] [geany/geany] Reorganisation of "built-in" filetypes (Issue #3970)

2024-10-03 Thread elextr via Github-comments
Currently filetypes are either built-in or custom. Built in: physically compiled into Geany, lexer if used, parser if used, added to a number of other functions throughout Geany for example `highlighting_is_string_style()` or `highlighting_is_comment_style()` or `editor_get_filetype_at_line()`

[Github-comments] [geany/geany] lot of *Gtk-CRITICAL* `_gtk_css_image_get_surface` and `_gtk_css_image_get_concrete_size` (Issue #3969)

2024-10-03 Thread Didier C via Github-comments
All time I run geany from console, I have lo tof this error displayed. ``` (geany:7373): Gtk-CRITICAL **: 09:43:32.534: _gtk_css_image_get_surface: assertion 'surface_width > 0' failed (geany:7373): Gtk-CRITICAL **: 09:43:32.535: _gtk_css_image_get_concrete_size: assertion 'default_width > 0' f