Kevin Peck
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Kevin Peck created a post, Create file with incorrect case, refactor - rename, old name left as orphan item to Git
I accidentally created a new java file called (using simple example) kevin.java. I realized the mistake and did a refactor rename to Kevin.java like it should be. Refactor worked but doinggit statu... -
Kevin Peck created a post, NSLocalizedString code folding is hit and miss in same .M file
Sometimes NSLocalizedString gets code folded i.e. is just shows the string in light grey (dracula theme) and sometimes is shows the full NSLocalizedString macro text. I can see it working and not w... -
Kevin Peck created a post, Is there a way to always use dot notation?
I use dot notation, probably because I also do Android development via Android Studio. AppCode converts to bracket notation when I don't want it to. Is there any way to shut this off?Let's say I ty... -
-
Kevin Peck created a post, AnsweredFeature request: New Java Class - select base class / interfaces
It would be very handy if the New Java Class asked for more than just a class name. I would like to see it ask for the base class and interfaces automattically creating the required constructors an... -
Kevin Peck created a post, Ctrl+U for Evaluate Expression does not work in Eclipse key mapping
Although Ctrl+U is listed in the menu item and in the key mapping for Eclipse it does not show the Evaluate Expression dialog. It appears Ctrl+U is already used. I changed the mapping to Ctrl + Alt... -
-
-
Kevin Peck created a post, printf statements don't appear in console until Run complete
The previous developer used printf instead of NSLog in a number of places. Gives nice clean output when you don't care about time / date stamping etc. Under Xcode I see all the printf output during...