All EAPs do weird things
I've noticed that whenever I use an EAP version (any version) two things happen that don't happen with the non-EAP versions:
1. I usually get red errors popping up when switching from one project to another.
2. In the Java editor, in certain situations, when I hit 'enter' to wrap a line to another line, it puts the cursor way over to the right (maybe 80 spaces or so).
Like I said, neither of these things happen in the regular versions.
Just curious if there is a reason.
Curtis
Please sign in to leave a comment.
Could you please describe these in more detail in our bug tracker? http://youtrack.jetbrains.com/issues/IDEA
Thanks,
Yann
I'll try to describe the editor problem. However, I've been sending in my switching project errors to jetbrains using the built-in error reporting system for months now.
Thanks. If you can reproduce the switch problem regularly, please post it additionally as "normal" issue in our tracker with
details on how to reproduce.
I'm just wondering if it's really a problem because these things don't happen in regular released versions, only EAPs.
I'll try to get a reproduceable case regardless.
Thanks
you can see al your submitted reports here: http://ea.jetbrains.com/browser/
(unless you used anonymous option)
IIRC, release version just don't pop up notifications about internal errors.
Tom
Ahh, that explains it, thanks Tom.
If you are interested, it is a property in bin/idea.properties
#-----------------------------------------------------------------------
# Change to 'enabled' if you want to receive instant visual notifications
# about fatal errors that happen to an IDE or plugins installed.
#-----------------------------------------------------------------------
idea.fatal.error.notification=disabled