Dear all,
the following file should be JSON. But when using Choose Filetype: JSON, it does not properly work, see screenshot.
![Bildschirmfoto_2023-11-14_10-58-33](https://github.com/geany/geany/assets/143814533/1ae01791-de39-490a-99fa-ca9b55387948)
[keyStore-original.JSON.txt](https://github.com/geany/geany/files/13347312/k…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3688
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3688(a)github.com>
Closed #371 as completed.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/371#event-15241958372
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issue/371/issue_event/15241958372(a)github.com>
Hello!
Can Dart be supported in geany
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3313
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3313(a)github.com>
This PR basically re-implements #3372 but should avoid merge conflicts (as discussed in #371) as it's forked from the latest base. No other changes were made.
I'm presuming the conflict was due filetype_extensions.conf (adding a new file for the filetype shouldn't cause conflicts) having various new lines due to other new languages being added/changed over the years, but only two very short lines where changed anyways.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3968
-- Commit Summary --
* Add yangsfang's Dart filedef
* Update filetype_extensions.conf
-- File Changes --
A data/filedefs/filetypes.Dart.conf (54)
M data/filetype_extensions.conf (3)
-- Patch Links --
https://github.com/geany/geany/pull/3968.patchhttps://github.com/geany/geany/pull/3968.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3968
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3968(a)github.com>
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:
https://github.com/geany/geany/pull/3973
-- Commit Summary --
* Add Dart support
-- File Changes --
M data/Makefile.am (1)
A data/filedefs/filetypes.dart (82)
M data/filetype_extensions.conf (1)
M meson.build (1)
M scintilla/Makefile.am (1)
M scintilla/lexilla/include/SciLexer.h (29)
A scintilla/lexilla/lexers/LexDart.cxx (702)
M scintilla/lexilla/src/Lexilla.cxx (3)
M scintilla/scintilla_changes.patch (1)
M src/editor.c (2)
M src/filetypes.c (4)
M src/filetypes.h (1)
M src/highlighting.c (18)
M src/highlightingmappings.h (42)
-- Patch Links --
https://github.com/geany/geany/pull/3973.patchhttps://github.com/geany/geany/pull/3973.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3973
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3973(a)github.com>
Even if `xterm` and `/usr/bin/x-terminal-emulator` alternative defaults cover a lot of systems, it will fail if you don't use xterm or a debian-compatible distro.
Could it be configurable via plugin preferences, or project properties ?
Or simply use the terminal we can already set in Geany preferences > tools > terminal ?
Thanks
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1383
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1383(a)github.com>