Might be related to or even a duplicate of geany/geany#885 but I could not figure it out. I'm new to Geany.
<img width="280" alt="Screenshot 2023-11-10 at 1 08 55 PM" src="https://github.com/geany/geany/assets/13210399/282df898-199e-4826-985b-dee5…">
If it means anything, I'm currently using the "Kary Pro Colors - Bare Dark" scheme.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/50
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/50(a)github.com>
Currently, the only ways to change the folding is:
- toggle current fold
- fold all
- unfold all
For files with many nodes (fold points) and deep levels of children nodes, it would be great to have commands for efficient navigation of the hierarchical structure , jumping from node to node and expanding/collapsing them as following:
* 1)) command for folding current node and moving into parent node. After repeated invokation, it will eventually fold the greatest ancestor, of level 0.
* 2)) an opposite command, for unfolding current node and moving into Ist child node. After repeated invokation, it will eventually unfold the Ist path towards a leaf in the tree.
* 3)) command to move to next sibling node
* 4)) command to move to previous sibling node
*
These 4 commands would mirror how the navigation is possible in many file managers' tree view of folders, often with the arrow keys (right/left to collapse/expand, and up/down to jump through sibling nodes).
In addition, the following 2 commands would be useful for fast (but controlled) expansion/collapsing at whole document level:
* 5)) command to fold current node and all nodes of same level as current node, AND move cursor to parent of current node. With repeated invokation, it will fold upwards all nodes in file, untill only nodes of level 0 are visible.
* 6)) opposite command to unfold current node and all nodes of same level as current node, AND move cursor to Ist child of current node. With repeated invokation, it will unfold downwards the nodes in file, untill nodes at the level of the leaf encountered on Ist path from the starting node.
*
These 2 commands would be more useful, IMO, than the fixed-level fold/unfold of all nodes that other editors provide (for ex , Notepad++ ).
--
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/issues/2920
Might be related to or even a duplicate of #885 but I could not figure it out. I'm new to Geany.
<img width="280" alt="Screenshot 2023-11-10 at 1 08 55 PM" src="https://github.com/geany/geany/assets/13210399/282df898-199e-4826-985b-dee5…">
If it means anything, I'm currently using the "Kary Pro Colors - Bare Dark" scheme and I'm completely new to Geany.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3680
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3680(a)github.com>
The current highlighting of dark blue (as opposed to black when not selected) is very difficult for me to see I imagine there's something I can edit, but there's nothing in the documentation and playing with brace_good in filetypescommon didn't appear to achieve much
Using geany 1241
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/885
Steps to reproduce:
1. create a new file using the tree browser
2. give the file a name
3. Try editing the file
4. Try saving.
OS: Windows 10
doing a file->new file via geany works fine.
[original issue](https://github.com/geany/geany/issues/1842)
--
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-plugins/issues/737
Hi, I'm working on updating the Geany package in nixpkgs from 1.38 to 2.0: https://github.com/NixOS/nixpkgs/pull/265362.
With Geany 2.0, [`tests/test_sidebar.c`](https://github.com/geany/geany/blob/2.0.0/tests/test_sidebar.c) fails on nixpkgs' automatic PR builder (ofborg) on macOS, but not on macOS locally - presumably due to the environment being headless in the former case. On Linux, `test_sidebar` succeeds both locally and on the builder. The issue would likely show up on Hydra as well, our central CI service, and would cause us to introduce workarounds that are probably avoidable.
The return value of [`gtk_init_check` here](https://github.com/geany/geany/blob/2.0.0/tests/test_sidebar.c#L145) is never examined. https://docs.gtk.org/gtk3/func.init_check.html says:
_"Note that calling any GTK function or instantiating any GTK type after this function returns FALSE results in undefined behavior."_
Could you please take a look at this? I can't really gauge what it would take to make the test run properly on Darwin in a headless environment (if possible). Worst case the test could skip itself and emit an appropriate message if GTK can't initialize, which would still be better than downstream having to explicitly work around it.
---
The build log for `x86_64-darwin` with the failing test can be viewed [here](https://logs.ofborg.org/?key=nixos/nixpkgs.265362&attempt_id=2ac562f8…. I attached it here in case that link becomes inaccessible: [geany_2.0_x86_64-darwin_ofborg_buildlog.txt](https://github.com/geany/geany…
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3674
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3674(a)github.com>
Title says it all: instead of fetching the name from the deprecated ID, directly use the lexer name. This removes a deprecation warning, and probably aligns us for the future.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3668
-- Commit Summary --
* Use Scintilla lexer names rather than deprecated IDs
-- File Changes --
M src/highlighting.c (6)
M src/highlightingmappings.h (114)
M src/sciwrappers.c (17)
M src/sciwrappers.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/3668.patchhttps://github.com/geany/geany/pull/3668.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3668
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3668(a)github.com>