Pablo Rodríguez

Results 176 comments of Pablo Rodríguez

Quitting after saved the file is the main issue. Sharing a much bigger file that both Gedit and Xed modify and close in less than 20 secs. I wonder whether...

For comparing: ``` bash $ time xed huge-file.md real 0m17.656s user 0m17.554s sys 0m0.292s $ time gedit huge-file.md real 0m16.733s user 0m16.671s sys 0m0.291s $ time Desktop/lite-xl/lite-xl huge-file.md #not having...

> Am I missing something? Nothing at all. I have been able to run in Windows without problems. What I see is that Lite-XL shows the info about the file...

BTW, I see that there is a `profiler` plugin that links to a `lua-profiler`. Would it help here to find out what may be leaking?

In order to see what might be wrong, I thought _Valgrind_ could help here. This is the first time I use it, invoking it with `valgrind --leak-check=yes --log-file=leaking-xl.log lite-xl huge-file.md`....

> > but I cannot kill its process with `top` > > Even using `SIGKILL` instead of `SIGTERM`? Sorry, I didn‘t try that. > You could try running Lite XL...

Many thanks for finding the bug, @Guldoman. What seems weird to me is that the packaged version for _Fedora_ contains no plugins. Disabling plugin autoreload should be the default when...

For the record, to show new times with my computer. Comparison with https://github.com/lite-xl/lite-xl/issues/1797#issuecomment-2127724917: ``` bash $ time lite-xl tex.tex real 0m4.997s user 0m1.351s sys 0m0.192s ``` Comparison with https://github.com/lite-xl/lite-xl/issues/1797#issuecomment-2127895214: ```...

> > Disabling plugin autoreload should be the default when no plugin is included or can be reached. > > `autoreload` is an important plugin. It handles reloading open files...

Many thanks for the fix, @Guldoman.