This is mostly my preference but I think it would be quite useful to have file search feature similar to sublime or vscode etc.
So, I used codebase of commander mostly and modified it.
Basically:
- Find File keyboard shortcut with open a dialog with input and search against files and showing them
- Enter would open the file
- Workflow from UI would be as is and this is only based on keyboard shortcut
P.S. This is mostly a proof of concept and I think someone with better knowledge of gtk, C and geany api can pull this off better than what I currently have.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/953
-- Commit Summary --
* just a proof of concept of file search through kb different than sidebar with type and open
-- File Changes --
M projectorganizer/src/prjorg-menu.c (355)
M projectorganizer/src/prjorg-sidebar.c (14)
M projectorganizer/src/prjorg-sidebar.h (8)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/953.patchhttps://github.com/geany/geany-plugins/pull/953.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-plugins/pull/953
This is a small set of changes in the Debugger plugin to support gdb's remote mode (using gdbserver on the remote side). An additional cross development mode launches gdb-multiarch instead of gdb, so that an amd64 workstation can be used to debug a target running on an ARM board, or any other combination supported by gdb-multiarch.
Large portion of the changes is to adjust the debugger Target page, so that the debug mode is explicit and visible. In addition the label flip-flop between Command line Arguments and Remote Address to reflect how the field is actually used.
The `--multi` option of gdbserver is not supported. Doing so might require modifying the GUI, among other impacts.
A French translation is provided for the new labels. Since I am not familiar with the internationalization tools, I just hand-made a few more entries. Feel free to correct if that was not the right way.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1162
-- Commit Summary --
* Add remote and cross development debugging modes to the Debugger plugin
* Update documentation
* Follow European date format, as for other entries
-- File Changes --
M debugger/ChangeLog (4)
M debugger/README (1)
M debugger/src/dbm_gdb.c (59)
M debugger/src/dconfig.c (3)
M debugger/src/debug.c (6)
M debugger/src/debug_module.h (2)
M debugger/src/tpage.c (69)
M debugger/src/tpage.h (4)
M po/fr.po (20)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1162.patchhttps://github.com/geany/geany-plugins/pull/1162.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1162
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1162(a)github.com>
If I have a 100 files open in my project, is there a way to type in a few characters to find and switch to an open file?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/discussions/3748
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/repo-discussions/3748(a)github.com>
Environment:
MacOS 12.7.3
Geany 1.38
Color Schema: Metallic Bottle
When I use View/ChangeFont and select a different font, not actual font change happens - neither in the user interface nor in the edit pane. I wonder what the "Change Font" function is actually supposed to be for?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3766
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3766(a)github.com>
Geany 1.38 on MacOS:
According to the annotation in the menu, Edit/Format/ToggleCase is assigned to the shortcut Option-Command-U. However, pressing this key combination does not have any observable effect, while selecting "ToggleCase" from the menu works.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3767
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3767(a)github.com>
@codebrainz, @elextr, sad to see how you refuse to help users and community to contribute to your code base they basically do not know anything about. I read this as "We wish this tool to stand out the way Vim does. Who wants modern editor please go use VS Code or Notepad++." Very unwelcoming towards a new contributor and also to users. BTW, for keeping search phrase the editors usually have F3 as a shortcut. So sad to see this.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/588#issuecomment-1945739812
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/588/c1945739812(a)github.com>