Maps

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created AppCode not recognizing SVN files in parent folders of .xcodeproj
I'm making a Cocos2dx application and it creates a directory structure like this:So the .xcodeproj file is inside the proj.mac folder. And my .cpp, .h files are in the Classes folder.AppCode recogn... -
Created Smart step into is disabled
I'm trying to do the Smart Step Into feature of the debugger. But it always seems to be disabled. I have this code below. And I put a breakpoit on the first line. All the other step features work. ... -
Created How do you do SVN branches and merging?
ok, so I can't seem to figure out merging with PhpStorm. I really couldn't find any good articles/posts on how to that didn't end with "yeah, PhpStorm sucks for merging branches."Branching I seem t... -
Created Information for doing a training session on PhpStorm
Hey everybody, I'm going to do a training session on PhpStom for my company. I'd like some input. What are your favorite/most used features of PhpStormWhat are your favorite hot keys?What should ev... -
Created Best way to have an SVN folder inside another SVN folder?
So I have this type of setupWeb Root Index.php /Images /Stuff /my_svn_library/More_stuff Where Web Root is a respository on our SVN server located at /path/to/web_rootBut my_svn_library is locat...