New context menu entries for open externally and open containing folder New functions to open the selected context or the folder it is contained in respectively
Enable the new context menu entries only on files and folders
Resolves #1225
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1237
-- Commit Summary --
* Workbench: Add new context menus for open files externally
-- File Changes --
M workbench/src/popup_menu.c (112)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1237.patchhttps://github.com/geany/geany-plugins/pull/1237.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1237
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1237(a)github.com>
Adds optional linewrapping in the status-, compiler- and message-tab of the message window.
Mainly useful with a vertical layout, but still has some issues:
- on_width_change() is called continuously while resizing the message window,
(I did not notice any impact on CPU usage though).
- when changing the setting, messages already present are not wrapped / unwrapped,
only newly printed ones.
- when resizing the window, messages already present are wrapped only until
a new line would be required (but new messages work fine).
- Only very minor, but GTK word wrap treats the minus preceding command line arguments
as separate words (-> 'gcc -Wall' can become 'gcc -\nWall')
I hope it's not rude to make a pull request directly without first opening a corresponding issue.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1383
-- Commit Summary --
* Add option for linewrapping in message window
* Correct minor inconsistency: return type not on same line as function
-- File Changes --
M data/geany.glade (96)
M doc/geany.txt (4)
M src/keyfile.c (2)
M src/msgwindow.c (57)
M src/msgwindow.h (2)
M src/prefs.c (7)
M src/ui_utils.h (1)
-- Patch Links --
https://github.com/geany/geany/pull/1383.patchhttps://github.com/geany/geany/pull/1383.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/1383
As mentioned [here ](https://github.com/geany/geany/issues/1500#issuecomment-575547729) I get a permission denied when trying to save an existing file on SSHFS drives. No problem with other editors like Atom, Sublime or Visual Studio, nor with Gimp. No problem for saving a new file but I can't save my modifications.
I'm using https://github.com/billziss-gh/sshfs-win
--
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/2445
The debugger plugin is not available as pre-compiled debian image since years.
Maybe related to this: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912320
This seems to me a easy-to-solve bug?
Would be great if debugger would return in package index.
Best regards
--
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/1020
Would be nice to show "Match m of N" in the status bar when searching strings.
--
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/2159
Using Geany on Ubuntu Budgie 20.04 testing system. The underscore character does not show up. Work fine in gedit, etc.
--
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/2466
Hi guys.
I am a Chromium based browsers developer using Geany and CScope, so I open a lot of files in Geany.
I am proposing the features, which are vital for me:
- the fast search and the scrolling by keyboard in the Documents and Symbols tabs;
- put the document, activated by the click on the sidebar, to the forward and back navigations.
![Geany fast search and documents navigation](https://user-images.githubusercontent.com/36197100/109645427-dc…
Regards,
Vladimir.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2755
-- Commit Summary --
* [BVV] 1. Enable the fast search and the scrolling by keyboard in the Documents and Symbols tabs; 2. Added the document, activated by the click on the sidebar, to the forward and back navigations
-- File Changes --
M src/sidebar.c (35)
-- Patch Links --
https://github.com/geany/geany/pull/2755.patchhttps://github.com/geany/geany/pull/2755.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/2755
if there is 1 button for build and run ,like in codeblocks it would be nice so i tried this command but did not work.
to set build commands ;
g++ -Wall -o "%e" "%f" && "./%e"
can some one point out which command line should i write ?
--
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/1327
I think having a "reload all" might be useful. For example, if you checkout a different branch in git and suddenly have 10 files loaded in Geany that need to be reloaded.
--
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/2540