jjvbsag
jjvbsag
@pkulchenko Another plugin from me, please review and add to ZeroBranePackage if you like it. :beer: It takes care about actions mentioned in the `Use 'ide:GetEditor():SetViewEOL(1)' to show line endings...
Dear @pkulchenko by our own demand we created a small compare plugin, which I'd like to share with you. It add's a Compare to the context menu in the filetree,...
MediathekView should - as many other programs do - download files named as filename.ext.part and after a complete and successful download rename the file to the final filename.ext This would...
Luaunit does not run with strict Simple test with plain lua5.1 ```lua require"strict" local lu=require"luaunit.luaunit" ``` returns `lua5.1: ./luaunit.luaunit.lua:21: variable 'jit' is not declared` Test with luajit (same simple test)...
assertTableContains and assertNotTableContains missing documentation specifies assertNan and assertNotNan, but its assertNaN and assertNotNaN just to get it complete...
as specified in https://luacheck.readthedocs.io/en/stable/config.html it should be possible to exclude specific files while commandline `luacheck opt --exclude-files 'opt/unittest/**/*.lua'` is working, setting options `staticanalyzer.luacheck = {options={exclude_files={ 'opt/unittest/**/*.lua'}}}` is not. In Project/Analyze...
To reproduce: ```lua -e'require"strict" lt=require"luatrace" lt.tron()'``` Output ```text lua: /usr/share/lua/5.1/luatrace.lua:305: assign to undeclared variable 'luatrace_exit_trick_file' stack traceback: [C]: in function 'error' /usr/share/lua/5.1/strict.lua:23: in function '__newindex' /usr/share/lua/5.1/luatrace.lua:305: in function 'luatrace_exit_trick' /usr/share/lua/5.1/luatrace.lua:343:...