适用于 Ubuntu 的好的 WYSIWYG 网络编辑器(php、CSS、HTML、Javascript)?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3535580/
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
Good WYSIWYG web editor (php, CSS, HTML, Javascript) for Ubuntu?
提问by Skizit
I'm looking for suggestions as to what good easy to use web editors? It needs to edit php,javascript,html,CSS. I'm looking for something that'll speed up my development currently I'm using nano.
我正在寻找有关哪些易于使用的网络编辑器的建议?它需要编辑 php、javascript、html、CSS。我正在寻找可以加速我目前正在使用 nano 的开发的东西。
采纳答案by Frankie
I would go with Eclipse.
我会选择 Eclipse。
Check out Eclipse + PDT + Aptana.
My current dev system works like this:
我目前的开发系统是这样工作的:
4 monitors: 1 for coding (eclipse), 1 for Firefox, 1 for IE and one for logs.
1 virtual machine that is a close duplicate of the production server.
Use AutoHotKeyand, as I save the page, it gets uploaded to virtual machine and both IE and Firefox get refreshed.
4 个监视器:1 个用于编码 (eclipse),1 个用于 Firefox,1 个用于 IE,1 个用于日志。
1 个虚拟机,它是生产服务器的紧密副本。
使用AutoHotKey,当我保存页面时,它会上传到虚拟机,IE 和 Firefox 都会刷新。
Have been working like this for more than one year now and I can asure you my productivity has gone up.
已经这样工作一年多了,我可以向你保证我的工作效率已经提高了。
那和红牛。;)
回答by RWS
Kompozer(also available in the ubuntu repository) is one of the few WYSIWYG HTML editors for Linux I know of. It looked quite solid when I tried it some time ago, definitly worth a try if you want WYSIWYG.
Kompozer(也可在 ubuntu 存储库中找到)是我所知道的少数用于 Linux 的 WYSIWYG HTML 编辑器之一。前段时间我尝试时它看起来很可靠,如果您想要所见即所得,绝对值得一试。
回答by jpluijmers
I hear alot of unix users are fan of VI on the commandline. For desktop I started with notpad++ (also available on linux) and evolved to using Eclipse. The later took quite some time to get the hang of.
我听说很多 unix 用户都喜欢命令行上的 VI。对于桌面,我从 notpad++(也可在 linux 上使用)开始,然后演变为使用 Eclipse。后者花了相当长的时间来掌握窍门。
回答by Justin
I used to use Bluefish when I used to work with PHP:
我以前在用 PHP 的时候用过 Bluefish:
apt-get update && apt-get install bluefish
apt-get update && apt-get install bluefish
If you want an uber-geek command-line you could use Emacs (it has a PHP mode):
如果你想要一个超级极客命令行,你可以使用 Emacs(它有一个 PHP 模式):
apt-get update && apt-get install php-elisp
apt-get update && apt-get install php-elisp
If you are looking for full IDE support you could try Eclipse or even KDevelop.
如果您正在寻找完整的 IDE 支持,您可以尝试 Eclipse 甚至 KDevelop。
I do not have any experience with it but, since you are on Ubuntu, you could also try gphpedit since it describes itself as a "PHP/HTML/CSS Development Environment":
我没有任何经验,但是,由于您使用的是 Ubuntu,您也可以尝试 gphpedit,因为它将自己描述为“PHP/HTML/CSS 开发环境”:
apt-get update && apt-get install gphpedit
apt-get update && apt-get install gphpedit
Check out the features page at gphpedit:
查看 gphpedit 的功能页面:
回答by Wes
Personally I'd stay away from a WYSIWYG approach to web development as it will make your life more difficult when attempting to address cross browser issues.
就我个人而言,我会远离 Web 开发的 WYSIWYG 方法,因为在尝试解决跨浏览器问题时,它会使您的生活变得更加困难。
I have found KomodoEditto be a rich coding environment for Web Dev on Ubuntu/Linux, yet it's rocket fast compared to heavier IDE's like Eclipse. For coding php,javascript,html,CSS centric projects it's perfect, and open source too!.
我发现KomodoEdit是适用于 Ubuntu/Linux 上的 Web Dev 的丰富编码环境,但与 Eclipse 等较重的 IDE 相比,它的速度非常快。对于以 php、javascript、html、CSS 为中心的项目进行编码,它是完美的,而且也是开源的!
回答by Richard H
Emacs is the classic editor. Vi(m) good too, especially for edits over ssh. Might be overkill, but eclipse has plugins to handle most languages.
Emacs 是经典的编辑器。Vi(m) 也不错,尤其是通过 ssh 进行编辑。可能有点矫枉过正,但 eclipse 有插件来处理大多数语言。
回答by Sashi
Eclipse is very slow for your requirement use Quanta
Eclipse 对于您的要求使用 Quanta 的速度非常慢
Quanta Plus Quanta Plus, originally called Quanta, is a web Integrated development environment (IDE) for HTML, XHTML, CSS, XML, PHP and any other XML-based languages or scripting languages. It is part of KDE, released in the Kdewebdev package. Quanta is capable of both WYSIWYG design and handcoding. It features tag completion as you type and tag editing through a dialog interface, script language variable auto-completion, project management, live preview, PHP debugger, CVS support, Subversion support (through external plugin) to name just a few.
Quanta Plus Quanta Plus 最初称为 Quanta,是一个 Web 集成开发环境 (IDE),适用于 HTML、XHTML、CSS、XML、PHP 和任何其他基于 XML 的语言或脚本语言。它是 KDE 的一部分,在 Kdewebdev 包中发布。Quanta 能够进行 WYSIWYG 设计和手工编码。它具有在您键入时完成标记和通过对话框界面进行标记编辑、脚本语言变量自动完成、项目管理、实时预览、PHP 调试器、CVS 支持、Subversion 支持(通过外部插件)等功能。
回答by Pete Mitchell
Based on the accepted answer I would put forward a suggestion for the excellent Sublime Text 2. Very much like Textmate, most of the bundles work and it is scriptable with python.
基于接受的答案,我会为优秀的Sublime Text 2提出建议。与 Textmate 非常相似,大多数包都可以工作,并且可以使用 python 编写脚本。
Also a lot faster compared to the beast that is Eclipse (if you don't rely so much on the code hinting/auto completion).
与 Eclipse 的野兽相比也快得多(如果您不太依赖代码提示/自动完成)。
回答by Sinjo
In a similar vein to the Eclipse for PHP Developers, you can install the JavaScript Development Tools (JSDT) Eclipse plug-in from http://www.eclipse.org/webtools/jsdt/which will add advanced support for editing JavaScript. I've not used it extensively myself, but I hear the latest stuff (released simultaneously with Helios, the latest Eclipse release) is pretty solid.
与 Eclipse for PHP Developers 类似,您可以从http://www.eclipse.org/webtools/jsdt/安装 JavaScript Development Tools (JSDT) Eclipse 插件,它将添加对编辑 JavaScript 的高级支持。我自己并没有广泛使用它,但我听说最新的东西(与 Helios 同时发布,最新的 Eclipse 版本)非常可靠。
That combination would get you a good environment for everything you mentioned.
这种组合将为您提到的所有内容提供良好的环境。
回答by kbrimington
There is a distribution of Eclipse preconfigured with plugins convenient to PHP development. Check it out here:
有一个预配置插件的 Eclipse 发行版,方便 PHP 开发。在这里查看:
http://www.eclipse.org/downloads/
http://www.eclipse.org/downloads/
On the page, look for "Eclipse for PHP Developers"
在页面上,查找“Eclipse for PHP Developers”