adventuretc created an issue (geany/geany#4248)
Geany destroys and overwrites symlinks if use_atomic_file_saving is enabled.
Geany 1.37.1
File system: ext4
Ubuntu 20.04 LTS
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4248
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4248(a)github.com>
New custom filetype for HCL.
Loosely based on https://github.com/xird/geany-hcl-syntax-highlighting.
`terraform.c` is taken from uctags master without modifications, same for the unittest file.
Replaces #4237.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4246
-- Commit Summary --
* Add new filetype and ctags parser for Terraform HCL language
-- File Changes --
M ctags/Makefile.am (1)
A ctags/optlib/terraform.c (88)
M data/Makefile.am (1)
A data/filedefs/filetypes.HCL.conf (40)
M data/filetype_extensions.conf (1)
M meson.build (1)
M src/tagmanager/tm_parser.c (18)
M src/tagmanager/tm_parser.h (1)
M src/tagmanager/tm_parsers.h (3)
M tests/ctags/Makefile.am (1)
A tests/ctags/simple.tf (29)
A tests/ctags/simple.tf.tags (12)
M tests/meson.build (1)
-- Patch Links --
https://github.com/geany/geany/pull/4246.patchhttps://github.com/geany/geany/pull/4246.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4246
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4246(a)github.com>
The NumberedBookmarks plugin saves the bookmarks. If Geany is terminated and the file modified, and later again opened by Geany, the plugin issues a warning for every open file, that the bookmarks can't be restored.
This is annoying, when working - for instance - with Git. When I terminate Geany, checkout a different branch, and restart Geany, the files will be reloaded, but of course based on the version of the new branch. This will invalidate the bookmarks of all files. This can't be helped, but in this case, I don't want to manually acknowledge the bookmark warning for every file. I would prefer instead that the bookmarks silently are reset, if it is not possible to restore them.
Since not everyone will probably want this behaviour, this should be configurable.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1367
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1367(a)github.com>
Currently, the plugin remembers bookmarks only when I save the file.
If I just look at a file and set bookmarks for the purpose of analysis, and then quit Geany (since nothing in the file is changed, I can't force Geany to "save" the file), the bookmarks are lost.
It would be great, if bookmark remembering would not only happen on saving, but also on quitting.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1366
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1366(a)github.com>
Weirdly enough, if the HTML (or possibly LATEX?) output is not generated, Doxygen incorrectly warns about all parameters and return values not being documented.
Workaround this by disabling undocumented warnings when generating GI which only produces XML, and thus triggers the bug.
See https://stackoverflow.com/a/38745256
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4242
-- Commit Summary --
* Silence spurious undocumented warnings when generating GI
-- File Changes --
M doc/Doxyfile.in (4)
M doc/Makefile.am (2)
M doc/meson.build (2)
-- Patch Links --
https://github.com/geany/geany/pull/4242.patchhttps://github.com/geany/geany/pull/4242.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4242
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4242(a)github.com>
eht16 created an issue (geany/geany-themes#84)
We would like to include all the themes from geany-themes in the geany release tarball and distribute them with Geany itself. Geany is licensed under "GPL 2 or later" and to be on the safe side, we will probably only use themes that are compatible with Geany's license (see the discussion in https://github.com/geany/geany/pull/4044).
@drewgrif do you think you could change the license of your three new themes to "GPL 2 or later" or one of the license below?
Ideally for us, it should be something compatible with Geany's "GPL 2 or later", that is one of the following:
- public domain
- MIT
- BSD
- LGPL 2.1 or later
- GPL 2 or later
P.S.: sorry, I missed that detail on the review.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-themes/issues/84
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-themes/issues/84(a)github.com>