Skip to content

x-studio 2022.1.0

Compare
Choose a tag to compare
@halx99 halx99 released this 19 Dec 06:29
· 166 commits to master since this release
48ae63b

MD5:

1c03784b028761129d305aa7f775a386

Download

GitHub Releases (by Release)

CHANGELOG

zh-CN

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

en-US

  • Update date: 12/19/2021
  • Update content:
    1. [Coding] Add Lua condition breakpoint support
    2. [Coding] Add Lua debug step out support, Shift+F11
    3. [Coding] Optimize Lua code indent
    4. [Coding] Optimize Run to Cursor, could start debugging and run to cursor
    5. [Coding] Set code project as default
    6. [Coding] Update Scintilla to 5.1.4
    7. [Coding] Lua debugger don't change debug target chunk name any more
    8. [Coding] Fix MiniMap scrollbar draw issue when Word Wrap enabled
    9. [Coding] Optimize lua debugger breakpoint match
    10. [Coding] Fix line endings character detetion incorrect
    11. [Coding] Fix Open folder may recognize file as folder at some time
    12. [Coding] Optimize comment/ucomment feature, will auto perform stream comment or block comment like visual studio
    13. [Coding] Support remove file readonly properties
    14. [Coding] Lua debugger, add prompt the breakpoint can't be hit due to case mismatch
    15. [Coding] Optimize output window message colors
    16. [Coding] Lua debugger, auto bring debug target window to front after continue run
    17. [Coding] Update Clang-Format to 13.0.0
    18. [Coding] Improve advanced save/load dialog encoding filter experience
    19. [Codesign] Use single code sign with sha256 instead double code sign sha1+sha256
    20. [License] Display locale time zone at license dialog
    21. [Compatible] Add workaround fix for scrollbars scroll lagging on windows 11
    22. [CmdLine] Add xxh3 64/128 bits digiest compute support
    23. Other improvements