views:

421

answers:

2

Hello SO, 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!

A: 

Aptana is a great software, but you're facing one of it's disadvantages: it's a memory hog.

I'm using Aptana in a 4gb machine, but I remember having the same lags using the same configuration in your example.

If you can't live without Aptana (and Eclipe plugins), I suggest you to buy more RAM and use a HD that's at least 7200 RPM. I'm running in a Vista Machine and it works flawlessly.

If you can live without Aptana, check other Python IDE's in "What IDE to Use for Python" question right here in SO.

My 2 cents: I've used PyScripter for Python, and it's great. PyScripter with notepad++ is a good and fast choice.

Good luck!

GmonC
Very useful link! Thanks a ton :)
Zack
A: 

I bet You have default amount of memory assigned to Eclipse in eclipse.ini file - go there and increase those values 2-3 times. Eclipse will work much faster.

dominik