Re: [Github-comments] [geany/geany] UTF keywords highlighting (#2504)

2020-05-13 Thread Matthew Brush
Does it work where the first leading character is any character in this subset `[a-zA-Z_]` but not otherwise? I will test it myself once @elextr's question is answered so I can try and reproduce. -- You are receiving this because you are subscribed to this thread. Reply to this email directly o

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-13 Thread Matthew Brush
@chrisgraham are you using Wayland do you know? -- 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/2503#issuecomment-628312970

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-05-12 Thread Matthew Brush
Since I went spelunking a bit, I shall leave some links - which may or not be related - for those who wish to investigate this further: https://bugs.freedesktop.org/show_bug.cgi?id=43760 https://bugs.freedesktop.org/show_bug.cgi?id=10693 https://bugs.freedesktop.org/show_bug.cgi?id=44624 https://b

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-05-12 Thread Matthew Brush
For reference, I was referring to this: https://www.cairographics.org/FAQ/#sharp_lines -- 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/2502#issuecomment-627688739

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-05-12 Thread Matthew Brush
I saw that thread but didn't really understand what it's about. Can we just change the default in Geany to fix the issue once and for all without noticeable impact on other fonts? Is it just a matter of adding `0.5f` to clamp it to the next nearest pixel as is often required in Cairo drawing? -

Re: [Github-comments] [geany/geany] Can't see underscores on Ubuntu 20.04 (#2502)

2020-05-12 Thread Matthew Brush
I guess we can expect a flood of new duplicates as people upgrade to Ubuntu 20.04 (and derivatives) and encounter this issue. I can confirm it happens here too, but it's not limited to Geany, for example it happens in HexChat too. -- You are receiving this because you are subscribed to this thr

Re: [Github-comments] [geany/geany] Weird copy and paste bug involving multiple instances of Geany (#2503)

2020-05-12 Thread Matthew Brush
It works fine here with Geany 1.37 (master) on Ubuntu 20.04 in Gnome/X11 as well as Geany 1.36 on Windows 7. Perhaps it's a bug in your unspecified version of Geany or OS. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

Re: [Github-comments] [geany/geany] geany / ubuntu crash windows manager on search in document (#2501)

2020-05-10 Thread Matthew Brush
> Let me know for more informatios or tests. If you can reproduce it, it would be useful to see the debug messages in `Help->Debug Messages` and if possible to provide [a backtrace](https://www.geany.org/support/bugs/#other-useful-information). -- You are receiving this because you are subscri

Re: [Github-comments] [geany/geany] Symbols Shell Script Functions name parsing (#2500)

2020-05-10 Thread Matthew Brush
FTR: https://github.com/universal-ctags/ctags/blob/d28e10d13bcde641631fa72f6e9fe2632e0bfaec/parsers/sh.c -- 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/2500#issuecomment-626358934

Re: [Github-comments] [geany/geany] Geany is not proprietary software (#2497)

2020-05-09 Thread Matthew Brush
I did the "report this app" thing with the following message: >I believe the license field for this `geany-gtk` is not correctly set, >probably just left at some default. It shoulda be GPL v2, not "Proprietary". I >don't know how to contact the contributor who maintains it, so could you >please

Re: [Github-comments] [geany/geany] Add Undo/Redo support to the Find and Replace windows (#2499)

2020-05-09 Thread Matthew Brush
Closed #2499. -- 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/2499#event-3319796789

Re: [Github-comments] [geany/geany] Add Undo/Redo support to the Find and Replace windows (#2499)

2020-05-09 Thread Matthew Brush
https://gitlab.gnome.org/GNOME/gtk/issues/1690 TLDR; not gonna happen for GTK3 but already implemented in GTK4. -- 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/2499#issuecomment-62624299

Re: [Github-comments] [geany/geany] Show OS info in debug messages (#2498)

2020-05-09 Thread Matthew Brush
Yeah, I've only tested on Ubuntu 20.04 so not sure, but if it's consistent, I agree that name/version is enough or even just pretty name really. -- 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/

[Github-comments] [geany/geany] Show OS info in debug messages (#2498)

2020-05-08 Thread Matthew Brush
This PR conditionally uses newer GLib API to get information about the OS and to print it in with the existing debug messages. I don't really have a preference on the formatting of the info, this PR is tested against own-built Geany on Ubuntu 20.04. You can view, comment on, or merge this pull r

Re: [Github-comments] [geany/geany] Notebook tabs mouse scroll with gtk3 (#2455)

2020-05-05 Thread Matthew Brush
Note that it's not just the snippet pasted in the description, the whole function in @luigifab's 2nd link also needs to be implemented. -- 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/24

Re: [Github-comments] [geany/geany] Wish: S expression highlighter (#2493)

2020-05-02 Thread Matthew Brush
I think Clojure allows writing negative numbers like that, but unfortunately it also uses the same Lisp syntax highlighter. Have you tried just using Python filetype? The example above looks OK here with Python. -- You are receiving this because you are subscribed to this thread. Reply to this

Re: [Github-comments] [geany/geany] Unified colour scheme (#2196)

2020-05-01 Thread Matthew Brush
> But a colour scheme contains no information that its light or dark so even if > Geany can determine from the GTK theme that it is dark, it can't select a > colour scheme since they are not marked light or dark, and even if they were, > which one is the best to select as a dark version of whate

Re: [Github-comments] [geany/geany] message window customization (#2492)

2020-05-01 Thread Matthew Brush
Sounds reasonable if someone wants to contribute the change. IMO, it would also make sense for the sidebar tabs. Maybe someone could change the combo boxes in `Prefs->Interface->Notebook Tabs->Tab Positions` to each contain a "None" item that hides the tabs (and then remove the "Show editor tabs

Re: [Github-comments] [geany/geany] Windows: bundle the GLib GSpawn helper binaries with the installer (ea649d8)

2020-05-01 Thread Matthew Brush
Sounds good. -- 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/commit/ea649d8024b14ce55a922e146078ad1bc15533df#commitcomment-38887409

Re: [Github-comments] [geany/geany] Set a default widget name on all GtkBuilder widgets. (#2469)

2020-05-01 Thread Matthew Brush
If nobody objects, I'll probably merge this "soon". -- 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/2469#issuecomment-622289598

Re: [Github-comments] [geany/geany] message window customization (#2492)

2020-05-01 Thread Matthew Brush
For disabling the other tabs, you can edit these settings under `Edit->Preferences->Various`: ```diff --- msgwin1/geany.conf 2020-04-30 23:43:49.877942591 -0700 +++ msgwin2/geany.conf 2020-04-30 23:45:33.495469083 -0700 @@ -45,10 +45,10 @@ compiler_tab_autoscroll=true statusbar_template=line:

Re: [Github-comments] [geany/geany] terminal command not found (#2491)

2020-04-30 Thread Matthew Brush
Closed #2491. -- 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/2491#event-3292369630

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#1025)

2020-04-30 Thread Matthew Brush
Reopened #1025. -- 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/1025#event-3292305736

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#1025)

2020-04-30 Thread Matthew Brush
> but I'm wondering why this feature request is closed with "workaround exists" > label instead of being left open for someone to pick up Nothing nefarious, just to trying to cleanup old bugs. I assumed if someone wanted to pick this up, they'd reference it in their PR. -- You are receiving th

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#1025)

2020-04-30 Thread Matthew Brush
Closed #1025. -- 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/1025#event-3291844086

Re: [Github-comments] [geany/geany] Windows: bundle the GLib GSpawn helper binaries with the installer (ea649d8)

2020-04-29 Thread Matthew Brush
Does this mean those helper programs are installed with Geany which doesn't need them, regardless whether the Geany-Plugins are installed? Not to take issue, just curious. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#1025)

2020-04-29 Thread Matthew Brush
@elextr I believe it uses Wayland by default unless you're using the NVidia blob driver. I believe it's selectable from the login manager though. -- 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

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#1025)

2020-04-29 Thread Matthew Brush
Reopened #1025. -- 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/1025#event-3286169116

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#2489)

2020-04-29 Thread Matthew Brush
No need for a new issue, we can just reopen #1025. -- 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/2489#issuecomment-621417905

Re: [Github-comments] [geany/geany] Open file in geany in current desktop? (#2489)

2020-04-29 Thread Matthew Brush
Closed #2489. -- 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/2489#event-3286170528

Re: [Github-comments] [geany/geany] Selecting Interface language (#1757)

2020-04-25 Thread Matthew Brush
>Nobody else even did that for several years Not on this issue, but [I contributed](https://github.com/geany/geany/issues/2453#issuecomment-600182183) almost the identical solution a while ago. Just goes to show that bug tracker comments are a lousy place to hide documentation :) -- You are

Re: [Github-comments] [geany/geany-osx] command not found: geany (#15)

2020-04-25 Thread Matthew Brush
Untested, but something like this will probably work: ```bash $ echo '/Applications/Geany.app/Contents/MacOS' >> /etc/paths ``` You probably need to be root (ie. use `sudo`). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Github-comments] [geany/geany] "Connect to server" doesn't work. (#2482)

2020-04-25 Thread Matthew Brush
I think you probably need [GVfs](https://en.wikipedia.org/wiki/GVfs) for that to work. I don't know if it works on Macos, but if so it should probably be bundled in the [OSX build](https://github.com/geany/geany-osx), and if not, the [`GtkFileChooser`](https://developer.gnome.org/gtk3/stable/Gtk

Re: [Github-comments] [geany/geany] Pascal GEANY doesn't display anything (#2480)

2020-04-20 Thread Matthew Brush
Does it work from the terminal/command line if you run: ```bash /usr/bin/fpc "/path/to/novo.pas" ``` I don't know Pascal at all, but you could try making sure the output buffer is flushed, adding something like `Flush(Output)` in between line 5 and 6, not sure if it will help or if that's the r

Re: [Github-comments] [geany/geany] How to change the cursor to an Underscore (#2478)

2020-04-18 Thread Matthew Brush
Oh, maybe I'm thinking of GtkSourceView or something, maybe Scintilla can't do 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/issues/2478#issuecomment-615978753

Re: [Github-comments] [geany/geany] How to change the cursor to an Underscore (#2478)

2020-04-18 Thread Matthew Brush
You can set it using colour schemes, there is a `cursor` style which the 3rd argument says if it's a block cursor or an underscore/underline cursor. -- 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/ge

Re: [Github-comments] [geany/geany] Selecting a part of a long line made almost impossible by unintended auto-scrolling (#2475)

2020-04-15 Thread Matthew Brush
If I understood correctly, what you described of "nedit" can be enabled under `Edit->Preferences->Editor->Display->Virtual spaces` (set to `Always`). -- 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/g

Re: [Github-comments] [geany/geany] Underscore doesn't appear (#1387)

2020-04-13 Thread Matthew Brush
@tomuta as @HybridDog mentions above, you can see which actual font "Monospace" maps to using `$ fc-match Monospace` command. Almost surely it's using the affected "Deja Vu Sans Mono" font that everyone is having problems with. You can work around using the method posted by @bencaradocdavies abo

Re: [Github-comments] [geany/geany] Long file names should not be cut in window titles when possible (#2473)

2020-04-11 Thread Matthew Brush
Closed #2473. -- 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/2473#event-3223937593

Re: [Github-comments] [geany/geany] Long file names should not be cut in window titles when possible (#2473)

2020-04-11 Thread Matthew Brush
Duplicate of #2334 and discussed in #2335. -- 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/2473#issuecomment-612392773

Re: [Github-comments] [geany/geany] Geany doesn't respond to dot (.) (#2472)

2020-04-10 Thread Matthew Brush
Duplicate of #1902 and likely others related to keyboard layouts on Windows. -- 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/2472#issuecomment-612136650

Re: [Github-comments] [geany/geany] Geany doesn't respond to dot (.) (#2472)

2020-04-10 Thread Matthew Brush
Closed #2472. -- 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/2472#event-3222558610

Re: [Github-comments] [geany/geany] #2459: Add Geany to Category TextEditor (#2460)

2020-04-09 Thread Matthew Brush
> It would be nice if github didn't make these in the main repo just because > the user has commit rights, but anyway thats the way it is. It only does that when you edit files on the main repo instead of your own fork. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] #2459: Add Geany to Category TextEditor (#2460)

2020-04-08 Thread Matthew Brush
Weird, I thought this was already merged so didn't comment, since I got a commit mail about it. I guess it's because the branch was made on the main repo instead of a fork? Anyway, if we do this, committer or merger should delete the branch after so we don't have too many useless branches clogg

Re: [Github-comments] [geany/geany] How to configure 'Editor tabs (on the left)' view? (#2468)

2020-04-08 Thread Matthew Brush
Closed #2468. -- 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/2468#event-3214509773

[Github-comments] [geany/geany] Set a default widget name on all GtkBuilder widgets. (#2469)

2020-04-07 Thread Matthew Brush
Allows selecting individual widgets in Gtk CSS using `#name` selector. For example the snippet [from my comment](https://github.com/geany/geany/issues/2468#issuecomment-610695277) on #2468 could be made to apply to just the document notebook like: ```css notebook#notebook1 > header.top > tabs >

Re: [Github-comments] [geany/geany] How to configure 'Editor tabs (on the left)' view? (#2468)

2020-04-07 Thread Matthew Brush
It will affect all GtkNotebook widgets, but something like this works (tweak to taste): ```css notebook > header.top > tabs > tab { padding: 0px 12px 0px 12px; } ``` Simplest way to use is to use `Tools->Configuration Files->geany.css` and paste that at the end and save it. -- You are

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2020-04-07 Thread Matthew Brush
@bencaradocdavies they're closed because the bug is not a Geany bug, which this issue tracker is for. If you look at the [google search](https://www.google.com/search?q=dejavu%20font%20underscore) I mentioned in [a comment](https://github.com/geany/geany/issues/2287#issuecomment-529129845), yo

Re: [Github-comments] [geany/geany] How to configure 'Editor tabs (on the left)' view? (#2468)

2020-04-07 Thread Matthew Brush
What is the white square? Is that to hide some filenames, and/or are those upper tabs under the box really tall? -- 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/2468#issuecomment-6106740

Re: [Github-comments] [geany/geany-plugins] treebrowser issue: Open externally and Open Terminal don't work on Windows 10 (#556)

2020-04-05 Thread Matthew Brush
Geany-Plugins package should ship `gspawn-win32-helper.exe` and `gspawn-win32-helper-console.exe` that is needed by GSpawn, which this plugin uses. As a workaround, one can install the [msys2](https://www.msys2.org/) package `mingw-w64-i686-glib2` and copy the above executables from `C:\msys64

Re: [Github-comments] [geany/geany] Mouse position off by a few lines if 'prefer tabs for opening docs' is set (#2463)

2020-04-04 Thread Matthew Brush
Can you paste the information on the Info tab in the about dialog? It should say the date it was built as well as the version of GTK+ and GLib libraries. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/gea

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2020-04-02 Thread Matthew Brush
Duplicate of #2386, #2353, #2287, and #1387 at least. All found within the top matches when searching issues, and also identified by the duplicate detector when submitting a new issue. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it o

Re: [Github-comments] [geany/geany] Underscore not displayed on 20.04 (#2466)

2020-04-02 Thread Matthew Brush
Closed #2466. -- 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/2466#event-3192554790

Re: [Github-comments] [geany/geany] build error on ubuntu 18.04 (#2465)

2020-04-01 Thread Matthew Brush
You could delete the file `configure` in the root source directory and re-run `autogen.sh` to regenerate it, maybe it got messed up due to the previously missing Autoconf/M4 dependencies. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view i

Re: [Github-comments] [geany/geany] build error on ubuntu 18.04 (#2465)

2020-03-31 Thread Matthew Brush
You probably haven't installed the dependencies needed to build. In this case it's probably `libglib2.0-dev` which contains the GLib gettextize macros that appear to be missing, I believe. Even easier though, just run `sudo apt-get build-dep geany` which should install all the packages and deve

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-30 Thread Matthew Brush
The popular Linux desktop environments (and if I'm not mistaken Win32 and Macos) usually include the ability to mount remote (and other) filesystems from the file manager application, as well. Seems a little redundant for Geany to implement something already provided by the underlying OS/DE. -

Re: [Github-comments] [geany/geany] Mouse position off by a few lines if 'prefer tabs for opening docs' is set (#2463)

2020-03-25 Thread Matthew Brush
This sounds like a dupe of #1428 (and others). Maybe try the latest version instead of [unspecified version you are using]. -- 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/2463#issuecomm

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-24 Thread Matthew Brush
See [here](https://www.google.com/search?q=gvfs). It allows you to mount remote file systems, which to Geany just appear like any other file system. You could probably also just use SSHFS directory to mount a remote directory, which would also just appear to Geany as any other file system. --

Re: [Github-comments] [geany/geany-plugins] ssh milestone (#963)

2020-03-23 Thread Matthew Brush
I believe SSH support is already provided through GVFS. Not sure if that's what you mean? -- 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/963#issuecomment-602933913

Re: [Github-comments] [geany/geany] cannot save changes in geany.conf (#2462)

2020-03-22 Thread Matthew Brush
Closed #2462. -- 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/2462#event-3153841319

Re: [Github-comments] [geany/geany] cannot save changes in geany.conf (#2462)

2020-03-22 Thread Matthew Brush
>From [the Manual](https://www.geany.org/manual/current/index.html): > The user preferences file geany.conf holds settings for all the items > configured in the preferences dialog. This file should not be edited while > Geany is running as the file will be overwritten when the preferences in >

Re: [Github-comments] [geany/geany] bad variable identification for FreeBasic (#2461)

2020-03-22 Thread Matthew Brush
Looks like it's probably a bug in [the parser](https://github.com/universal-ctags/ctags/blob/30cd8e034f34b218e9715ad8d406c37dfe8dbcee/parsers/basic.c), if you care to have a crack at fixing it. Not a solution, but as a work-around you could probably use a line continuation (`_`) after the first

Re: [Github-comments] [geany/geany] Raku Syntax Highlighting (#2456)

2020-03-18 Thread Matthew Brush
https://sourceforge.net/p/scintilla/code/ci/LongTerm3/tree/lexers/LexRaku.cxx https://github.com/universal-ctags/ctags/blob/master/parsers/perl6.c -- 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

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
Closed #2453. -- 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/2453#event-3138217920

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
Closing since solution found and the issue is not Geany's fault, at most it's a GTK+ 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/2453#issuecomment-600183506

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
To make it permanent, you can edit the Geany shortcut Properties, and change the `Target:` to the following: ```batch C:\Windows\System32\cmd.exe /c "SET LANG=en&& START /D ^"C:\Program Files (x86)\Geany\bin^" geany.exe" ``` You can change `en` in above with other language code if you like, of

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
Also you can compare that same first line of `Help->Debug Messages` with the old portable version that is working, I expect you'll find that it's not using the `C` locale. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: htt

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
Yeah, you're using `C` (hardcoded/builtin) locale, I can reproduce it with that. Try to open a command prompt, change directory to `C:\Program Files (x86)\Geany\bin` and run `set LANG=en` (or whatever language you use/want) and press enter, and then type `geany` and press enter. Is it possible

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
I think I know what it is, it seems to be related to the language/locale, perhaps it's not matching your system locale, so GTK+ can't figure out how to format the date and just puts Unknown instead. Can you paste the first few lines of `Help->Debug Messages`? I can reproduce if I set the `LANG`

Re: [Github-comments] [geany/geany] GTK+ file chooser dialog shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
@dunkfan are you by any chance viewing a network or otherwise unusual path? Here I'm just testing with local hard drive (actually a virtual/VM hard drive). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/g

Re: [Github-comments] [geany/geany] File browser shows "Unknown" Modified times (#2453)

2020-03-17 Thread Matthew Brush
Just to be clear since the title says "file browser" and the description says "File open window", are you talking about the File Browser plugin, or just the normal Open File Dialog that opens when you use File->Open menu item, as if to open a new file? For the latter, here it's working OK with

Re: [Github-comments] [geany/geany] Use standard about dialog (#2451)

2020-03-14 Thread Matthew Brush
For some historical perspective, when Geany was first written it used GTK+ 2.4, and the GtkAboutDialog was added in GTK+ 2.6. I guess since it's already written and looks/works fine, nobody bothered to port it to use `GtkAboutDialog`. Not that it's a bad idea, but I suspect it would require mor

Re: [Github-comments] [geany/geany] Configuration settings overwritten (#2450)

2020-03-14 Thread Matthew Brush
FWIW, you can change this setting using the Preferences dialog in Geany, it's under the Various tab, in the `files.*` items. As to the actual bug, that shouldn't happen unless you had a Geany instance open when you edited the config file in another editor, then it would clobber your changes onc

Re: [Github-comments] [geany/geany-plugins] Got error running make inside debug folder (#958)

2020-03-03 Thread Matthew Brush
What version are you trying to compile, and what OS/distro/version are you trying to compile on? Also check out existing Issues on this bug tracker for various similar issues and fixes. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view

Re: [Github-comments] [geany/geany] filedefs never loaded from User folder on Win10 (#2447)

2020-02-28 Thread Matthew Brush
More of a work-around, but you could try to create/edit a colour scheme in your user directory, instead of changing `filetypes.common`. IIRC the Win32 installer comes with the option to install [geany-themes](https://github.com/geany/geany-themes) which includes a bunch themes, one of which you

Re: [Github-comments] [geany/geany] filedefs never loaded from User folder on Win10 (#2447)

2020-02-28 Thread Matthew Brush
You removed the `#~` comments right? (Ctrl+a then Ctrl+e) -- 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/2447#issuecomment-592718779

Re: [Github-comments] [geany/geany] [Feature request] Drag unsaved file tab in or out of window (#2446)

2020-02-25 Thread Matthew Brush
Related: #1835 -- 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/2446#issuecomment-591188253

Re: [Github-comments] [geany/geany-plugins] Debugger Plugin on Raspian (Pi4) doesn't work (not loaded) (#957)

2020-02-25 Thread Matthew Brush
Not an answer to your question, but I would not use `sudo` when compiling software. You might need it for the `make install` command depending what prefix you choose, but for all the steps before that, it's a pretty bad idea. -- You are receiving this because you are subscribed to this thread.

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-24 Thread Matthew Brush
So perhaps it is related to GTK+2 vs GTK+3 as @elextr implied. If you were so inclined you could try building the Linux one with GTK+2, using `./configure --disable-gtk3` (which I believe is the default if you have both GTK2 development dependencies installed). If it doesn't work, then it rules

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-24 Thread Matthew Brush
@cousteaulecommandant what version of GTK+ where you testing with on Linux? (`Help->Debug Messages` first couple of lines). -- 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/2440#issuecomm

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-23 Thread Matthew Brush
> [...] also it is possible that this is a bug of Scintilla that only affects > Geany and not Scite. It's very likely not to affect Scite on Windows since it uses the native win32 backend and not the GTK+ backend like Geany does. -- You are receiving this because you are subscribed to this thr

Re: [Github-comments] [geany/geany] Read default browser command using GIO (#2444)

2020-02-20 Thread Matthew Brush
This seems like a good idea. :+1: -- 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/2444#issuecomment-589473752

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-19 Thread Matthew Brush
I never use this feature in Geany since it never seemed to work quite right (compared to other editors), so I'm just taking a stab here, but is it possibly because the modifier key on Windows is Alt and not Ctrl like it is on Linux? -- You are receiving this because you are subscribed to this

Re: [Github-comments] [geany/geany] Can't run Geany. libatk-1.0-0.dll is missing (#2443)

2020-02-19 Thread Matthew Brush
Can you provide the link to the installer file you downloaded? -- 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/2443#issuecomment-588554249

Re: [Github-comments] [geany/geany] Typescript symbols (#2442)

2020-02-18 Thread Matthew Brush
If anyone feels like working on this, it might be nice to rip out the old JS tag parser and use the upstream TS one for both JS and TS to avoid having duplicate parsers. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https

Re: [Github-comments] [geany/geany] Different colors for objects, methods and attributes? (#2441)

2020-02-18 Thread Matthew Brush
It would be possible to have separate lexer styles for function calls, distinguished when they are part of an attribute access expression, as well as field/property accessors. But for the reasons @elextr mentioned, there's no way to really be sure (semantically) what those things are/refer to, i

Re: [Github-comments] [geany/geany] Different colors for objects, methods and attributes? (#2441)

2020-02-18 Thread Matthew Brush
Closed #2441. -- 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/2441#event-3049901565

Re: [Github-comments] [geany/geany] Rectangular selection breaks drag and drop on Windows (#2440)

2020-02-17 Thread Matthew Brush
> As someone who uses rectangular selection a lot (which seems to work fine on > Linux) Does it work in version 1.33 on 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/2440#issue

Re: [Github-comments] [geany/geany] Document the regular expression replacement character (#2439)

2020-02-16 Thread Matthew Brush
It is documented in [the manual](https://www.geany.org/manual/current/index.html#regular-expressions): \n | Where n is 1 through 9 refers to the first through ninth tagged region when searching or replacing. Searching for (Wiki)\1 matches WikiWiki. If the search string was Fred([1-9])XXX and t

Re: [Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-14 Thread Matthew Brush
If there is a not too hacky way to set the combos/entries in filebrowser to not need so much space, it might be worth doing. I tinkered a bit with setting `width-chars` like in the linked bug report, on the combo entries in filebrowser, to low values, but it didn't seem to work. -- You are rec

Re: [Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-13 Thread Matthew Brush
> Happens on all tabs, not just file tab. Because they're all packed into the same notebook. > Also happens in gedit. Because it's a bug in GTK+ that sets the minimum size of GtkEntry to 150 pixels, so unless they work around the issue, any GTK+ applications would show this behaviour. -- You

Re: [Github-comments] [geany/geany] geany filetree scrollbars in gtk3 (#2436)

2020-02-13 Thread Matthew Brush
I think this is because it cannot shrink anymore due to the controls above the tree view in the Files tab. This could maybe be fixed by setting the combo box in the top of the files tab to not have a fixed minimum size. -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/www.geany.org] Add account holder to bank transfer information (#20)

2020-02-06 Thread Matthew Brush
I see. It might be helpful to mention for the other 90% of the world's population that lives outside of the Single Euro Payment Area that's it's a Euro-only thing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://git

Re: [Github-comments] [geany/www.geany.org] Add account holder to bank transfer information (#20)

2020-02-06 Thread Matthew Brush
Is this something people know how to do, generally? I only ask because I wouldn't have the slightest clue how to do this, but it could very well just be me. If not, maybe we should link to some instructions or something? -- You are receiving this because you are subscribed to this thread. Reply

Re: [Github-comments] [geany/geany] Geany 1.36 unable to launch on Catalina (#2430)

2020-02-03 Thread Matthew Brush
You could try the snapshot @techee [linked to](https://download.geany.org/snapshots/geany-1.36_osx.dmg) in a comment on [another Catalina bug](https://github.com/geany/geany-osx/issues/13#issuecomment-544683404). Related #2344 -- You are receiving this because you are subscribed to this thre

Re: [Github-comments] [geany/geany] Geany ignores theme name in .gtkrc-2.0 (#2429)

2020-01-30 Thread Matthew Brush
> However, since not all Windows users have local admin rights, I suggest that > Geany advices the user during installation to choose an install directory > where he has full control. I know on Linux you can put themes in `~/.themes` or `~/.local/share/themes` and they get picked up, there's pr

Re: [Github-comments] [geany/geany] Geany ignores theme name in .gtkrc-2.0 (#2429)

2020-01-30 Thread Matthew Brush
Closed #2429. -- 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/2429#event-2995528500

Re: [Github-comments] [geany/geany] Geany ignores theme name in .gtkrc-2.0 (#2429)

2020-01-29 Thread Matthew Brush
> How can i find, which themes are installed GTK+ has preset paths to look in, usually `$PREFIX/share/themes` and somewhere below your home directory (depends on the platform, on win32 it's a funny path like AppData or such, depending on Windows version). There is probably also an environment v

Re: [Github-comments] [geany/geany] Geany ignores theme name in .gtkrc-2.0 (#2429)

2020-01-28 Thread Matthew Brush
I'm not familiar with this theme, or even GTK+2 theming in general, but from a quick search, it looks like this theme requires Nodoka theme engine, which presumably has to be installed separately. Two suggestions: - Test with another GTK+2 application and see if it works. If it doesn't then it'

Re: [Github-comments] [geany/geany] Geany crashes on .pas file if there is any character between TYPE keyword and the first type (#2428)

2020-01-28 Thread Matthew Brush
This looks like a duplicate of #2358. -- 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/2428#issuecomment-579527942

<    1   2   3   4   5   6   7   8   9   10   >