Re: [Github-comments] [geany/geany-plugins] Lineoperations: version compare (#993)

2020-11-11 Thread nomadbyte
Could the version-sort be done with `strverscmp()` instead of `filevercmp()` from coreutils? There're some differences, but for the general use like "file-1.9" vs. "file-1.10" the `strverscmp()` should do just fine. And it's part of `glibc` (well, `#define _GNU_SOURCE 1`), so no need to copy th

Re: [Github-comments] [geany/geany-plugins] geanyvc: incorrect enabling/disabling of menu/editor items (#741)

2020-11-11 Thread Dmytro Semenchenko
Closed #741. -- 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/741#event-3983260642

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2020-11-11 Thread fyah
> Try without saveaction plugin. same behavior without the plugin the log shows the message about new file beeing created but nothing appears ![image](https://user-images.githubusercontent.com/2546966/98820487-839afc00-242e-11eb-85f0-2fbc5129d01a.png) the timestamps also illustrate the 2sec lag

[Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread fyah
Hello, 1.37.1 was released but there is no plugins version matching. trying to install 1.37 G-P results in the following ![image](https://user-images.githubusercontent.com/2546966/98839241-979e2800-2445-11eb-8fae-20f88f2cdd08.png) -- You are receiving this because you are subscribed to this th

Re: [Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread Matthew Brush
Does it work when you choose to continue? -- 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/2655#issuecomment-725537662

Re: [Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread Colomban Wendling
Sounds like we should allow any version matching X.Y.* instead of only X.Y.Z in the GP installer. -- 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/2655#issuecomment-725542563

Re: [Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread fyah
next message ![image](https://user-images.githubusercontent.com/2546966/98841589-9fab9700-2448-11eb-99fa-2d302b9a8ea2.png) ->OK plugins are working ok ![image](https://user-images.githubusercontent.com/2546966/98842292-9f5fcb80-2449-11eb-9594-8e40db5d52ed.png) sorry for the false issue.. I could

Re: [Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread Enrico Tröger
> Sounds like we should allow any version matching X.Y.* instead of only X.Y.Z > in the GP installer. Yes but it was too late for 1.37.1. As @fyah noticed in the meantime, the warning is harmless in this case but useful in general and should be loosen up to major.minor. I took it on my imaginar

Re: [Github-comments] [geany/geany] windows, 1.37.1 , no plugin available (#2655)

2020-11-11 Thread Enrico Tröger
Closed #2655. -- 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/2655#event-3985317329

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2020-11-11 Thread Enrico Tröger
> Sorry if it's a silly question, it just hit me: which GTK version are we > using on OSX and Windows for 1.37 and before? As the default switched to 3.x, > do we use that? If 1.37 is the first GTK3 release there, it might very well > be that… 1.37 for Windows was still GTK2 and since it seems

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2020-11-11 Thread Colomban Wendling
> since it seems already to happen with 1.36, it might have a lot more causes > :(. Does it? IIUC what "issue exists in 1.36" is totally unrelated and about whether or not one can create more than one "untitled" files at once. @fyah @elextr BTW, please don't hijack this issue for unrelated th

Re: [Github-comments] [geany/geany] Slow startup (#2649)

2020-11-11 Thread Enrico Tröger
> > since it seems already to happen with 1.36, it might have a lot more causes > > :(. > > Does it? IIUC what "issue exists in 1.36" is totally unrelated and about > whether or not one can create more than one "untitled" files at once. Yeah, seems I mixed them up. Sorry. -- You are receiving