geany v.138 on Windows
```
= Document Title (Level 0)
== Level 1 Section Title
=== Level 2 Section Title
==== Level 3 Section Title
===== Level 4 Section Title
====== Level 5 Section Title
== Another Level 1 Section Title
```
Level 5 Section Title is lost in symbols panel.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3411
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3411(a)github.com>
Fixes #3411.
Probably trivial enough so if there are no objections, I'll merge it in about a week.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3412
-- Commit Summary --
* Map asciidoc level 5 section so it can be shown in the sidebar
-- File Changes --
M src/tagmanager/tm_parser.c (3)
M tests/ctags/simple.asciidoc.tags (2)
-- Patch Links --
https://github.com/geany/geany/pull/3412.patchhttps://github.com/geany/geany/pull/3412.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3412
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3412(a)github.com>
Just upgraded from an Intel to Apple Silicon MacBook and re-installed geany, but have come across the following problems:
Problem geany/geany#1: Solved: Non-`+quartz` geany fails to work correct on M1 and UI glitches. However, geany `+quartz` works with perfect looking UI.
Problem geany/geany#2: Unsolved: The icon (shown in the Mac bar at the bottom of the screen, or when pressing Command + Tab to switch apps) of the geany `+quartz` while running, is just a black square with the words 'exec' in the top left hand corner.
Problem geany/geany#3: Unsolved: The Mac Alt-Tab app [1] fails to recognize geany as an app and doesn't display it in its list windows to switch to.
[1] https://github.com/lwouis/alt-tab-macos/issues/1858
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-osx/issues/38
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-osx/issues/38(a)github.com>
Any change this plugin will be upgraded to Lua 5.4.3 any time soon?
--
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/1133
### percieved working
* open the file plugin in the sidebar
* single click a file - it opens in an editor tab (say preview mode tab) in the read only mode (with some indication - say, the name in the tab bar in italics)
* single click another file - it opens in the existing preview mode tab, and similar manner
* repeat with as many files as you want
* double click on any preview mode tab to convert it to normal tab
### what does it address
* currently rapidly previewing files in a directory/project to get a refresher/overview
* causes too many persistent editor tabs to stay
* which:
* hog the system
* get mingled with the files you are actually working on
* require manual closing and additional precaution to avoid closing the intentional editor tabs
inspiration took as it is from: vscodium
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3327
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3327(a)github.com>
Seems to be working (at least on Linux), not tested much. This doesn't add any functionality, though it's necessary if we want to add the other features at some point.
@codebrainz @elextr
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3417
-- Commit Summary --
* Move GTK calls out of parse_command_line_options
* Use GtkApplication
-- File Changes --
M src/libmain.c (61)
-- Patch Links --
https://github.com/geany/geany/pull/3417.patchhttps://github.com/geany/geany/pull/3417.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3417
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3417(a)github.com>
I have built Geany from commit 4508f77a1150b37d5e16c3e7fc9c7223bc591e88. I am very happy to have a list of members & methods in the symbols pane. And I appreciate the work going into Geany.
I have come across a bug in my build's TypeScript parser (ctags?). The parsing sometimes is incomplete. The following screenshot is of a class with methods `onEnterZone`, `autoWalkEnabled`, & `canInviteToGroup` which do not show up in the symbols panel:
![image](https://user-images.githubusercontent.com/3631473/221473587-44b35ed5-fc0f-4388-b6a9-fe6eef12dc04.png)
In another class file there are methods `say` & `getCursor` which *do* show up in the symbols panel:
![image](https://user-images.githubusercontent.com/3631473/221474033-eb3fda05-663d-4595-ba5e-677a8b4c8961.png)
I am not sure what the difference is, but it appears there is something in the first file that is causing the parser to hiccup. I have not tried building from the latest commit to master branch, but browsing through the commits I don't see any changes referencing TypeScript.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3416
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3416(a)github.com>
Every time I start Geany, I have to open the Workbench file manually. A setting to remember the last opened workspace and open it when Geany is started, would be very helpful.
Also a list of recent workspaces (similar to the one already available for projects) would be nice to have.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1226
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1226(a)github.com>
Sometimes it would be helpful, if there would be a feature to automatically navigate the workspace to the currently opened file to not have to manually browse through all the folders and files and look for where it is.
Either a configurable shortcut or a new button to sync the Workbench would be fine or automatically navigate whenever a new file is selected in Geany. If done automatically, there should be a setting to toggle it on and off though.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1227
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1227(a)github.com>
While using Geany, sometimes I need to open the location of a file or folder.
For that, it would be nice to have a context menu entry in the workbench to open a folder browser at the location that file or folder is located at.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1225
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1225(a)github.com>