properties_editor.py 文件源码

python
阅读 19 收藏 0 点赞 0 评论 0

项目:properties-editor 作者: dominikgiermala 项目源码 文件源码
def display_confirmation_message(self, files_without_key, files_with_key):
    confirmation_message = ""
    for key, value in self.properties.items():
      confirmation_message += "Property " + key + "=" + value + " was: " 
      if files_without_key[key]:
        confirmation_message += "\nAdded in files:\n" + "\n".join(files_without_key[key])
      if files_with_key[key]:
        confirmation_message += "\n\nEdited in files:\n" + "\n".join(files_with_key[key])
      confirmation_message += "\n\n"
    sublime.message_dialog(confirmation_message)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号