Aptana is built on the Eclipse SWT, right? If so, I think you should be able to install any Eclipse plugin into it. I don't use Aptana, but I do use the Spket plugin for Eclipse - you could try installing it in Aptana and see what happens. It requires a little bit of setup to work with ExtJS 4 (detailed on the Spket forums here), but I was able to get it working without too much trouble, and I absolutely love it.
Aptana is built on the Eclipse SWT, right? If so, I think you should be able to install any Eclipse plugin into it. I don't use Aptana, but I do use the Spket plugin for Eclipse - you could try installing it in Aptana and see what happens. It requires a little bit of setup to work with ExtJS 4 (detailed on the Spket forums here), but I was able to get it working without too much trouble, and I absolutely love it.
Aptana is built on the Eclipse SWT, right? If so, I think you should be able to install any Eclipse plugin into it. I don't use Aptana, but I do use the Spket plugin for Eclipse - you could try installing it in Aptana and see what happens. It requires a little bit of setup to work with ExtJS 4 (detailed on the Spket forums here), but I was able to get it working without too much trouble, and I absolutely love it.
Yes, aptana is build on the Eclipse SWT, as far as I know. Thanks i will have a look at it.
Select the menu item Window > Preferences... to open the workbench preferences.
Select the Spket > JavaScript Profile preference page to display the installed JavaScript Profiles.
Click the New.. button. In the Name field, type Ext as the name for the new profile. Then click OK.
Click the Add Library button. From the Library drop-down list, select ExtJS. Then click OK.
Click the Add File button, choose ext-4.0.2a.jsb2 which can be found in Ext source folder
Select the Ext profile created in step 3, click the Default button make it the default profile for all project. The default profile can also be configured per project by using Configure Project Specific Settings... link.
Click on OK to save the preferences.
And still does not work... hmm
Last edited by aacoro; 23 Oct 2011 at 9:59 PM.
Reason: typo in step 8
Have you tried refreshing the profile (Right-click project->Reload JavaScript Profile)? You may have to refresh it once for the profile changes to get picked up...
That's correct, it is no longer bundled with Ext. You need to download it separately, using the link in step 3 above, and then save it into the Ext root directory.