Ubuntu 的 PHP 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1635848/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
PHP editors for Ubuntu
提问by mepo
What are the Light weight PHP editors available for ubuntu? And is there a ubuntu version of the Notepad++ editor.
ubuntu 有哪些轻量级 PHP 编辑器?是否有 Notepad++ 编辑器的 ubuntu 版本。
For those who haven't used Notepad++, do not confuse it with Notepad.exe. Notepad.exe is the lightweight Windows editor by Microsoft. Notepad++ is an Open Source programmer's text editor for Windows based on SciTE. It has syntax highlighting, code collapsing, language recognition, macro recording, regular expression search and replace across line breaks and in files on disk, copy filenames and paths to clipboard, and many other advance text editing tools. Only the more full-featured editors for Linux would be likely to be suitable replacements for Notepad++.
对于没有使用过 Notepad++ 的人,不要将它与 Notepad.exe 混淆。Notepad.exe 是 Microsoft 的轻量级 Windows 编辑器。Notepad++ 是基于 SciTE 的适用于 Windows 的开源程序员文本编辑器。它具有语法突出显示、代码折叠、语言识别、宏记录、正则表达式搜索和跨换行符和磁盘文件中的替换、将文件名和路径复制到剪贴板以及许多其他高级文本编辑工具。只有功能更全面的 Linux 编辑器才有可能成为 Notepad++ 的合适替代品。
采纳答案by Luká? Lalinsky
回答by McKelvin
Sublime Text 2is an awesome editor!
Sublime Text 2是一个很棒的编辑器!
回答by Max
回答by Rinto George
回答by Sebastian Hoitz
Vim?
维姆?
Very lightweight editor and still very powerful and extendable.
非常轻量级的编辑器,仍然非常强大和可扩展。
回答by bisko
I would have to say Komodo Edithere (not Komodo IDE) - I use it extensively and it's quite lightweight (in comparison to Eclipse and Eclipse based editors) and it's more than just a notepad.
我不得不在这里说Komodo Edit(不是 Komodo IDE)——我广泛使用它,而且它非常轻巧(与 Eclipse 和基于 Eclipse 的编辑器相比),它不仅仅是一个记事本。
回答by culebrón
Just to mention, not to recommend though :) I've tried Bluefish(available in Synaptic). It's buggy, but at least doesn't crash. Syntax highlighting breaks. Opening new files is slow (it tries to run another process, then opens in the main one). I keep it only as a ring-buoy in case if gedit freezes, and I have to go on working.
只是提一下,虽然不推荐:) 我试过Bluefish(在 Synaptic 中可用)。它有问题,但至少不会崩溃。语法高亮中断。打开新文件很慢(它尝试运行另一个进程,然后在主进程中打开)。我只保留它作为环形浮标,以防 gedit 冻结,我必须继续工作。
回答by Mez
回答by luc
I am using SciTEmainly for Python programming on Windows but it works great also for PHP on Ubuntu.
我主要将SciTE用于 Windows 上的 Python 编程,但它也适用于 Ubuntu 上的 PHP。
It is lightweight but powerful and user-friendly. I've used Notepad++ as well but my personal preference goes to SciTE
它轻巧但功能强大且用户友好。我也用过 Notepad++,但我个人更喜欢 SciTE
回答by Dhruv
Try Bluefish Editor. It has awesome syntax highlighting features.
试试蓝鱼编辑器。它有很棒的语法高亮功能。
It is available in Ubuntu software center.
它可在 Ubuntu 软件中心获得。

