Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread nomadbyte
> Doesn't here (nor does chrome), maybe an option somewhere (like Geany :) I'm running a vanilla Ubuntu 18.04 on this box, Firefox 75, here from this window I click on + to add a new tab, it opens up at the very end of my "millions" of opened tabs; I click on whatever bookmark to browse in the

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread elextr
> Still, Firefox, for example, will create a new tab at the end of stack, but > on closing would get back to the "intiator" tab. Doesn't here (nor does chrome), maybe an option somewhere (like Geany :) Personally I don't mind which is default, but maybe somebody can come up with an

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread nomadbyte
It's certainly good that it's configurable, at least that the history behavior could be enabled. However, it would make sense to reverse the default, based on the "least surprise" UI rule. This is especially apparent while using Version Control (or any other plugin that opens some transient

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread elextr
PS, Maybe its because its the way browsers 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/2488#issuecomment-620972764

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread elextr
The change was in a commit immediately after one that said "I won't make an option" but the series doesn't have a PR or issue reference and my quick search found nothing relevant, so I guess there is no record of why it went from no option to not the default. -- You are receiving this because

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread nomadbyte
Thanks. Any reason for this not to be a default behavior? -- 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/2488#issuecomment-620956244

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread elextr
Closed #2488. -- 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/2488#event-3282535514

Re: [Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread elextr
Menu -> Edit -> Preferences -> Interface -> Notebook Tabs -> Switch to last used document after closing tab -- 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/2488#issuecomment-620912718

[Github-comments] [geany/geany] Previous (in history) tab is not opened after an editor tab is closed (#2488)

2020-04-28 Thread nomadbyte
`geany 1.36 (git >= 825acb21) (built on 2020-04-28 with GTK 3.22.30, GLib 2.56.4)` When Editor has multiple tabs, closing a given tab does not open the previous (in viewing/location history). Instead it opens a next (to the right) tab, or a previous (to the left) if there's no next. This is

Re: [Github-comments] [geany/geany-plugins] Compile Geany Plugins on Windows (#887)

2020-04-28 Thread Enrico Tröger
Closed #887. -- 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/887#event-3282098150

Re: [Github-comments] [geany/geany-plugins] Compile Geany Plugins on Windows (#887)

2020-04-28 Thread Enrico Tröger
Please re-open if you still have issues building Geany with the instructions in the wiki, as mentioned above. -- 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] Read default browser command using GIO (#2444)

2020-04-28 Thread Enrico Tröger
I don't intend to replace our spawn API with the `g_app_info*` functions except the one in this patch. It seems the current code in Geany finally works well enough on all platforms :). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

[Github-comments] [geany/www.geany.org] Describe how to change UI language by editing Geany shortcut (#22)

2020-04-28 Thread nomadbyte
Addresses #1757, describes the workarounds mentioned in the issues discussion. You can view, comment on, or merge this pull request online at: https://github.com/geany/www.geany.org/pull/22 -- Commit Summary -- * Describe how to change UI language by editing Geany shortcut -- File Changes

Re: [Github-comments] [geany/geany] Main editor scrollbar leaves copies of itself (#2458)

2020-04-28 Thread nomadbyte
Confirmed. Swapping Scintilla version used in Geany version 1.32 with one from 1.34 resolved this issue. There was some rework in Scintilla editor classes around selection and scroll handling. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [Github-comments] [geany/geany] Trouble getting config for SVG set up (#2487)

2020-04-28 Thread LadyAleena
Closing this issue since SVG files start with the following, so XML will always take precedence. ```xml ``` -- 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/2487#issuecomment-620571904

Re: [Github-comments] [geany/geany] Trouble getting config for SVG set up (#2487)

2020-04-28 Thread LadyAleena
Closed #2487. -- 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/2487#event-3280058342

[Github-comments] [geany/geany] Trouble getting config for SVG set up (#2487)

2020-04-28 Thread LadyAleena
I am having a hard time getting a conf file set up for SVG files. I am attaching what I have so far, but I would have thought this would have been built in already. I do not know how to get the keywords set up and the styles for the keywords set up. I am guessing a lot. Sorry, but GitHub

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

2020-04-28 Thread Jiří Techet
Yeah, sure, with the current patch there's no change. I just thought you were planning to use the `g_app_info*` functions on unix platforms in the future. -- 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-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-04-28 Thread Frank Lanitz
@frlan commented on this pull request. > + + if (std_out) + { + std_out1 = *std_out; + *std_out = NULL; + } + if (std_err) + { + std_err1 = *std_err; +

Re: [Github-comments] [geany/geany-plugins] Plugins from "geany-plugins-1.36_setup.exe" are not visible (#967)

2020-04-28 Thread Przemek Kitszel
Nice catch! It turned out that I have two geany instances installed, but plugins were installed only for one of them. Solved! Full story: I first installed geany "only for user", because I didn't have admin permissions at the moment. Later I got permissions, and finally installed plugins in

Re: [Github-comments] [geany/geany-plugins] Plugins from "geany-plugins-1.36_setup.exe" are not visible (#967)

2020-04-28 Thread Przemek Kitszel
Closed #967. -- 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/967#event-3279027238