Calum Maclean

Avatar
  • 活动总数 165
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 56
  • Calum Maclean 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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 创建了一个帖子,

    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...