Francesco

Results 144 comments of Francesco

I have a new implementation of the "texcompile" plugin that works on Windows as well as on Linux. It can be found there: https://github.com/lite-xl/lite-plugins/blob/tex-compile-fix/plugins/texcompile.lua I made some tests on Windows...

> Awesome! Now it works for a single complier, which is enough for most cases. I am looking forward to more features for this plugin. Thank you! 👍 Thank you...

> Sometimes we need run `pdflatex` -> `bibtex` -> `pdflatex` -> `pdflatex` one-by-one to compile a tex file with bibliography. I tried to add them to `latex_command` as `[["pdflatex.exe"&&"bibtex.exe"&&"pdflatex.exe"&&"pdflatex.exe"]]`. It...

> Thank you! Is it possible to automatically open log if compiling fails? I will be happy to test new features. You are right, we need to check if the...

I have updated the texcompile plugin to show the output of the tex compilation. Now the plugin is much simpler and it requires the "console" plugin. The new texcompile plugin...

> Wow! That's awesome! > Just one remark, when using console, double quote marks doesn't seem work. However, to escape a space in the path, one can use `^ `....

> I tried with `pdflatex.exe -synctex=1` and add the path to of lite-xl to Sumatra for inverse search. It works and opens a new lite-xl each time when using the...

Hey, I am also favorable to a small increase in the scrollbar. I agree that the standard one is too small. Let's see what other people think of this proposal.

That's definitely not out of scope for lite-xl. The main different between rxi/lite is that I am okay to sacrifice some simplicity to have some useful features and word wrapping...

Maybe before working on this we may before clear the problem with horizontal scrolling itself. Once the solution will settle we can consider again this fix.