Profetas

Avatar
  • Total activity 28
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 11
  • Created

    Ant build works from command line but not on IDE

    I have been debuging this for a while now.The same ant file when I run from command line it works perfectly but when I run from the IDE I get java.lang.NoClassDefFoundError: org/apache/tools/ant/ty...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Unused code (Code inspection)

    I got many false positives with code inspection. I used the code inspection to do some cleanning but when I compiled with Xcode I had to roll back many of my changes.
    • 4 followers
    • 4 comments
    • 0 votes
  • Created

    Indexing too long

    Can I change what is indexed? Since at the moment appCode is indexing many files that it doesn't need to and it takes so long. How can I optimize this indexing process?
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    False memory inspection?

    I have a attribure payAmount and I overwrite the set method with:- (void)setPayAmount:(NSDecimalNumber *)amount {    [amount retain];    [payAmount release];    payAmount = amount;    [self updateR...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [var release] code completion

    How can I change this code? When I declare a variable I would like to have in deallocvar = nil instead of release.Maybe this should be another possible code suggestion.
    • 3 followers
    • 9 comments
    • 0 votes
  • Created

    Target configuration

    At the moment I am going to XCode to change target configuration, how can I change build configuration in appCode?
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    plist open Xcode

    When I double click on plist my Xcode opens. Maybe that is bad MacOX configuration I am not sure
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Bad module icon

    In my project one of my modules has a question mark representing my module instead of the common "folder" icon. Ist that something I did wrong?
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Not exporting all files to out/production

    Hi,I have a folder with some TXT files and when I build my project only some of these files are copied over to out/production I have to manually copy the other files.How do I specify that I want al...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Code Navigation

    Hi,I have an annoying problem. Whenever I Ctrl + click on a class name it takes me to the .class file instead of the source fileHow can I change it?Regards,Lucas
    • 2 followers
    • 1 comment
    • 0 votes