Hi, I'd like to propose the addition of two items in the right click menu, to open a terminal or file manager in the same directory as the current file. I often utilize these in my workflow versus the integrated terminal and tree browser, when I require something a bit more complex or something that's not one-off. But please do let me know if you also find them useful; suggestions for adjustments are welcome.
The right-click menu:
<img src="https://github.com/geany/geany/assets/31203804/ecacd2b2-7b96-49fa… width=20%>
For the file manager command to use, I took the initiative of adding a new entry in Preferences/Tools. For the terminal, I utilized the Terminal command that's already present.
<img src="https://github.com/geany/geany/assets/31203804/2a649b9a-a6c5-4316… width=50%>
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/3813
-- Commit Summary --
* Add 'Open Terminal' and 'Open Directory' to right click menu
-- File Changes --
M data/geany.glade (513)
M doc/geany.txt (6)
M src/callbacks.c (74)
M src/callbacks.h (4)
M src/keyfile.c (51)
M src/prefs.c (12)
M src/prefs.h (3)
-- Patch Links --
https://github.com/geany/geany/pull/3813.patchhttps://github.com/geany/geany/pull/3813.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3813
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3813(a)github.com>
Unsure what to do with this one here. After closing #92 as won't fix … what to do with this here?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/93#issuecomment-2054082590
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/93/c2054082590(a)github.com>
I will close the MR yet as it's quiet ancient already and nobody seemed to take over.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/83#issuecomment-2054082076
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/83/c2054082076(a)github.com>
Closed #83.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/83#event-12460570334
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/83/issue_event/12460570334(a)github.com>
Closed #92.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/92#event-12460567895
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/92/issue_event/12460567895(a)github.com>
@codebrainz I will close the MR as it was open for quiet some time and it's not mergeable anyway.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/92#issuecomment-2054081642
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/92/c2054081642(a)github.com>
Thank you!
Thank you for your project and software!
Thank you for maintenance in the past and in the future!
Kind regards and season's greetings!
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3728
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3728(a)github.com>
There was a mistake in my formal issue#3772.
Python print() will be buggy if I use execute command
```
py "%f"
```
and print too many rows at one time.
#Bug Example
For example, the picture below shows the output of
```
for i in range(40):
print(i,"test test test")
```
Execute with geany's execute button:
![image](https://github.com/geany/geany/assets/58306791/9f488d5c-13a0-4535-a02f-e5fe9d774268)
Type the execute command in cmd.exe:
![image](https://github.com/geany/geany/assets/58306791/6367a991-fbfa-4023-b1f4-15241ddffe5c)
#System Version
Windows 11 22H2
Version 10.0.22621.3296
Windows Feature Experience Pack 1000.22687.1000.0
_Originally posted by @Independent-X in https://github.com/geany/geany/issues/3772#issuecomment-2016544156_
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3798
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3798(a)github.com>
Using a gtk theme called Orchis in my AppData/Local/gtk-3.0 (https://itsfoss.com/best-gtk-themes/) and have also tried the gruvbox gtk theme (https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme).
Both themes have worked and produced the results depicted in the theme photos, except the UI text as depicted in the photo.
Anyone have a fix or can provide the settings in the geany conf that can fix this?
![image](https://github.com/geany/geany/assets/145621888/383dbe26-34f2-46ad-bc43-e11510886082)
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3827
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3827(a)github.com>