Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse (Aptana) Typing Lag

I've been using Aptana for some time now, and as of recent I've been dealing with files that are really, really big (500+ lines of code, which is huge for me, being a novice developer). Whenever I deal with smaller files, I get that weird sensation that I'm "in front of" what's typing, but now I'm quite sure of it--there is a significant lag between when I type something and when I see the text appear on screen. I don't have this issue with Dreamweaver CS3, so I know my computer has the capability to edit these files without this happening, but Eclipse still lags.

I also don't see when something is being deleted if I hold down backspace, I see the first few characters get deleted, but then everything "hangs." Once I release the backspace key, the characters that would've been shown deleting instantly vanish all at once. The same thing happens with the forward delete key.

I'm beginning to think this is an issue with Java, since I have the same feeling that everything is slightly "behind me" when I'm using -any- Java application.

The computer is an intel Pentium 4 3.2 GHz Prescott, with 2GB's of DDR400 RAM and a Radeon HD3650 graphics card.

If anyone knows how to fix this lagging issue, I'm all ears (eyes?); if anyone can recommend a different IDE with capabilities similar to Aptana (I do Python, HTML, CSS and JS; I use Git for SCM), I'd be glad to give it a try. Thanks!

like image 923
Zack Avatar asked Dec 04 '09 20:12

Zack


2 Answers

I'm running a brand new iMac i5 with 8GB RAM and an SSD and Eclipse is slow as hell. I don't know if upgrading your machine is really the solution to your problem.

like image 167
Dennis Plucinik Avatar answered Oct 18 '22 05:10

Dennis Plucinik


In my case Aptana also was very slow while typing, and it helped to choose Eclipse > Help > Aptana Troubleshooting > Clear Aptana Log File ...

like image 41
crackmigg Avatar answered Oct 18 '22 04:10

crackmigg