I've developed hundreds of bash scripts with Geany, and have always been able to click Execute and they run properly.
Many of these scripts make use of the $0 variable - that is - the path the script was run with.
So if I'm editing `/home/pi/myfolder/myscript.sh`, then $0 is `/home/pi/myfolder/myscript.sh`.
Well just yesterday that behavior changed. Now $0 is `./myscript.sh` - not with the full path anymore.
Using Geany, I tried executing multiple scripts that worked fine the day before, but all of them failed now because the scripts were no longer being run from their full path.
Running the scripts from a terminal, using their full paths, still works fine.
I don't remember changing any Geany settings, but is there a setting somewhere with which I can change its Execute behavior back to how it was?
--
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/2611
This adds a combo-box to the find-in-files dialog which lets the user choose which kind of regular expressions shall be used: extended, basic or perl.
The pre-selected value is 'extended' so users which do not want to change the reg-exp mode used, do not need to change anything. If a user only toggles the checkbox to enable/disable regular expressions then anything works as it used to.
Also see #443.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1809
-- Commit Summary --
* find-in-files: choose reg-exp mode (extended/basic/perl)
-- File Changes --
M src/search.c (44)
-- Patch Links --
https://github.com/geany/geany/pull/1809.patchhttps://github.com/geany/geany/pull/1809.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/1809
Closing as it is unlikely this will happen unless someone will write a Scintilla lexer for reStructuredText.
--
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/300#issuecomment-703253246
The latest geany line wrapping feature does not work on latest KDE plasma also Menu font color invisible unreadable
How to solve such issue?
--
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/2549
I have been a happy user of Geany for several years now, I love its speed. Recently I'm experiencing regular crashes, with this message:
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
geany: ../../src/xcb_io.c:259: poll_for_event: Controletest '!xcb_xlib_threads_sequence_lost' faalt.
Version: Geany 1.36 Using GTK+ v2.24.32 and GLib v2.56.4 runtime libraries
System: linux Mint 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
--
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/2547