SystemVerilog is almost identical syntax to Verilog. It could be quite easy to support SystemVerilog filetype (.sv) using same rules as Verilog which is already implemented.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3511
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3511(a)github.com>
I am looking for some kind of "Console View" like it is available for example in Eclipse.
Currently a terminal / shell opens when executing a script in Geany. In this shell one can see the process streams stdout and stderr and can write to stdin of the new process.
However, I would rather eliminate this new terminal window popping up and changing focus each time I launch a script in Geany.
I think it is better to have the process communication (stdout, stdin, stderr) embedded in a view within Geany like it is done in many IDEs. The different streams could be colored e.g. stderr in red and stdin (input from the user) in green.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/675
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>
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>
Added new theme.
I was to make index but can't at the moment because of few dependencies that i need to install before doing that.
I like Geany editor alot. Regards!
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-themes/pull/66
-- Commit Summary --
* added theme config and screenshot image for dark-lue theme :)
-- File Changes --
A colorschemes/dark-lue.conf (117)
A screenshots/dark-lue.png (0)
-- Patch Links --
https://github.com/geany/geany-themes/pull/66.patchhttps://github.com/geany/geany-themes/pull/66.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/pull/66
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/pull/66(a)github.com>
Hello!
This is just a request to add the [Zig language](https://ziglang.org/) support (syntax highlight, file type choice (.zig), ability to build and execute, etc.)
I haven't seen a similar open issue, so decided to file one.
Thank you!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3724
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3724(a)github.com>
this PR is adding the ctags for FORTH. It's very simple, it only detects the ":" for the beginning of a word:
![image](https://user-images.githubusercontent.com/477243/214932630-f14a944e-fb7b-43ab-8897-c6750ec5ac42.png)
Possible improvements:
- it could write "words" instead of "section" in the symbol list
- it could only parse the first word after the ":", and not the eventual code after it
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3377
-- Commit Summary --
* adding forth ctags
* adding forth.c for ctags
-- File Changes --
M ctags/Makefile.am (1)
M ctags/main/parsers_p.h (1)
A ctags/parsers/forth.c (78)
M src/filetypes.c (2)
M src/tagmanager/tm_parser.c (6)
M src/tagmanager/tm_parser.h (1)
M src/tagmanager/tm_parsers.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/3377.patchhttps://github.com/geany/geany/pull/3377.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3377
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3377(a)github.com>