Jan Barnholt
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 -
Created 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... -
Created 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 ... -
Created 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(... -
Created '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 ...