How real is this opportunity?
I know VS Code and Rider exist, but in the end I always go back to Geany
--
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/talks/issues/7
Because each shell has its own configuration file which can contain
different environment settings, it is useful to be able to specify
which shell Geany should use.
To limit the shells to only those we know that work with Geany, this
implementation only allows users to select from /bin/sh, /bin/bash and
/bin/zsh. More shells can be added in the future.
The affected places where we used hard-coded /bin/sh are:
1. Running commands (in VTE or without, with launch script or without)
2. Build commands
3. Print command
On macOS, the shell defaults to /bin/bash, on other systems to /bin/sh.
For more discussion see #2344
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/2363
-- Commit Summary --
* Make the shell used by Geany to run various commands configurable
-- File Changes --
M data/geany.glade (44)
M src/build.c (17)
M src/keyfile.c (11)
M src/prefs.c (13)
M src/prefs.h (10)
M src/printing.c (5)
M src/utils.c (10)
M src/utils.h (2)
-- Patch Links --
https://github.com/geany/geany/pull/2363.patchhttps://github.com/geany/geany/pull/2363.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/2363
Issue 1: The geany can't scroll the txt-file contents when long-click the 'Red-Point' key and 'middle-key-of-mouse' of the below the SPACE-KEY on the notebook (ThinkPad T420) keyboard.
Issue 2: When the geany open a large txt-file (8.0MB), it's very slow, and the CPU usage is 25%.
---------------------
version: Geany 1.36
OS: Windows 7 x64 with SP1
filetype: txt
Hardware: Lenovo ThinkPad T420 RW2, CPU: Intel i7-2620M (2 cores, 4 threads), Memory: 8GB, SSD: PLEXTOR PX-128M6M (128GB)
---------------------
The txt-file-contents cames from the URL 'https://news.163.com/19/1101/13/ESTA537L0001875O.html', copy the News contents and paste N-times until the file size has 8.0MB (8,397,400 bits, 43428 lines). Interval 3 empty lines before the next paste.
--
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/2387
when I split the window, "drag and drop" gets enabled in the new split window (the "fake" one) not honoring the "disable drag and drop" option.
--
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/2391
Hi,
in macos catalina the folders Desktop und Documents are normally locked by the operating system.
If i add geany to the "Full Disk Access" list, the access to these folders ist still not possible ...
Is macos catalina buggy or geany ?
;-)
thx
--
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/2344
When I try to build (or test/run) golang code, I get errors like this:
```
Demo.go:10:8: cannot find package "aaa/bbb" in any of:
/usr/lib/go/src/aaa/bbb (from $GOROOT)
/home/name/go/src/aaa/bbb (from $GOPATH)
```
The problem is, that "/home/name/go" is the default $GOPATH, and I am using some other path. And, yes, my $GOPATH variable is set correctly:
```
[name@computer ~]$ echo $GOPATH
/home/name/some/path/go
```
So, it seems that Geany is not actually reading $GOPATH variable, but is just using the default path.
--
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/2390
I'm a general long term Scite user (_no expert though_).
OS: **Linux!** (Mint) ... (_with very limited Linux skills_)
Geany looks nice, attractive and useful, but the way the Python(interpreter) output is displayed (terminal) is stopping me from actually using it. I guess I'm just to used to the Scite's output (display and feature wise).
1) Are there any option available that I could try to get the Python output in a more Scite-output-pane look?
2) Just in case. Might it even be possible, to 'somehow' use Scite itself for displaying the output?
(_both automatically, copy and pasting is of course out_)
(With a bit of tinkering I already made Geany to show Python code like its displayed in Scite, to make it more like I'm used to (to lessen the color culture shock so to speak (*joke*))
--
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/1731