vote up 2 vote down star
1

i looking javascript editor for php code, include tab support and php code highlight

flag

50% accept rate
Javascript? so you mean something like tinymce, but for php? – DaNieL Oct 13 at 10:57
yep, i saw it in a joomla template editor once – zeroonea Oct 13 at 11:01
What you mean is a Javascript WYSIWYG editor with PHP syntax highlighling ( and tab support) – andho Oct 13 at 11:40

2 Answers

vote up 3 vote down check

This does not have WYSIWYG but is strictly a code editing plugin for jQuery which supports a number of different languages. Highly recommended.

MarkItUp

I apologize for posting the wrong link! Forgot the plugin name.

link|flag
jEdit is written in Java, not javascript – Jonathan Fingland Oct 13 at 10:55
I apologize if I misinterpreted your question. I had thought you were interested in an in browser solution but this might not be the case. The below answer is sufficient and I also strongly recommend NuSphere's Komodo Edit as one of the best editors. The highlighting is customizable given a a quick search online. – cballou Oct 13 at 10:55
i mean javascript editor, can be embedded on web, support php code highlight – zeroonea Oct 13 at 10:56
I interpreted the question as requiring a browser-based solution as well -- it's just that the link you provided is not browser based. it's a java application. see jedit.org/index.php?page=compatibility – Jonathan Fingland Oct 13 at 10:57
I updated to the correct link for you. – cballou Oct 13 at 10:58
show 1 more comment
vote up 0 vote down

http://wmd-editor.com/ is the editor used by stackoverflow :) Er, you mean an PHP editor, take a look at mozilla bespin: https://bespin.mozilla.com/ And take a closer look at

PHPanywhere.

It is a Real-time syntax code editor!

link|flag
He means an editor for editing php code in browser as far as i can tell, wmd is an HTML wysiwyg editor. Actually i don't think a wysiwyg editor for php code exists but a code editor with syntax highlighting might. :) – ChrisRamakers Oct 13 at 11:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.