Re: [Github-comments] [geany/geany] [docs] Move error_regex to [build-menu] section; add filetype [build-menu] example (#2257)

2019-08-12 Thread elextr
Looks good. > I've found that doesn't work when there's also a [build-menu] section in a > user filetype file. Yes, the docs do actually say `[build_menu]` overrides on the line after one you changed (original line 4304) :grin:. A single file is not really supposed to have both `[build_menu]`

Re: [Github-comments] [geany/geany] build.c: ASSIGNIF -> assign_cmd (#2256)

2019-08-12 Thread elextr
Looks ok by quick inspection, havn't tested. -- 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/2256#issuecomment-520661188

Re: [Github-comments] [geany/geany] ctrl leftArrow jumps up a line (#2258)

2019-08-12 Thread elextr
Ctrl-left and ctrl-right move by word, to the start or end of the word respectively. So logically there is no reason for the cursor to stop at the start of a line unless its the start or end of a word. There is no logical definition of a "word" that makes a line start _both_ a start and an

Re: [Github-comments] [geany/geany-plugins] lineoperations: add support for locale-aware sorting (#897)

2019-08-12 Thread Sylvan Mostert
@smostertdev pushed 1 commit. e6c82ba0613d4952c11ef897c608fa61434c5a88 lineoperations: update POTFILES with lo_fns and lo_prefs -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Github-comments] [geany/geany] ctrl leftArrow jumps up a line (#2258)

2019-08-12 Thread LarsGit223
Let's see what the core developers say. I guess simply changing it is not a good option because other people might just like the current behavior more than what other editors do (might be but I don't know). So if someone would change the behavior IMHO it should have a config option to enable

Re: [Github-comments] [geany/geany] ctrl leftArrow jumps up a line (#2258)

2019-08-12 Thread Chris Graham
Thanks for the tip, HOME will work for me. But I still think the bug is valid, as people get so used to their keystrokes, and I don't see any reason to not make this one consistent with what other systems do. It seems line-break is considered part of a "contiguous spaces" virtual keyword, so

Re: [Github-comments] [geany/geany] ctrl leftArrow jumps up a line (#2258)

2019-08-12 Thread LarsGit223
This seems to be the intended behavior, see https://www.geany.org/manual/current/index.html#keyboard-commands. You can use the HOME key to get to the start of the line quickly. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[Github-comments] [geany/geany] ctrl leftArrow jumps up a line (#2258)

2019-08-12 Thread Chris Graham
A quick shortcut I am used to working is hitting ctrl and the left arrow a few times, and I end up at the start of the line I am editing. This allows me to do things like select a few lines and group-indent them, without having to use the mouse or hit too many keys. However, in Geany doing

Re: [Github-comments] [geany/geany] Only show recent file menu entries for files which exist (#364)

2019-08-12 Thread LarsGit223
@elextr, @b4n: I tested this PR on Ubuntu 18.04.3 with the changes applied to the current master branch: - it does **not** change the behavior of the recent files list: not existing/available recent files are still shown in the list - the behavior of the recent projects list **has changed**:

Re: [Github-comments] [geany/geany] Update ja.po: "Appearance" "外観"→"出現" (#2255)

2019-08-12 Thread Frank Lanitz
Merged #2255 into master. -- 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/2255#event-2551006803

Re: [Github-comments] [geany/geany] build.c: ASSIGNIF -> assign_cmd (#2256)

2019-08-12 Thread LarsGit223
LarsGit223 commented on this pull request. > @@ -2291,6 +2291,22 @@ static void build_load_menu_grp(GKeyFile *config, > GeanyBuildCommand **dst, gint } +/* set GeanyBuildCommand if it doesn't already exist and there is a command */ +static void assign_cmd(GeanyBuildCommand *type, guint

Re: [Github-comments] [geany/geany-plugins] lineoperations: add support for locale-aware sorting (#897)

2019-08-12 Thread Frank Lanitz
Please update POTFILES.in -- 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/pull/897#issuecomment-520391772