Skip to content

Commit

Permalink
删除'导出文件'
Browse files Browse the repository at this point in the history
  • Loading branch information
testacount1 committed Sep 29, 2018
1 parent d81ac3f commit 81807aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ pip-selfcheck.json

# End of https://www.gitignore.io/api/python,visualstudiocode

UnicodeCJK-Wubi
UnicodeCJK-WuBi
UnicodeCJK-FontGlyphs

# 暂时不列入版本控制
Expand Down
8 changes: 4 additions & 4 deletions wubicodeeditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def 修改当前条目(self):
字符区间 = self.字符表.取当前字符区间()
csv文件处理.写数组到文件(self.字符表.取所有字符()[字符区间[0]:字符区间[1]], 源数据文件路径)

def 导出文件(self):
csv文件处理.写数组到文件(self.字符表.取所有字符(), 常量.修改后文件)
#def 导出文件(self):
# csv文件处理.写数组到文件(self.字符表.取所有字符(), 常量.修改后文件)

# TODO: 提示已到开头/末尾
def 上一个字符(self):
Expand Down Expand Up @@ -130,8 +130,8 @@ def 创建控件(self):
command=lambda: self.搜索Unicode(搜索Unicode值.get()))
搜索Unicode.pack(side="right")

导出按钮 = Button(细节区, text="导出文件", command=self.导出文件)
导出按钮.pack()
#导出按钮 = Button(细节区, text="导出文件", command=self.导出文件)
#导出按钮.pack()

def 搜索Unicode(self, Unicode值输入):
if self.字符表.按Unicode码置当前字符(Unicode值输入):
Expand Down

0 comments on commit 81807aa

Please sign in to comment.