Francesco

Results 16 issues of Francesco

![Screenshot from 2022-04-02 16-18-39](https://user-images.githubusercontent.com/433545/161387390-9dea885b-9413-415a-b982-4aadaededd3a.png)

I propose a new more robust algorithm to detect the indentation size. It reads the whole file and is not fooled if a few lines use a wrong indentation. It...

I am chasing a difficult to reproduce bug in my application using dmon. It seems to happen when I get a lot of accumulated files' events when the application is...

I have compiled the reproc library on windows using MSYS2 using the command: ```sh cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DREPROC++=OFF -DBUILD_SHARED_LIBS=OFF .. ``` so I have disabled the build of...

Draw a small margin above the tab. It makes more sense, especially when using a them with a strong divider contrast.

Category: Lua Core

On windows when I use git to change commits and I pass on a commit which presents a very different directory structure the treeview does not correctly update the list...

I have implemented in the [vim-mode](https://github.com/franko/lite-xl/tree/vim-mode) branch of lite-xl a very preliminary implementation of vim mode. It is activate/desactivated with the command "core:toggle-vim-mode". It currently implements insert and command mode...

enhancement
help wanted

I was working on a simple application and I would really need to have a scrollbar to move around inside big file and display some file-based content on and uiArea....

Simplifies the Makefile and remove the vendor directories to use instead lhelper to provides the external libraries. I don't mean you should merge right away this PR except you really...