pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.6k stars 519 forks source link

Turning off auto-wrap will cause problems with auto-completion #1127

Closed UradaSources closed 2 years ago

UradaSources commented 2 years ago

After making editor.usewrap = fasle in the configuration file, auto-completion will become insensitive. Sometimes it will only read the first character in the word I entered. I tried to delete all plugins and other configurations. Still the same.

It seems to read only the first 2 characters I entered continuously image

My version is 1.9, and the context is love2d

pkulchenko commented 2 years ago

@Urada-source, can you test on the most recent version from the master branch? I suspect it could have just been fixed in ee257777 (see the discussion in #1113).

You don't need to compile anything; just clone the repository and run zbstudio or zbstudio.sh.

UradaSources commented 2 years ago

@pkulchenko Sorry, I tried to search for this issue, I did not expect this issue has been resolved and closed. In the new build it worked, thanks

pkulchenko commented 2 years ago

No problem; nothing to apologize for. Thank you for confirming the fix!