Crispin Bennett

Avatar
  • Total activity 141
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 50
  • Crispin Bennett created a post,

    Pruning run/debug configurations

    I could have sworn that AppCode had a method of automatically deleting temporary run/debug configurations (eg. the unit test configs that are created when you run per-class/method unit tests). But ...
  • Crispin Bennett created a post,

    Possibly hairbrained suggestion (Xcode ReSharper-ish assistant/plugin)

    I'm sure you (Jetbrains guys) must have considered this, but it's a thought that cropped up so I thought I'd mention it.I've been using AppCode for some time, pretty much exclusively (forays into c...
  • Crispin Bennett created a post,

    Empty build errors (no error line display)

    I have a current project where, when I build the associated unit test target, if there is any compile-time error in a file compiled into the main target, an empty build error occurs. That is, the m...
  • Crispin Bennett created a post,

    "Cannot create file" with new File Template

    What would cause an error dialogue saying  "Cannot create file" to pop up when trying to use a newly-created File Template? The template is very simple static content, except for one use of $(NAME)...
  • Crispin Bennett created a post,

    Persistent fold region?

    I know I can fold an arbitrary region with "Fold selection" (⌘. by default). Is there an equivalent that will make an arbitrary folded region persistent (ie. so it will remain folded across file op...
  • Crispin Bennett created a post,

    "implement methods" templates?

    Where can I edit the templates inserted when I run "implement methods" (ctrl-i)? I prefer a slightly different style for accessor methods, and the current (as of current EAP) ones are non-ARC.
  • Crispin Bennett created a post,

    How to run Instruments from AppCode?

    I have a Run -> Profile with [configuration name] menu entry, but it is always greyed out (with release and debug configs). Is there something I need to configure to get this operating?
  • Crispin Bennett created a post,

    Where's 'goto definition' in 115.6?

    I see from the blog that ⌘B  now does 'goto implementation' by default. And this is the way it seems to work. But I have two puzzles: how to I 'goto definition'? The menu item (Navigate->definition...
  • Crispin Bennett created a post,

    How to arrange debug tool windows?

    In the Debug tool window, clicking 'Move to Grid' on the Console tab puts it below the other tool windows. Whereas the same action on the GDB tab puts it on a secondary tab alongside 'Variables'.Is...
  • Crispin Bennett created a post,

    Call AppCode diff externally?

    I like the AppCode diff tool better than any of the others I've tried on the mac. Is there any way of calling into it externally?