Profetas

- 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... -
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. -
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? -
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... -
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. -
Created Target configuration
At the moment I am going to XCode to change target configuration, how can I change build configuration in appCode? -
Created plist open Xcode
When I double click on plist my Xcode opens. Maybe that is bad MacOX configuration I am not sure -
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? -
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... -
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