Syntax highlighting in ExtJS? - extjs

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?

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 Javascript 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.

you could use ace-extjs

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.

PHP Storm and Webstorm are great

Related

To Implement XML Editor with AngularJS

I am working on AngularJS based web application. I want to implement XML Editor in my application. I tried to find out the solution unfortunately, didn't any solution.
Can anyone help to do the same?
Thanks
There have some editors to add your applications
Sublime
Atom
TextMate
Brackets
Hope it helps

Which plugin I should use for db migration for hibernate4?

I am using grails2.3.7 and hibernate4.
However, the default database-migration plugin is not working with hibernate4.
Is there any other plugin that can do the same thing but support hibernate4?
Thanks.
Depending on what functionality you can do without, you may be able to use straight Liquibase in your project. It is fairly simple to setup. You could use the manual or a presentation I gave to get yourself started.
You can always look at the source of the database-migration plugin to give you clues about how to set it up if you get stuck.
The plugin is updated to support hibernate4 now.
database-migration

ExtJs 4.2 Themes

We are working with Sechnca's extjs
On the recent version 4.2 - they release the option to build a theme and compile it using their own CMD.
We are looking for a method to create a new theme but instead of using Sechnca CMD use Compass.
Has anyone been successful in doing that?
Short answer, "no".
I was using compass with extjs 4.1. While you might be successful in trying to do it with 4.2, I spent about 2 days trying to get it to work. Eventually I gave up and started to use the sencha command line utility. I would really suggest sticking with the methods they outline in the documentation. The sencha command does a lot of the heavy lifting for you, error checking, validation, it even slices up the CSS3 gradients into images for you.

Example of a Sencha Extjs custom button UI

I'm trying to create a custom button ui using version 4.1.3 of Sencha's Extjs SDK and I keep getting errors when trying to compile my sass file with compass. I've tried troubleshooting it myself, searching around for answers online, and posting to the Sencha forum for help and I can't seem to find an answer.
Does anyone have or know of an example file with a working custom button UI implemented? I'm sure there's just one small setting or configuration I have wrong, so comparing what I have to a sample file would be incredibly helpful.
Thanks.

Enabling ExtJS code completion with IntelliJ IDEA

How do I enable auto-complete/code completion feature of IntelliJ IDEA to work with ExtJS javascript library?
Thanks
This could probably be closed as a dup of this question:
Add ExtJS code assist to IntellijIDEA
The answer is here:
http://blogs.jetbrains.com/webide/2010/11/working-with-javascript-libraries-in-phpstorm-webstorm/
do you have the extjs javascript files in your project? I find that when I do Intellij is somewhat good at getting methods, but it doesn't always get all the available methods. I thinks its just a gotcha of dynamic languages -- an IDE can't know all the methods available because some are available only at runtime...

Resources