Enrico Tröger

Results 281 comments of Enrico Tröger

Do you use Wayland by chance? Sounds a bit similar to https://github.com/geany/geany/issues/2737 or https://github.com/geany/geany/issues/3447.

>I don't suppose here is any >chance you could build Geany from git (which will have symbols)? Maybe it's enough to install the "geany-dbgsym" package if it is available (and/or...

Alternative and already working, you can add a header line to hint Geany what filetype to use: ```sh #!/bin/busybox ash # -*- Sh -*- .... ``` It is roughly described...

See also the already filetype configuration for Docker and Docker-Compose files in the wiki: https://wiki.geany.org/config/docker-compose. It might be the version in the wiki could be updated for recent Docker features...

Full agree with what @elextr said, these were mostly the words already in my mouth, I just didn't speak it explicitly. One addition: after this PR we should *not* have...

Nice. I think we could add this new filetype and then update the wiki page to have it only a seperate docker-compose filetype and a reference to the GIT version...

If there are no objections, I would merge this next weekend and update the Wiki accordingly.

One last remark: could we add `AS` to the keywords? It's not strictly a directive on its own but is part of the `FROM` directive, e.g. `FROM debian:bullseye-slim AS builder`...

Alright, thanks for the attempt. It seems the Scintilla Bash lexer highlights keywords only at the start of a line which is basically fine for real shell scripts. I think...

Thanks! I updated the wiki page https://wiki.geany.org/config/docker-compose to only provide a custom filetype for Docker-Compose files.