views:

144

answers:

2

Does anybody know of an ExtJS editor (like HTMLEditor) with syntax highlighting or does someone has some experience integrating Bespin or other Scripts into it?

A: 

In the ExtJs Forum someone published a syntax file for vim, which I use daily.

There is also this (older) blog post : IDEs, Plugins and tool for ExtJs.

Finally, you have a lot of forums thread abouts IDE.

Drasill
A: 

There is no specific editor for ExtJS code highlighting, however, you can use CodeMirror for Javascript code highlighting. Even I integrated it with my ExtJS application to write Javscript as well as ExtJS codes and it is working perfectly.

If you want to get this feature for highlighting codes in IDE then you can use Spket Update : "http://www.spket.com/update/" in Eclipse (Help->Software Updates->Find and Install->Search for new feeatures) for ExtJS code highlighting.

Swar