![geany_search_bar](https://user-images.githubusercontent.com/37348338/61344594-1420f680-a852-11e9-8844-340d3b259b1f.png)
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2220
-- Commit Summary --
* Replace search dialog with search bar
-- File Changes --
M src/callbacks.c (2)
M src/editor.c (6)
M src/keybindings.c (5)
M src/notebook.c (290)
M src/search.c (24)
M src/search.h (6)
M src/ui_utils.c (31)
M src/ui_utils.h (4)
-- Patch Links --
https://github.com/geany/geany/pull/2220.patchhttps://github.com/geany/geany/pull/2220.diff
--
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/pull/2220
Continuation of geany#259 since I can't push to @scriptum branch (I suggest you allow that).
I added some cleanup commits on top of @scriptum work and rebased onto 1.33.
@elextr @b4n Please give feedback (considering the history in geany#259). I think I'll merge this in maybe 10 days or so.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1813
-- Commit Summary --
* Add sidebar tree
* Add documentation for document list
* sidebar: optimized documents_sort_func() a bit
* sidebar: refactor get_doc_parent()
* sidebar: various minor changes
-- File Changes --
M doc/geany.txt (29)
A doc/images/sidebar_documents_only.png (0)
A doc/images/sidebar_show_paths.png (0)
A doc/images/sidebar_show_tree.png (0)
M src/sidebar.c (571)
M src/utils.c (2)
M src/utils.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/1813.patchhttps://github.com/geany/geany/pull/1813.diff
--
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/pull/1813
Dear all,
I am very thankful to the debugger plugin team. It is a very good tool to my work.
I would like to ask some "how to" here. Maybe some of them can be considered into wishlist.
1. How to show variables' address?
In F90, we have LOC(x) to show its address in memery. Can I use it in the "watching window" as well?
2.how to access some variables that are located under module?
In intel f90+VS in Windows10, we have "mod::" method in debugger to enable this. Can we have the similar functions in geany?
3. ... (Maybe we can add more "enhancement" under this box?:D)
Thanks.
Shuo
--
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/583
It would be a great addition to Debugger plugin to have possibility to see disassembly view of debugged program/C file :)
Capstone as a disassembler is worth to look into considering this issue to be resolved IMHO:
http://www.capstone-engine.org
--
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/1038
Hi, I try to compile the Geany plugins from source on Ubuntu 20.04, but it is difficult to get all dependencies. I have to filter them out of the ./configure output. I'm still not able to compile all plugins.
It would be nice to have a list of necessary dependencies, preferably as c&p for different distributions.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1168
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1168(a)github.com>
The incremental search of the goto feature randomly excludes files which are open in the editor.
Selecting an arbitrary file in the documents side bar modifies the set of offered files randomly.
No need to say that this makes the plugin useless.
geany/focal,now 1.36-1build1 amd64 [installed]
geany-common/focal,focal,now 1.36-1build1 all [installed,automatic]
**geany-plugin-codenav/focal,now 1.36+dfsg-1 amd64 [installed,automatic]**
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1176
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/issues/1176(a)github.com>
(Almost) everytime I close a project, instead having a blank configuration Geany re-opens all files that were opened before closing the project.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3213
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3213(a)github.com>
Help me out, after update latest Arch (perhaps problem on gtk3), then suddenly the highlighted bar in auto completion disappeared
```
Geany 1.38
Using GTK+ v3.24.34 and GLib v2.72.1 runtime libraries
```
Please guide to right way to solve
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3211
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3211(a)github.com>
The error I'm getting is
> Geany tried to access the Unix Domain socket of another instance running as another user.
> This is a fatal error and Geany will now quit.
I'm aware of [#294](https://github.com/geany/geany/issues/294), but I'm not running geany as root. This error occurs whenever I start an instance of geany, then either start another instance or open a file with geany (through right click -> open with geany).
While an instance of geany is running, `ls -l .config/geany/ | grep socket` shows
`lrwxrwxrwx. 1 root root 60 Feb 26 14:11 geany_socket_Starlight__0 -> /tmp/geany_socket.fcdcdb1b`
If I understand correctly, the owner of this file should be me, not root.
I suspect that this problem is related to the way I've set up my home directory - it's on an NTFS partition. (More accurately, .config/geany is symlinked to a directory on an NTFS partition.)
--
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/1411