Roland Illig

Results 83 comments of Roland Illig

>> Do you mean the checkboxes to the right are useless? Then they should not be shown at all. > I disagree. Showing and hiding widgets is more confusing for...

* Microsoft Windows [Version 10.0.17134.706] * I have no idea about the DPI settings. I hope they are irrelevant for this issue. * I have a two-screen setup, both are...

I would be happy if #230 were implemented, so you may close this issue if you want.

> 1. First go through untranslated strings. > 2. Only if there are none left, let Ctrl+Enter go through "needs work" ones. > 3. Only if there are none left...

1.8 is twice as fast as 2.0. I _think_ it is related to the number of entries shown in the list. When I try it in a minimal file (1...

> ![image](https://user-images.githubusercontent.com/3233724/55440479-09469c80-55a8-11e9-9c8e-a0d2bcc7c088.png) When I scroll using the mouse wheel, the part with the exclamation marks scrolls noticeably slower than the part without the exclamation marks. Do you have an explanation...

> > Painting a simple 24×24 icon per row shouldn't be that expensive. > > Let me put it this way: such assumptions (including the followup ups) are easy to...

A quick fix is to apply the following patch: ```patch --- a/truetype/truetype.go +++ b/truetype/truetype.go @@ -345,7 +345,7 @@ func (f *Font) parseKern() error { return UnsupportedError(fmt.Sprintf("kern coverage: 0x%04x", coverage)) }...

I added the additional preferences in the original comment. When I go to the definition of `f:lines`, I end up in `Lua53/io.def.lua`, which says: ~~~lua ---@return fun():any function file:lines(...) end...

Steps to reproduce: Start CLion 2021.2 with Luanalysis 1.3.0. Paste the code in a newly created scratch editor: ~~~lua local function load_lines(fname) local lines = {} local f = io.open(fname,...