Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-10-13 Thread Enrico Tröger
Thanks for testing, @poikilos.

I'm optimistically closing this. @Mikkel-Skofelt if your issues remain with 
1.38, just re-open.

-- 
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/2844#issuecomment-942723600

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-10-13 Thread Enrico Tröger
Closed #2844.

-- 
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/2844#event-5459879151

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-10-13 Thread Jacob Gustafson
@eht16 Excellent, 1.38 takes about 3 seconds to load, even with 30 files in the 
saved session. :+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/issues/2844#issuecomment-942231007

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-10-09 Thread Enrico Tröger
@Mikkel-Skofelt @poikilos could you try again with the new 1.38 release?

The first issue definitely should be fixed.
The second issue could be fixed by #2892 but might also not.

-- 
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/2844#issuecomment-939325448

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-08-21 Thread elextr
The window titles (excluding Wayland and some window managers) are handled by 
the window manager itself, which is a separate process outside Geany, so the 
Geany hang of the rendering loop won't affect it, but everything inside Geany 
is just queued waiting for the render loop to get going again when its finished 
waiting for the files to load, or some other signal.

Probably a signal is getting lost, and small files make it less likely to be 
missed. [Theory x, not sure what x is up to].

Your feature request should be on its own issue, it will be lost here, but just 
to note, its unlikely, undo undoes changes to the buffer, but when the file is 
closed the buffer is deleted, so there is nothing to record the closing against 
to undo it.  Also it would be ambigupous if the undo related to the closed file 
or the new current buffer.  Just re-open it from the recent files list.

-- 
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/2844#issuecomment-903060363

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-08-21 Thread Mikkel-Skofelt
> 
> 
> The slow file loading might be the same reason as in #2649.
> 
> The interface freezing sounds like the initial problem in #2837. I have no 
> idea what this might be (except blaming GTK).

I'm not sure about #2837, but #2649 sounds about right.
Curiously this user mentions that version 1.37.0 slowed down file loading 
dramatically on Windows: 
https://github.com/geany/geany/issues/2649#issuecomment-724718783

I also noticed today that although almost everything remains frozen, left 
clicking the documents on the left actually changes the file name in the window 
title, but nothing else, including the text editor which contains the same text 
from the file focused after startup (based on last focused file from previous 
session I believe).

I also just want to highlight the last part of my post because I at least found 
it very curious that although file loading is slow either way, the interface is 
not frozen if the file automatically focused is small enough.

> 
> 
> @poikilos thanks for confirming, not many of the usual Geany contributors use 
> it on Windows and as @Mikkel-Skofelt said, it works just fine on Linux.
> 
> Everybody please confirm by posting the top few lines of Help->Debug Messages 
> that you are using 1.37.1 which is the latest Geany for windows.

Sorry about that, I forgot to check and mention this, I do run geany v1.37.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/issues/2844#issuecomment-903050177

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-25 Thread elextr
There will be a release at some point, but as Geany is only GTK3 now it will 
require the person doing the Windows build upgrade to have the time to finish 
the job before it can happen.

-- 
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/2844#issuecomment-886294867

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-25 Thread DimTim-1963
Is there planned a new release for Windows?  With GTK-3?  Or, are there 
detailed instructions/scripts/makefiles, how to build Geany in Windows from 
source?  Or may be cross-build in Linux for Windows?

I still cannot find a lightweight alternative to Geany: with projects, source 
code navigation, easily editable color schemes, **virtual spaces** etc.  I 
wonder how came that modern programmer's editors don't support virtual spaces?!

-- 
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/2844#issuecomment-886197152

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-21 Thread Enrico Tröger
The slow file loading might be the same reason as in #2649.

The interface freezing sounds like the initial problem in #2837. I have no idea 
what this might be (except blaming GTK).

-- 
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/2844#issuecomment-884490433

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-21 Thread elextr
@poikilos thanks for confirming, not many of the usual Geany contributors use 
it on Windows and as @Mikkel-Skofelt said, it works just fine on Linux.

Everybody please confirm by posting the top few lines of Help->Debug Messages 
that you are using 1.37.1 which is the latest Geany for 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/2844#issuecomment-884475416

Re: [Github-comments] [geany/geany] Half of interface frozen, very slow loading of files (Windows 10) (#2844)

2021-07-21 Thread Jacob Gustafson
confirmed on 1.37 (no plugins, "Using GTK+ v2.24.32 and GLib v2.66.2 runtime 
libraries") vs Notepad++

-- 
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/2844#issuecomment-884361761