I prefer line comments at their natural indentation level,
and not at column 1 of the selected lines.
I could not find a solution for this in `Geany`.
Is this really the case, or there exists a clever workaround?
I would greatly appreciate any advice.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4235
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4235(a)github.com>
I'll start off by saying that I'm fairly new to Linux and certainly new to building on Linux. I've managed to build Geany from source. I think. I did a `./configure` and a `make` and I have a `geany` executable binary in `/geany-2.0/src/`, which I assume was not there before (but of course I didn't check). I have not done a `make install`, because I have version 1.38 installed, that I use and I don't want to mess anything up. Can I run the version 2.0 build where it is?...I tried, but get this error:
```
$ ./geany
(geany:38757): Geany-ERROR **: 20:18:05.123: Cannot create user-interface: Failed to open file “/usr/local/share/geany/geany.glade”: No such file or directory
Trace/breakpoint trap (core dumped)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/4239
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/4239(a)github.com>
This can be used with the corresponding custom filetype.
@techee @elextr @b4n do we have some policy or already decided in the past how we handle ctags parsers and Scintilla lexers for filetype which are not included in Geany?
In this case, it is only a ctags parser for HCL for which we have a custom filetype in the wiki (https://wiki.geany.org/config/hcl-terraform) but not in Geany. Obviously, it'd be nice to be able to use the existing ctags parser with the custom filetype.
`terraform.c` is taken from uctags master without modifications, same for the unittest file.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4237
-- Commit Summary --
* Add HCL (Terraform/OpenTofu) ctags parser
-- File Changes --
M ctags/Makefile.am (1)
A ctags/optlib/terraform.c (88)
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)
M tests/ctags/runner.sh (3)
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/4237.patchhttps://github.com/geany/geany/pull/4237.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4237
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4237(a)github.com>
matrixxx-dev created an issue (geany/geany#4244)
I would like to address a problem that has already been dealt with:
"PRIMARY selection should be stable #2323"
The 'normal' behavior of the PRIMARY selection in Linux (middle mouse button) is that it remains until a new selection is made.
That is also my opinion.
Some editors respect this behavior.
For example, Mousepad, Bluefish, CodeLite, SciTE, and a few more ...
Therefore, it should be noted that SciTE is a reference implementation of Scintilla.
CodeLite use Scintilla too.
In Geany, after making a selection, a left mouse click anywhere in the editor (without a selection) of the same document deletes the PRIMARY selection. You can no longer paste it.
However, none of the aforementioned editors exhibit this behavior.
Also SciTE. So I do not belief the behavior comes from Scintilla.
That's why I think I can't post a feature request on Scintilla.
And So it could be that it has something to do with Geany.
And i do not belief the behavior is normal X11 operation.
Otherwise, the other editors will do something wrong.
I would now ask you to please consider this once more. Thank you.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4244
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4244(a)github.com>
in geany 2.0 Using GTK+ v3.24.43 and GLib v2.82.4 runtime libraries in debian trixie,
very long file names disappear the left up&down bar.
my file name was 223 characters long.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4234
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4234(a)github.com>
I'm using geany 2.0-1 on Arch Linux with XFCE.
Since the newest update, I can not use paste via middle-click repeatedly anymore. This was a frequent use case for me: select some text and then paste it at a few places. It does not matter if the selection was made inside or outside geany.
What makes me think geany clears the X selection:
* I can select and paste into a different window multiple times, but after pasting into geany, I can't anymore.
* Also, the clipboard manager plugin for the XFCE panel shows no mouse selection anymore afterwards.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3658
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3658(a)github.com>
- version locally the script geany-plugins-release.py so far hosted in the wiki
- applied fix for building without signing (missing key/certificate in the filesystem)
- applied fix to geanygendoc/docs/Makefile.am
- applied fix to lsp/src/lsp-server.c
- applied fix for languages binaries not being generated
- changed version num to 2.1
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1408
-- Commit Summary --
* fixes for building on windows/msys2
-- File Changes --
M .gitignore (2)
A build/msys2-geany-plugins-release.py (122)
M geanygendoc/docs/Makefile.am (2)
M lsp/src/lsp-server.c (1)
A po/LINGUAS (1)
A po/Makevars (82)
A po/Rules-gmo (12)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1408.patchhttps://github.com/geany/geany-plugins/pull/1408.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1408
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1408(a)github.com>
I was using Geany 1.35 previously, on Windows 10.
Because of some features in the Window "Open file" dialog, I chose to use the windows dialog boxes.
Mainly features like : renaming files, making copies, etc.
This option no longer works on Geany 2.0.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4220
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4220(a)github.com>
`if [[ $(type -t "editions_${OS}") == function ]]; then`
showing this line as function in symbols, even it isn't really function.
Wasn't like that in older version
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3661
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3661(a)github.com>
# Issue Summary
Bash functions using `::` as a separator (following the Google Shell Style Guide) do not appear in the Symbols list in Geany.
# Steps to Reproduce
1. Open a Bash script in Geany with functions named using `::`, such as:
```bash
mylib::example_function() {
echo "Hello"
}
```
2. Open the Symbols list.
3. The function mylib::example_function does not appear.
# Expected Behavior
Geany should recognize function names containing :: and list them in the Symbols view.
# Actual Behavior
- Functions using :: are not shown in the Symbols list.
- Functions using _ (e.g., mylib_example_function) are shown correctly.
# Additional Information
- Geany Version: (1.38)
- Operating System: (Bookworm)
This issue affects scripts following Google's Shell Style Guide, which recommends namespace::function_name syntax.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/4240
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/4240(a)github.com>