发现自带编辑器的一个小问题
Tofloor
poster avatar
走钢丝
deepin
2019-06-11 20:48
Author
自带编辑器用着还不错。状态栏右侧有那么多选项,看来兼容很多东西啊。
今天同时打开两个文本文件发现一个问题,如果打开第一个文件后最小化,双击打开第二个文件时不会自动激活窗口,需要手工点才能显示窗口,有点不太方便。
另外有个建议,能不能加入插入当前时间的功能,以前有用记事本记东西、用git管理的习惯,win的记事本这个功能在记录事情时还挺好用。查看设置和帮助没发现有这个功能。



Reply Favorite View the author
All Replies
avatar
superendermansm
deepin
2019-06-11 22:01
#1
去github看看有没有pullrequest里面有大佬开发过了。你这个需求嘛,至少我没有。。。你也可以自己改一下
Reply View the author
avatar
走钢丝
deepin
2019-06-11 22:21
#2
https://bbs.deepin.org/post/179118
去github看看有没有pullrequest里面有大佬开发过了。你这个需求嘛,至少我没有。。。你也可以自己改一下 ...

喔,好吧
Reply View the author
avatar
BLumia
deepin
2019-06-11 22:49
#3
双击打开不会置前窗口的问题近几天我抽时间看看。

另外或许可以考虑给深度编辑器加上插件支持,这样第三方开发者也可以给它写插件用了。
Reply View the author
avatar
BLumia
deepin
2019-06-12 00:36
#4
跟进更新一下:https://github.com/linuxdeepin/deepin-editor/pull/49

下次推送更新修复双击打开不会置前窗口的问题
Reply View the author
Comments
lidanger
2019-06-14 21:55
还真快啊,多谢了
avatar
superendermansm
deepin
2019-06-12 06:12
#5
blumia 发表于 2019-6-11 14:49
双击打开不会置前窗口的问题近几天我抽时间看看。

另外或许可以考虑给深度编辑器加上插件支持,这样第三方 ...

有了插件就有了世界
Reply View the author
avatar
sdfdlyl
deepin
2019-06-12 14:32
#6
我也发现这个问题,一开始还以为鼠标不灵了,多点了好几次
Reply View the author
avatar
151******42
deepin
2019-06-13 18:33
#7
https://bbs.deepin.org/post/179118
跟进更新一下:https://github.com/linuxdeepin/deepin-editor/pull/49

下次推送更新修复双击打开不会置前 ...

不止编辑器,深度影音也有
Reply View the author
avatar
BLumia
deepin
2019-06-13 18:39
#8
https://bbs.deepin.org/post/179118
不止编辑器,深度影音也有

我回头看看,或者哪位有兴趣的话可以直接在 GitHub 上发 Pull Request
Reply View the author
avatar
走钢丝
deepin
2019-07-26 15:59
#9
https://bbs.deepin.org/post/179118
双击打开不会置前窗口的问题近几天我抽时间看看。

另外或许可以考虑给深度编辑器加上插件支持,这样第三方 ...

插入当前时间的功能,暂时通过 wine notepad 解决了。打开一次,以后就可以在文本文件的打开方式中找到它了。
也可以定义 desktop 文件,内容如下,放到 /usr/share/applications 中,文件名随意,如 wine-notepad.desktop
  1. [Desktop Entry]
  2. Type=Application
  3. Name=Wine Notepad
  4. Exec=wine notepad %f
  5. Terminal=false
  6. Icon=wine
  7. Categories=Utility;
Copy the Code




Reply View the author
avatar
159******34
deepin
2019-07-26 18:59
#10
输入法就可以插入时间啊!
Reply View the author
Comments
luzhishen
2019-07-26 22:01
正解
avatar
走钢丝
deepin
2019-07-26 21:08
#11
https://bbs.deepin.org/post/179118
输入法就可以插入时间啊!

喔。还有这种操作啊。多谢。
Reply View the author