Xcode is a decent IDE, but now after using it for almost six months I've gotten SO ANNOYED by the ridiculous amount of windows you need flip between while developing! IMO Eclipse style, single-window GUI's are much more efficient than the juggling act w/ Xcode.
Anyway I just had an idea for a (hopefully) simple Cocoa app that'll move/resize the different Xcode windows used while coding (mainly for debugging) so you can anchor each window to one-another and resemble (crudely) an Eclipse/Visual Studio style panel set.
I haven't delved into desktop Cocoa Apps at all and was hoping somebody could tell me how to modify an external window (just size and position) within another unrelated Cocoa application, or if you can't do this at all... I know in Windows you can simply use any running application's unique handle ID and can manipulate the window that way, but I can't seem to find any info on the Cocoa equivalent...
If anybody can help me I'll def post a link to the source for the tool when/if I can get it working. I know there's gotta be tons of people that would like something like this so help a Cocos brother out! Thanks.