use*_*010 131 text-editor software-recommendation
我在 Windows 7 上使用Notepad++,我想知道在 Ubuntu 上是否有很好的替代品。
我想要一些适合编辑 html 文件的东西。
Gep*_*nzo 76
其实你可以先安装wine来安装Notepad++ :
sudo apt-get update; sudo apt-get install wine
Run Code Online (Sandbox Code Playgroud)
但一些不错的选择是:
其中,Geany 和 GEdit 是我的最爱,但这取决于您的需求。如果您正在寻找更复杂的东西,我在这个问题的答案中详细提到了 Aptana Studio:Basic Web Development IDE/Editor like Dreamweaver?
祝你好运!
Rma*_*ano 72
感谢Daniel Di Sardi的工作,有一个受 Notepad++ for Linux 启发的编辑器:
Notepadqq是一个类似 Notepad++ 的 Linux 桌面编辑器。
它有一个不错的 PPA(主页上说它适用于 14.04,但启动板有从 Utopic 到 Xenial 的版本),因此您可以通过以下方式轻松安装
sudo add-apt-repository ppa:notepadqq-team/notepadqq
sudo apt-get update
sudo apt-get install notepadqq
Run Code Online (Sandbox Code Playgroud)
作为另一种选择,赛特是基于相同的“关于记事本++的编辑积木”,Scintilla的。
Dil*_*lmo 33
实际上可以在 Ubuntu 上安装 Notepad++。只需运行以下命令:
sudo apt-get update
sudo apt-get install wine
Run Code Online (Sandbox Code Playgroud)
然后,下载 Notepad++ Windows 安装程序,右键单击它,然后选择打开方式 -> Wine Windows 程序加载程序。按照典型的安装过程,您应该能够从 Dash 中打开 Notepad++。
现在我会推荐Visual Studio Code。它是免费的、开源的并且可以在任何地方运行!
维基百科说:
Visual Studio Code 是 Microsoft 为 Windows、Linux 和 macOS 开发的源代码编辑器。它包括对调试、嵌入式 Git 控制、语法高亮、智能代码完成、片段和代码重构的支持。它也是可定制的,因此用户可以更改编辑器的主题、键盘快捷键和首选项。它是免费和开源的,尽管官方下载是在专有许可下进行的。
Visual Studio Code 基于 Electron,这是一个框架,用于为在 Blink 布局引擎上运行的桌面部署 Node.js 应用程序。虽然它使用了 Electron 框架,但该软件并不是 Atom 的一个分支,它实际上是基于 Visual Studio Online 的编辑器(代号“Monaco”)。
其他具有丰富功能的替代品,包括易于使用的宏工具:
? http://www.webupd8.org/2014/03/kkedit-text-editor-inspired-by-bbedit.html
? https://github.com/KeithDHedger/KKEdit
? http://linux-apps.com/content/show.php/KKEdit?content=158161

可配置的语法高亮。
可配置的键盘加速器。
多平台 - 适用于 unix 和 windows。
插件:可以用 C、Python 或 Lua 编写。
主菜单和上下文菜单中提供的可配置工具。它们可以用 Python 或 Lua 编写,也可以是 shell 脚本。
正则表达式搜索/替换、grep 前端、内置文件选择器等。