Jan Barnholt

Avatar
  • 活动总数 36
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 10
  • 创建于

    Auto-completion for editing HTML

    Hi there!I've got an AppCode project with a bunch of html files.All files are part of the project and I'd like to get auto-completion to present me with the available files in the project when addi...
    • 2 个关注者
    • 5 条评论
    • 0 票
  • 创建于

    AppCode keeps adding 'funny' includes..

    Hi there,is it a known issue that AppCode keeps adding 'funny' includes to C++ files when performing refactorings, i.e. stuff like#import <c++/4.2.1/bits/stl_algo.h>It keeps doing that - mostly for...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Anybody using the 'Extract method' refactoring in C++ code?

    Hi all,is anybody using the 'Extract method' code refactoring for C++?It appears to be broken in so many ways.. as in: breaking my code in so many ways!I've started creating new issues but given th...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Possible to change dialogs to behave like OS X dialogs?

    Hi all,I'm running the default configuration of AppCode with the Xcode shortcut settings enabled.I've found it quite annoying to have the dialogs behave like .. don't know - UNIX, Windows dialogs?S...
    • 2 个关注者
    • 3 条评论
    • 0 票
  • 创建于

    Refactoring to make Obj-C method visible?

    Is it possible to automatically add a declaration for a method that's used/defined only within in the class?I.e. the Objective-C equivalent of a make method public refactoring?Cheers,Jay
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Keymap not accurate?

    Hi again,FWIW I'm using the Xcode mapping in AppCode since first launching the app.Trying to figure out why the Optimize Imports short cut never works for me I've noticed that the definition in the...
    • 3 个关注者
    • 4 条评论
    • 0 票
  • 创建于

    AppCode refactorings fail on method_name(void)

    Hello again,I recognize it's deemed bad style - http://www.parashift.com/c++-faq-lite/void-in-param-list.html - to have void parameters in C++ code, however many code bases still make frequent use ...
    • 2 个关注者
    • 2 条评论
    • 0 票
  • 创建于

    Refactoring to change return type?

    Is there a refactoring for C++/Objective-C++ code to change a methods return type?I've just tried to change the signature from   static CDebugManager *Instance()to   static CDebugManager &Instance(...
    • 3 个关注者
    • 7 条评论
    • 0 票
  • 创建于

    'Make static' refactoring for C++/Obj-C++ code?

    I've just started trying out AppCode, primarily for the C++ refactorings I'm sorely missing in Xcode.Being a heavy user of ReSharper in my dayjob I'm somewhat disappointed to see just a handful of ...
    • 2 个关注者
    • 3 条评论
    • 0 票