Francesco

Results 144 comments of Francesco

Right, I observed something similar for mouse events that happens in a screen area that overlaps with lite's window even if events happens in another window. I dismissed this as...

Looks like a nice addition for the session file that we save/load when a session end/start. We just need a volunteer to implement this. It is quite straightforward.

First look at the scale plugin and make the scale factor globally visible like maybe using `core.scale` or something similar. Then look in core/init.lua at the functions `load_session` and `save_session`...

Looking more closely that looks wrong to me because `string.sub` take a substring but using bytes instead of utf-8 characters. I think it was yourself that expressed the concern. I...

> The problem with this is that `DocView:get_col_x_offset` is given the col as byte index. This is because `Doc` exposes selections addressing bytes, not UTF-8 characters. > I think that...

> > Or we accept byte-based indexes by knowing that they are aligned on UTF-8 boundaries. > > In `Font:get_width_subpixel_sub`, what should we do if the provided index is not...

Hi Giulio, thank you for taking the time of working on that suggestion. As usual your implementation is perfectly good. I took the time to play with it and I...

Too much complexity here, I do not agree with this change even if it may be technically sound. I would like to switch back to Lua 5.2 or even 5.1...

LuaJIT provides stable releases in the 2.0 branch and dev beta releases in the 2.1 branch. Both of them are actively maintained and both of the support the same language,...