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

2020-11-10 Thread nomadbyte
Same symptoms as issue #970; fixed in #971. -- 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#issuecomment-725114422

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

2020-11-10 Thread elextr
> whereas in 1.36 it will create 1 new document each time I click on "new" > (which is better and expected I think) Try without saveaction plugin. -- 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] Geany fails to open a file (silently) with trailing zero chars (#2654)

2020-11-10 Thread Andreas Nicolai
Yup, duplicate -- 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/2654#issuecomment-724906927

Re: [Github-comments] [geany/geany] Geany fails to open a file (silently) with trailing zero chars (#2654)

2020-11-10 Thread Andreas Nicolai
Closed #2654. -- 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/2654#event-3980516586

Re: [Github-comments] [geany/geany] Geany fails to open a file (silently) with trailing zero chars (#2654)

2020-11-10 Thread Matthew Brush
Sounds like a duplicate of #618, #1508, #1708, #2081, etc. Related: #1709 -- 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/2654#issuecomment-724901820

[Github-comments] [geany/geany] Geany fails to open a file (silently) with trailing zero chars (#2654)

2020-11-10 Thread Andreas Nicolai
See attached data logger file - Geany just does nothing when trying to open this file. Debug log shows: ``` 19:52:04: Geany INFO: Trying to convert 140106 bytes of data from ISO-8859-1 into UTF-8. 19:52:04: Geany INFO: Couldn't convert from ISO-8859-1 to UTF-8. 19:52:04:

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

2020-11-10 Thread fyah
Hi, looking at ReadMe.Dependencies.Geany.txt from 1.36: file:///var/cache/pacman/pkg/mingw-w64-i686-gtk2-2.24.32-4-any.pkg.tar.xz from 1.37: file:///var/cache/pacman/pkg/mingw-w64-i686-gtk2-2.24.32-6-any.pkg.tar.zst looking at this file might be the way indeed... how to tell which of the li

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

2020-11-10 Thread Colomban Wendling
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… -- You are receiving this because you are subscribed to t

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

2020-11-10 Thread fyah
Hello I can definitely say that I notice the slowness since 1.37 file openning is slower, new file is slower as well running geany.exe -v it waits before message "Geany: unknown : None (UTF-8)" appears ``` GLib-GIO: _g_io_module_get_default: Found default implementation winhttp (GWinHttpVfs) f

[Github-comments] [geany/geany] Erlang parser doesnt care about leading whitespaces, geany symbols list does (#2653)

2020-11-10 Thread fbrau
All good ![Screenshot_2020-11-10_03-55-13](https://user-images.githubusercontent.com/8375315/98644312-0d53a800-230f-11eb-8a39-600145022bbf.png) Indent -module (functions now appear to be outside the module's hierarchy) ![Screenshot_2020-11-10_04-39-41](https://user-images.githubusercontent.com/83

Re: [Github-comments] [geany/geany] items redundantly prefixed with the current filename in symbols panel (#2650)

2020-11-10 Thread fbrau
It works for me. Tried many files, same good result. The glitch was there in 1.36 and 1.35 too, I was just used to it until I changed the desktop theme... The patch works in these 3 versions. Just a minor observation. Erlang doesnt support module namespaces within a file, like Ocaml does, for e