💻 系统环境 | Operating System
Windows
🌐 浏览器 | Browser
Chrome
🐛 问题描述 | Bug Description
在代码块内框选部分文本进行复制,会丢失换行信息。
如图,复制出来后为:
class WS_OT_MessageBox(bpy.types.Operator): bl_idname = "wm.message_box" bl_label = "系统提示" # 默认标题 message: bpy.props.StringProperty( name="message", default="这里是默认消息" ) def execute(self, context): return {'FINISHED'}
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
No response
💻 系统环境 | Operating System
Windows
🌐 浏览器 | Browser
Chrome
🐛 问题描述 | Bug Description
在代码块内框选部分文本进行复制,会丢失换行信息。
如图,复制出来后为:
class WS_OT_MessageBox(bpy.types.Operator): bl_idname = "wm.message_box" bl_label = "系统提示" # 默认标题 message: bpy.props.StringProperty( name="message", default="这里是默认消息" ) def execute(self, context): return {'FINISHED'}
🚦 期望结果 | Expected Behavior
No response
📷 复现步骤 | Recurrence Steps
No response
📝 补充信息 | Additional Information
No response