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.62k stars 518 forks source link

Improve loading of binary files #1012

Closed pkulchenko closed 4 years ago

pkulchenko commented 5 years ago

Currently binary files are only partially loaded in the IDE (and a message is shown to indicate that). This handling needs to be improved with a complete file being loaded.

This will also allow implementation of hex editing in the future.

Requires #999.