Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
【求教】如何在win下编译深度编辑器源码并使用
deepin Talks
1212
views ·
8
replies ·
To
floor
Go
星辰使者
deepin
2020-07-18 00:15
Author
深度系统下记录的文本文档,在win下用记事本打开,换行全没有了。
我想,能不能用github上深度编辑器的源代码,在win下编译成.exe,然后代替记事本来使用?
可是,qt c++工程编译这方面我完全不懂,大家能不能教教我,我试着学下
Reply
Like 0
Favorite
View the author
All Replies
星辰使者
deepin
2020-07-18 00:51
#1
将Linux下的代码编译成运行在windows平台下
正在安装工具,不知道能否成功
......我只是想要一个好用又轻量的,能够识别linux平台换行符的文本编辑器
Reply
Like 0
View the author
momolove
deepin
2020-07-20 09:33
#2
本帖最后由 momolove 于 2020-8-27 14:12 编辑
fav link:
防漏工程
如果成功的话楼主可分享出来吗?谢谢
Reply
Like 0
View the author
leafgreen
deepin
2020-07-20 14:30
#3
你可以在windows 商店装Kate
Reply
Like 0
View the author
leafgreen
deepin
2020-07-20 14:31
#4
或者用vscode
Reply
Like 0
View the author
花心胡萝卜
deepin
2020-07-25 23:50
#5
其实换行没有是保存的时候, Linux默认\n, Mac默认\r, Windows是\r\n
你只要在保存的时候, 选中Windows换行符即可..
Reply
Like 0
View the author
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-26 05:27
#6
@krigaya 求dtk在Windows使用教程
Reply
Like 0
View the author
蜜柑
deepin
2020-07-26 11:36
#7
你这思维就很奇怪。能打算编译程序的人,在win下找不到一个支持不同平台换行符的编辑器。
Reply
Like 0
View the author
沈拙言
deepin
2020-07-26 16:33
#8
Windows下也用代码编辑器就好了,一般会自动识别编码和换行符的。
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
我想,能不能用github上深度编辑器的源代码,在win下编译成.exe,然后代替记事本来使用?
可是,qt c++工程编译这方面我完全不懂,大家能不能教教我,我试着学下