We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境: madedit-mod 0.4.18+ win10 ltsc
bug复现: 1、使用下列脚本获取当前文件名: me = MadEdit() s=me.GetFileName() MsgBox(s) me=None
2、如果文件名是全英文的可以显示带路径的文件名 如果文件名包含有中文则显示一个空串
3、原本想借助脚本实现文件名是“未命名”时,存盘时会自动以第一行文字作为默认文件名
The text was updated successfully, but these errors were encountered:
这个应该是字符串encoding问题
Sorry, something went wrong.
9361f94
下个版本你可以用python的print去打印debug信息
LiMinggang
No branches or pull requests
环境:
madedit-mod 0.4.18+ win10 ltsc
bug复现:
1、使用下列脚本获取当前文件名:
me = MadEdit()
s=me.GetFileName()
MsgBox(s)
me=None
2、如果文件名是全英文的可以显示带路径的文件名
如果文件名包含有中文则显示一个空串
3、原本想借助脚本实现文件名是“未命名”时,存盘时会自动以第一行文字作为默认文件名
The text was updated successfully, but these errors were encountered: