Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Aptana "Building Workspace" extremely slow

I'm running a pretty big web application (around 1.5gb) on my local server and I just added the project into Aptana. It automatically started building the work space after being added and started slowing down drastically whenever it encounters a Javascript file.

What exactly does building the workspace even do? Is there a way to shut it off if it's not much use? It's been stuck at 24% scanning different .js files for over 15 minutes now.

like image 792
user1623656 Avatar asked Oct 19 '12 11:10

user1623656


1 Answers

I have the same problem here. If I want to save my files and the 'Build Project' Operation is active, Aptana 3 stucks and I need to wait until the 'Build Project' Operation is done.

The 'Build Project' Operation means that the dependencies would be updated and the autocomplete function (over more then one file) can work with the newest changes. For example: if u add a new html tag with a id="test", the autocomplete feature would show you this id in any corresponding css file if the wokspace was rebuild.

To turn of this function, visit the preferences (Aptana Studio 3, build: 3.3.1.201212171919): General -> Workspace -> 'Build Atomatically' Checkbox

Update:

To turn of this function, visit the preferences (Aptana Studio 3, build: 3.4.1.201306062137): Project > 'Build Automatically' Checkbox

I hope they will increase the performance for this feature!

Have fun :)

like image 165
Rubberducker Avatar answered Sep 19 '22 12:09

Rubberducker