[Github-comments] [geany/geany] Internal problem of Geany's context action & Run/Compile/Build commands (#1801)

2018-03-13 Thread aplsimple
There is some problem with Geany's context action command that is revealed by the following example. Let's make a simple /home/me/sh1 executable file containing: ``` 1 #! /bin/bash 2 echo "$1" "$2" "$3" 3 read ``` and set the context action command as: ` xterm -e /home/me/sh1 $2 $3 "%s"` Now

[Github-comments] [geany/geany-plugins] Spellcheck not available with latest Arch Linux release. (#728)

2018-03-13 Thread arcmags
geany 1.33 (built on 2018-03-06 with GTK 3.22.28, GLib 2.54.3) geany-plugins 1.33-1 aspell 0.60.6.1-5 hunspell 1.6.2-1 hunspell-en 2017.01.22-2 hunspell-en_US 2017.01.22-2 linux 4.15.8-1-ARCH After a full system update, the Spellcheck plugin is no longer in the Plugin Manager dialog. -- You ar

Re: [Github-comments] [geany/geany-plugins] Spellcheck not available with latest Arch Linux release. (#728)

2018-03-13 Thread Frank Lanitz
Closed #728. -- 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/728#event-1518837733

Re: [Github-comments] [geany/geany-plugins] Spellcheck not available with latest Arch Linux release. (#728)

2018-03-13 Thread Frank Lanitz
Thanks for reporting but I think you should report this to Arch itself at https://bugs.archlinux.org -- 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/728#issuecomment-372700286

[Github-comments] [geany/geany] spawn: Changed confusing macro name, fixes #1256 (#1802)

2018-03-13 Thread LarsGit223
Nothing more to say. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1802 -- Commit Summary -- * spawn: Changed confusing macro name, fixes #1256 -- File Changes -- M src/spawn.c (12) -- Patch Links -- https://github.com/geany/geany

[Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread LarsGit223
Fixes #779. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1803 -- Commit Summary -- * keyfile: Output unescaped filename if session file cannot be opened -- File Changes -- M src/keyfile.c (2) -- Patch Links -- https://github.com/

[Github-comments] [geany/geany] manual: added documentation about replacement of 'untitled.ext' with filename (#1804)

2018-03-13 Thread LarsGit223
On ```Save As...``` a text in the form ```untitled.ext``` will be replaced with the chosen filename if it is found in the first 3 lines of the document. This PR adds a description of the feature to the manual. Fixes #753. You can view, comment on, or merge this pull request online at: https://

Re: [Github-comments] [geany/geany-plugins] Spellcheck not available with latest Arch Linux release. (#728)

2018-03-13 Thread Enrico Tröger
This is only partly an issue with ArchLinux. For the 1.33 release we can't do anything to fix it but for the future. Enchant bump their library version number recently including the pkgconfig name (`enchant` vs `enchant-2`) and so G-P's `configure` checks for the wrong package name. I'll prepar

Re: [Github-comments] [geany/geany-plugins] Spellcheck not available with latest Arch Linux release. (#728)

2018-03-13 Thread Enrico Tröger
Reopened #728. -- 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/728#event-1519592885

Re: [Github-comments] [geany/geany] manual: added documentation about replacement of 'untitled.ext' with filename (#1804)

2018-03-13 Thread elextr
elextr commented on this pull request. > @@ -538,6 +538,16 @@ there is a selection, only the selected text is copied. > This can be useful when making temporary copies of text or for creating documents with similar or identical contents. +Automatic filename insertion on `Save As...` +^^

Re: [Github-comments] [geany/geany] manual: added documentation about replacement of 'untitled.ext' with filename (#1804)

2018-03-13 Thread elextr
LGTM Couple of minor suggestions, but thanks for doing it. -- 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/1804#issuecomment-372826193

Re: [Github-comments] [geany/geany] manual: added documentation about replacement of 'untitled.ext' with filename (#1804)

2018-03-13 Thread elextr
elextr commented on this pull request. > @@ -538,6 +538,16 @@ there is a selection, only the selected text is copied. > This can be useful when making temporary copies of text or for creating documents with similar or identical contents. +Automatic filename insertion on `Save As...` +^^

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread elextr
LGBI -- 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/1803#issuecomment-372828352

Re: [Github-comments] [geany/geany] spawn: Changed confusing macro name, fixes #1256 (#1802)

2018-03-13 Thread elextr
LGBI -- 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/1802#issuecomment-372829108

Re: [Github-comments] [geany/geany] Internal problem of Geany's context action & Run/Compile/Build commands (#1801)

2018-03-13 Thread elextr
Version of Geany and OS and versions of Glib and GTK? -- 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/1801#issuecomment-372831799

Re: [Github-comments] [geany/geany] Internal problem of Geany's context action & Run/Compile/Build commands (#1801)

2018-03-13 Thread elextr
If we set the Run command (let it be so dull, heh): > xterm -e /home/me/sh1 $2 $3 "%s" > and press F5, all we get in xterm is: > %s xterm runs the command in a shell, which substitutes $2 and $3 with nothing since they are undefined. The other problems may be variations of this I suspect or of t

Re: [Github-comments] [geany/geany] Autocomplete not working at all (#710)

2018-03-13 Thread arcmags
Closed #710. -- 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/710#event-1519772224

Re: [Github-comments] [geany/geany] spawn: Changed confusing macro name, fixes #1256 (#1802)

2018-03-13 Thread Matthew Brush
Seems reasonable. I would've called it `SPAWN_ALL_IO_ERROR_FLAGS` or something more descriptive, but this is fine too. -- 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/1802#issuecomment-372

Re: [Github-comments] [geany/geany] spawn: Changed confusing macro name, fixes #1256 (#1802)

2018-03-13 Thread Matthew Brush
Merged #1802. -- 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/1802#event-1519957510

Re: [Github-comments] [geany/geany] Spawn tests incorrect value? (#1256)

2018-03-13 Thread Matthew Brush
Closed #1256 via 08a60e3c7e2234c0f3906ef6411bcbfde04606da. -- 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/1256#event-1519957530

Re: [Github-comments] [geany/geany] URL encoded filename in debug messages (#779)

2018-03-13 Thread Matthew Brush
Closed #779 via 7fd73a06a7aab8582af36891f7b2a19dbe08188b. -- 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/779#event-1519987991

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread Matthew Brush
Closed in 7fd73a06a7aab8582af36891f7b2a19dbe08188b -- 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/1803#issuecomment-372879025

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread Matthew Brush
Closed #1803. -- 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/1803#event-1519989515

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread J-Dunn
Does this address the secondary issue I raise here? https://github.com/geany/geany/issues/779#issuecomment-161904655 to which elextra replied: > "Technically all other filenames in config files probably should be encoded, > but thats another issue." -- You are receiving this because you are s

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread elextr
Well, except that I actually meant to say "escaped" not "encoded" on #779 no it only addresses the output to the screen/terminal, as I said, the stored filenames are __intended__ to be escaped so they do not contain characters that cause problems for keyfiles when they are part of a list of ite

Re: [Github-comments] [geany/geany] keyfile: Output unescaped filename if session file cannot be opened (#1803)

2018-03-13 Thread LarsGit223
@J-Dunn: no, this PR only fixes the issue which #779 directly addresses. As @elextr wrote the path encoding in the config file is correct. It only would be a bug if you see such enocidng in an output. @elextr: no, only purely changed what PR #779 addresses and won't do anything else in this PR.