The x-studio introduction: x-studio.github.io/README_EN.md at master · simdsoft/x-studio.github.io · GitHub
- Update date: 2021.12.??
- Update content:
- [Coding] Add Lua condition breakpoint support
- [Coding] Add Lua debug step out support, Shift+F11
- [Coding] Optimize Lua code indent
- [Coding] Optimize
Run to Cursor
, could start debugging and run to cursor - [Coding] lua-compile.bat can compile compatible luajit bytecode, runs on ARM,x86,x64 and others.
- [Coding] Set code project as default
- [Coding] Update Scintilla to 5.1.4
- [Coding] Lua debugger don’t change debug target chunk name any more
- [Coding] Fix MiniMap scrollbar draw issue when
Word Wrap
enabled - [Coding] Optimize lua debugger breakpoint match
- [Coding] Fix line endings character detetion incorrect
- [Coding] Fix
Open folder
may recognize file as folder at some time - [Coding] Optimize comment/ucomment feature, will auto perform stream comment or block comment like
visual studio
- [Coding] Support remove file
readonly
properties - [Coding] Lua debugger, add prompt the breakpoint can’t be hit due to case mismatch
- [Coding] Optimize output window message colors
- [Coding] Lua debugger, auto bring debug target window to front after continue run
- [Coding] Update Clang-Format to 13.0.0
- [Codesign] Use single code sign with
sha256
instead double code signsha1+sha256
- [License] Display locale time zone at license dialog
- [Compatible] Add workaround fix for scrollbars scroll lagging on windows 11
- [CmdLine] Add xxh3 64/128 bits digiest compute support
- Other improvements