Suggesting to add a keybinding that opens straight to the “Keybindings” section in the “Preferences” window.
Thank You
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/4163
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/4163(a)github.com>
I've noticed that the new meson "optlib-based" parser introduced in https://github.com/geany/geany/pull/4013 is extremely slow on macOS - for Geany's ~1000LOC `meson.build`, it takes about 2s to parse which means 2s freezes when editing. It is also slow on Windows, just the freezes are smaller (about 0.5s). Seems OK in the linux VM I'm using but I haven't tried it on anything lower-spec like Raspberry Pi yet.
What should we do about it? For now I disabled the parsers when performing macOS build (https://github.com/geany/geany-osx/commit/0bbb75a8c75426bb2b5576dd047a44bd9…).
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4179
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4179(a)github.com>
I'm using Debian Bookworm. If you use something like what is suggested in the instruction, for example:
```
deb http://geany.nightlybuilds.org/debian/bookworm stable main
```
`apt` will complain.
Your repository doesn't include `i386`. So you need to add `[arch=amd64]`:
```
deb [arch=amd64] http://geany.nightlybuilds.org/debian/bookworm stable main
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4176
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4176(a)github.com>
I'm not sure if this is a bug or what. When I open a plain text file (.emacs) there seems to be something wrong with encoding (bad magic number?). In the screenshot left is Atom looking at the same file; on the right Geany. This happens on other .emacs files, but not on other files that I can see.
This is Geany 2.0 under PopOS 22.04 (Ubuntu)
AFAIK I don't have Geany extensions.
![Screenshot from 2025-01-02 10-30-49](https://github.com/user-attachments/assets/d8f98d3a-b5a3-4d81-9aa…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4180
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4180(a)github.com>
```
License text could not be found, please visit http://www.gnu.org/licenses/gpl-2.0.txt to view it online.
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4178
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4178(a)github.com>
I followed the instruction on https://nightly.geany.org/debian/. My Debian is set to not install recommended packages. When I install Geany, it will only install `geany` and `geany-common`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4177
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4177(a)github.com>
I followed the instruction on https://nightly.geany.org/debian/. My Debian is set to not install recommended packages. When I install Geany, it will only install `geany` and `geany-common`.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4175
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4175(a)github.com>
This reverts commit 608f4df1e6aac75f830472ead9ad35fad9cf0f79.
After upgrading the Docker base image to Debian Trixie and so using newer cross compiler toolchain versions, this hack might not be necessary any longer.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/infrastructure/pull/13
-- Commit Summary --
* Revert "Builders: Use "posix" variant of the mingw64 cross compiler"
-- File Changes --
M builders/Dockerfile.mingw64 (8)
-- Patch Links --
https://github.com/geany/infrastructure/pull/13.patchhttps://github.com/geany/infrastructure/pull/13.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/13
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/13(a)github.com>
This brings newer versions of the used mingw64 cross compiler tool chain and also newer Wine versions.
Relates to #4088.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/infrastructure/pull/12
-- Commit Summary --
* Builders: Update base image to Debian Trixie
-- File Changes --
M builders/Dockerfile.mingw64 (4)
M builders/mingw64/bin/mingw-w64-i686-wine (2)
M builders/mingw64/bin/mingw-w64-x86_64-wine (2)
-- Patch Links --
https://github.com/geany/infrastructure/pull/12.patchhttps://github.com/geany/infrastructure/pull/12.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/infrastructure/pull/12
You are receiving this because you are subscribed to this thread.
Message ID: <geany/infrastructure/pull/12(a)github.com>
Thank you for this great editor. Have you considered adding auto-formatting feature for C++ codes?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4173
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4173(a)github.com>