Gordon Tyler

- Total activity 524
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 165
-
Created Add catch clause for specific type above catch-all clause
AnsweredOn a fairly regular basis when I have a try/catch block where the lone catch clause captures multiple exception types using a base-class exception type, I would like to be able split out the handli... -
Created No patch to update from 14.1.2 to 14.1.3?
I'm getting the "new version available!" notification, but it's only offering me the option to download the full installer for the new version. In the past I have been offered the option to downloa... -
Created Git change markers disappear when editing file
AnsweredI've started having a weird problem over the last few days. I have a project in IDEA 13.1.4 under Git version control. When I edit a file, IDEA marks it as new in the editor tab (green filename) an... -
Created EAP 110.137: Frequent Trove hashcode errors
Quite frequently with EAP 110.137 I'm getting errors like this:Equal objects must have equal hashcodes. During rehashing, Trove discovered that the following two objects claim to be equal (as in ja... -
Created Sluggish editor (some analysis and YourKit snapshot)
So since IDEA 10 the editor has been sluggish on a decent spec machine (Core 2 Duo, 3GB-6GB RAM). This has become even worse in the 10.5 EAP and it is particularly bad over a Remote Desktop connect... -
Created build 938 syntax analysis and error highlighting is very slow
I have a ~1400 line Scala file which defines a class and an object. The class extends 5 traits. It uses mostly Java types. After making non-trivial changes, it takes nearly a minute for syntax anal... -
Created Local History UI improvements in 10.5 EAP
Just wanted to say "Nice job!" on the UI improvements to the Local History command. Now if only the VCS Show History output was similar! :) -
Created Latest Scala IDE for Eclipse uses new compiler interface
I just read the announcement about the new version of the Scala IDE for Eclipse and it mentions that it's based on a new compiler interface that has substantially improved its equivalent of type-aw... -
Created Bug Reporter submit button disabled
I have IDEA 10.0.2 installed at work and at home. At work, the Bug Reporter dialog that pops up when an error occurs has a Submit button which sends the exception to JetBrains. However, at home, th... -
Created Replacement for PsiSearchHelper.findAllClasses()
I have some old custom language plugin code (written for IDEA 7) which uses PsiSearchHelper.findAllClasses() to get a list of all classes in the current resolve scope to return from getVariants() i...