When using the autocomplete feature in Geany on MacOSX 10.14 Mojave in fullscreen mode, the autocomplete opens in a separate desktop (fullscreen) rather than as a small popup in the editor.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/18
Please try to check 1.37.0 and 1.37.1.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1acaf/130450748(a)github.com>
@kloczek not sure I get it, it's always been like that -- check e.g. the previous release https://github.com/geany/geany/releases/tag/1.38.0: tag is 1.38.0 but tarballs use 1.38.
I guess if there's a compelling reason to do otherwise we could, but up until now we used the full version in tags, but stripped the trailing `.0` from the "visible" version.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1acaf/130449198(a)github.com>
Assets? from https://github.com/geany/geany/releases/tag/2.0.0
![image](https://github.com/geany/geany/assets/31284574/074335e2-ec66-46dc-bf70-bba28081132f)
Issue is that it is not possible to download dist tar ball using single version string because all assets are on `2.0.0` tag and they version is `2.0`
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1acaf/130447282(a)github.com>
Following up https://github.com/geany/geany/pull/3593#issuecomment-1757592993, should we do something about it on our end? Basically the solution is to use `edit-clear-symbolic` icon-name instead of `GTK_STOCK_CLEAR`, which is for most of it easy, for some a bit more involved.
* is it our problem?
* well, no, but many distro ship Adwaita by default, so we suffer from it
* is it specific to Debian Bookworm?
* can we do something about it? is it easy?
* we can, using icon names and `edit-clear-symbolic` for example.
* most of the time, it's easy. Some of out API make other cases less easy.
@elextr @eht16 @techee opinions?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3613
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3613(a)github.com>
We use to name tags with the full version, including the patch level.
The rest mostly uses the short version and for API requirements it is fully sufficient to check for major.minor as patch level versions never should increase the API version.
What "additional assets" do you refer to?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1a…
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/commit/13bc05d80f456d8ed745e4fbfbf4286a49d1acaf/130441874(a)github.com>
Here we go, Geany 2.0 waits for you to be installed or upgraded:
https://www.geany.org/news/geany-20-is-out/
It's bad it took so long but hopefully it will be the best release ever and next one will be faster :).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3499#discussioncomment-7330886
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3499/comments/7330886(a)github.com>
Closed #3499 as resolved.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3499
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3499/discussion_event/914658(a)github.com>
# Geany Plugins 2.0
## General
* Require Geany 2.0 as minimum version and so also GTK 3.24
* Remove unusable and unmaintained plugins: DevHelp, GeanyPy, Multiterm
(PR #1217)
## Addons
* Bookmarks: Prevent duplicating bookmarks when editing line (PR #1040)
* Delay updating of tasks list until document has been colorised
(Issue #1254, PR #1257)
## GeanyLua
* Update documentation for "geany.keygrab" and fix infinite loop
(xiota, PR #1236)
* Update for Scintilla 5.1.4 (xiota, PR #1123)
* Update glspi_keycmd.h: add GEANY_KEYS_FILE_RELOAD_ALL, remove
GEANY_KEYS_COUNT (Skif-off, PR #1124)
* Add geany.settype() to set the document filetype (Skif-off, PR #1157)
## GeanyVC
* Support the use of external diff-tool in directory context
(nomadbyte, PR #1025)
* Fallback to `git rev-parse` for getting the repo/worktree's top directory
(nomadbyte, PR #1028)
## ProjectOrganizer
* Use system trash for file/folder removal (xiota, PR #1125)
* Set header filetype to match source filetype (xiota, PR #1122)
* Add ability to open file manager and terminal (xiota, PR #1126)
* Restore tree state in the sidebar (PR #1144)
* Increase the file number for automatic indexing to 1000 (PR #1270)
## Spellcheck
* Rename "Toggle spell check" setting and check document+clear indicators
when toggling via keybinding (Issue #1158, PR #1161)
## Treebrowser
* Allow new file/folder in top level (Chris Allan, PR #960)
* Fix refresh from popup menu with a selected file (Issue #1194, PR #1195)
## UpdateChecker
* Fix logic comparing version numbers (PR #1284)
## Vimmode
* Support word-related text object commands such as: "ciw", "diw",
"viw" etc. (Issue #1155, PR #1240)
* Various fixes and improvements (PR #1137, PR #1139, PR #1141)
## Webhelper
* Port Webhelper to webkit2gtk (PR #1224)
## Internationalization
* Updated translations: de, es, pt, ua
--
View it on GitHub:
https://github.com/geany/geany-plugins/releases/tag/2.0
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/releases/125845665(a)github.com>