Calum Maclean
- Total activity 165
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 56
-
Calum Maclean created a post, Inspection for class being too public
I used to use an inspection which could find classes which were public, but could be changed to package-protected. (This could also apply to other program elements - methods etc.)I currently can't ... -
Calum Maclean created a post, Highlights usage of imports not working?
MP300SC1 User ManualIn IDEA 7, I could do Highlight Usages in File on "import" in an import statement, and it would tell me where that import is used.In IDEA 9, this doesn't seem to work - it only ... -
Calum Maclean created a post, Reviewing recent Subversion changes
A colleague has recently committed code to our Subversion repository. I want to review the changes.Is there any easy way in IDEA to do this?For example, I'd like to bring up a Tool window which sh... -
Calum Maclean created a post, Build 5594 - download not available
When I try to download the 5594 EXE, I get File not found.The link is http://a972.g.akamai.net/7/972/8166/v0001/jetbrains.download.akamai.com/8166/idea/idea-5594.exe -
Calum Maclean created a post, Keyboard funnies
My custom keymap seems to have gone funny.It seems that it now only contains the keyboard shortcuts which I've explicitly defined (or maybe those added by plugins), and all the default ones are gon... -
Calum Maclean created a post, Subversion Update Project removes most file from working copy
I'm using Subversion with build 5289, and I've just done Update Project. It removed most of the files from my working copy!Has anyone else seen this?I've seen it twice - on a working copy which wa... -
Calum Maclean created a post, Error popup window
Whenever an error occurs in IDEA (which I find fairly frequent with the EAP), the small red popup window at the bottom-right of IDEA appears. (I don't mean the dialog which contains the exception)... -
Calum Maclean created a post, Uninstall option: delete caches
HiThe uninstaller now has an option to delete caches, which is selected by default.Am I right in thinking that this will include deleting your local history?If so, then I think it's dangerous to ha... -
Calum Maclean created a post, Inspection Gadgets: unnecessary return
I've got code which looks something like this:void method(){ if (condition1) { // do something return; } else { // do something else }}The "unnecessar... -
Calum Maclean created a post, Irida and IDEA 4.5 files
HiI'm going to start using the Irida EAP, in the hope that my manager will be buying it.If I use my existing project/module files in Irida, will they still be usable subsequently in 4.5? Or are th...