When using in Windows OS, two character (dot and comma) key required to be pressed two times.
--
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/2527
The "Go to File..." command isn't very useful since it's restricted to the directory of the currently-viewed file. It would become incredibly useful if it could be used to access all opened files.
--
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/2525
geanynumberedbookmarks won't navigate me between files. It only works within a single file.
Is it intended that it be able to move the cursor to different files?
Regular Geany bookmarks only work within the current file.
--
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/990
When you have a large number of files open, but are just working on less than a handful of them, it gets difficult to quickly hop between them. There should be an easy way to do this. Description of what I've tried follows, then my feature request is at the end.
I've tried using the Documents tab in the sidebar, but that means searching around in there every time.
I've tried tried dragging the document tabs near to eachother, but once you're on the tab you want, it's not easy to find the tab you want it next to. And even if you find it, it's not easy to drag the tab there (it takes multiple jumps, clicking the tabs arrows, dragging again). This takes a while to set up, and then you have to do it again if you change the few files you're working on.
I've tried the split-window, and this works ok if there's only 2 files I'm working on / jumping between, but is no help when there's 3 or 4, which is common for me.
I've tried the numberedbookmarks plug-in, and it appears to allow the setting of numbered bookmarks in different files, but trying to navigate between the bookmarks failed (in at least one strange way and also crashed Geany).
I've tried the Commander plug-in, but there's two problems: one is that I'm working on two files with the same name (say, "Main.hx"), and I've got 5 more with that name that are open in other directories. So it takes searching around in the pop-up list to find the one I want. The second issue though is that the Command Panel does similar match instead of exact match, so many more choices pop up besides. And anyway, the Commander seems to support lots of actions, but I only a fast way to switch between tabs.
***
So here's my idea / feature request:
1. If Geany doesn't do this already, make all tabs (open files) have an implicit id number --- a small integer (maybe assigned in the order the files get opened?). So, if there's 20 files open, there's ids ranging from 1 to 20.
2. Have the tab number displayed in the status bar at the bottom of the screen.
3. A key-combination would open a small dialog where you type a number (the tab number) and hit Enter to be taken to that tab. Similar to how Ctrl-L opens up a dialog and you can choose the line number you want to go to.
(I see that Ctrl-L actually sends me to the "go to line" field in the toolbar, but the "Search --> "Go to Line"" menu item brings up the small dialog.)
--
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/2523
Well, this is not a bug, but in the Symbols pane, under Variables if you define something like (ATTENTION to the whitespaces behind myVar declatarion)
Dim myVar : myVar = "Any value"
'myVar' is not recognized, and therefore it is not showed int Variables section.
Of course, we can live with this missfunctionality...
Great!!!, great IDE.
With the exactly features to program and lightweight!!!
--
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/2522
Hi, been having this issue for some time now, not able to reproduce at will: sometimes it happens soon, sometimes, later, sometimes it doesn't happen.
Geany stops responding (the rest of the applications work as expected, so it is limited to Geany when it happens.) until I get a force close popup (end process).
I have a gdb dump of when it happened, maybe someone, can see what the issue is?
here is the dump: https://office.onlinecommunityhub.nl/nextcloud/s/M4ZFisDs2yEDLMg
Running on Lubuntu 18.10
the crash part is (end of the gdb dump)
```[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
geany: ../../src/xcb_io.c:259: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
Thread 1 "geany" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
```
--
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/1962
The [plugins install page](https://plugins.geany.org/install.html) says to search for plugins with `apt-cache search geany`. When I run that command on Ubuntu 20, it doesn't show any markdown plugins. How can I install the plugin?
--
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/982
Underline is invisible in Darcula.
Visible in Solarized (Dark) and Default.
Darcula:
![image](https://user-images.githubusercontent.com/36860942/83762498-e74b1d00-a677-11ea-84cc-1ea35f645642.png)
Solarized (Dark):
![image](https://user-images.githubusercontent.com/36860942/83762648-0e095380-a678-11ea-821c-a97d142fbd6c.png)
Geany 1.36 (built on 2020-05-24) on Fedora 32 with Wayland.
GTK+ v3.24.20 and GLib v2.64.3.
--
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-themes/issues/39