xtend is awesome, eclipse is not

109 views
Skip to first unread message

Salvatore Romeo

unread,
Apr 9, 2014, 5:41:42 AM4/9/14
to xtend...@googlegroups.com
While Xtend is a wonderful language for improving the developer experience, eclipse is the worst IDE ever. It freezes continuously and most of the time I've to wait for 30 seconds or more for the IDE to be available again, make me wasting precious time.
Is it a common problem or just my configuration? (win7, eclipse Kepler SR1, xtend 2.5.3, jrebel, eclipsejetty plugin latest)

Sven Efftinge

unread,
Apr 9, 2014, 5:54:32 AM4/9/14
to xtend...@googlegroups.com
Make sure you give Eclipse enough heap space and (when running Java 7 or below) give it some extra permgen size.

This is what I have in most of my eclipse.ini files:

-XX:MaxPermSize=256m
-Xmx1512m

On 09 Apr 2014, at 11:41, Salvatore Romeo <rom...@gmail.com> wrote:

While Xtend is a wonderful language for improving the developer experience, eclipse is the worst IDE ever. It freezes continuously and most of the time I've to wait for 30 seconds or more for the IDE to be available again, make me wasting precious time.
Is it a common problem or just my configuration? (win7, eclipse Kepler SR1, xtend 2.5.3, jrebel, eclipsejetty plugin latest)

--
You received this message because you are subscribed to the Google Groups "Xtend Programming Language" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xtend-lang+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

signature.asc

Artur Biesiadowski

unread,
Apr 9, 2014, 8:17:06 AM4/9/14
to xtend...@googlegroups.com
On Wednesday, April 9, 2014 11:41:42 AM UTC+2, Salvatore Romeo wrote:
While Xtend is a wonderful language for improving the developer experience, eclipse is the worst IDE ever. It freezes continuously and most of the time I've to wait for 30 seconds or more for the IDE to be available again, make me wasting precious time.
Is it a common problem or just my configuration? (win7, eclipse Kepler SR1, xtend 2.5.3, jrebel, eclipsejetty plugin latest)

Is it happening only for long xtend files near the end? There was an issue where xtend files bigger than few hundred lines were unbearably slow, when you are editing end of it. Workaround is to split them into smaller files and add new methods at the top of file instead at the bottom ;)
Reply all
Reply to author
Forward
0 new messages