x-studio 2022.1.0
MD5:
1c03784b028761129d305aa7f775a386
Download
CHANGELOG
zh-CN
- 更新时间: 2021/12/19
- 更新内容:
- 【代码编辑】 Lua调试器条件断点支持
- 【代码编辑】 Lua调试器增加Shift+F11跳出功能
- 【代码编辑】 优化Lua Ctrl+I缩进功能
- 【代码编辑】 Lua调试器优化'运行到光标处'功能,可以在非调试状态下启动调试,并运行到光标处中断程序
- 【代码编辑】 将代码工程作为默认工程创建选项
- 【代码编辑】 更新Scintilla组件至5.1.4
- 【代码编辑】 Lua调试器不再修改被调试程序的chunk name
- 【代码编辑】 修复MiniMap scrollbar在'自动换行'开启时绘制异常问题
- 【代码编辑】 进一步优化Lua调试器断点匹配
- 【代码编辑】 修复行尾符号检测错误问题
- 【代码编辑】 修复'打开文件夹'功能可能将文件识别为文件夹问题
- 【代码编辑】 进一步优化注释和反注释功能,自动添加Stream或Block注释
- 【代码编辑】 支持根据用户提示编辑和去除只读文件的'只读'属性
- 【代码编辑】 Lua调试,增加由于require大小写不匹配导致无法命中断点的提示信息
- 【代码编辑】 优化输出窗口调试信息颜色
- 【代码编辑】 Lua调试,从断点恢复运行时,自动将调试目标置为前台
- 【代码编辑】 更新Clang-Format至13.0.0
- 【代码编辑】 优化Shift+Enter行为,将调用系统默认程序打开非可执行文件
- 【代码编辑】 Lua调试,当调试目标文件或进程需要管理员的权限时自动弹出请求以管理员身份重启x-studio对话框
- 【代码编辑】 修复当另存文件完整路径和已经打开文档路径一致时产生重复打开文档问题
- 【代码编辑】 修复另存内存文件到磁盘时,语法着色未刷新问题
- 【数字签名】 不再采用sha1+sha256双签名,仅使用sha256单签名
- 【软件授权】 优化授权到期时间显示,展示当前时区
- 【OS兼容】 Windows 11适配
- 【命令行】 增加XXH3算法文件摘要计算支持
- 其他优化
en-US
- Update date: 12/19/2021
- 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] 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
- [Coding] Improve advanced save/load dialog encoding filter experience
- [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