Can any body tell me how to start the coding in the Cappuccino with the xcode? - cappuccino

Can any body tell how can i start to code in the Cappuccino in the xcode any tutorials or any good pdf that make me enough to start work with the xcode .
Thanks

On the Cappuccino site, there's a place where you can download an installer that will add some Cappuccino templates to the standard Xcode template projects: http://cappuccino.org/learn/tutorials/getting-setup.php#editors
From there, you can choose File > New Project, and the Cappuccino templates should show up there in the New Project picker.
However, I don't believe the installer has been updated recently, so your mileage may vary. =(

here you can find the latest Xcode templates.
regards,
raphael

I really would recommend that you go with Coda instead.
If you were interested in “taming” Xcode (it is not designed for Obj-J though), look into http://github.com/araxara/cappuccino/tree/Xcode/Tools/Editors/Xcode/. However, it feels very wrong and Coda / TextMate can bid you extra productivity.

Related

file types grouped, how to ungroup

in windows 7, after installed Komodo Edit, i tried to change filetype icon using FileTypesMan from NirSoft, but as weird as it is, as soon as I change desription for .js it changes to the same too for .php and vice-versa the other way too. My guess is, maybe Komodo added it to some file types group, but dunno how to diferentiate them? My primary goal is to have a custom php icon for php and js files (each one different)
any experience anyone, or suggestions?
Newer heard before of such binding between different file extensions
Unfortunately Komodo uses your system file icons so it does not have direct control over what language icons you see. If you'd want to change those icons you would have to do it at the system level.
Note that we will most likely be using our own language icons in one of our next releases, which should solve issues like the one you are having.
Note that if you're feeling really adventurous you could develop an addon or customize the source directly (available at https://github.com/Komodo/KomodoEdit). Feel free to join us on IRC if you have any questions - #komodo on irc.mozilla.org.
Source: Komodo Dev.

How to use Xcode Utility view?

Sorry for such a basic question.
After using MS Visual Studio for 15 years, I recently moved to Apple and its Xcode. So I am really newbie in this new tool. I can work with some very basic parts of utilities as Referencing outlets or such stuff, but there are a lot of other stuff there that I had never seen in Visual Studio (as file owner, accessibility reference, ...)
I am looking for a good tutorial on that. Any one knows any? Any suggestions will be appreciated.
Apple has very helpful documentation about their technologies: OSX and iOS
The best place to start using Xcode is Xcode 4 User Guide and Xcode Quick Start Guide
This is something like Properties menu in VS. the only difference is that you can simply change to Assistant editor and hold control+drag from each one directly to your code.
Remember this is based on MVC ( Model= data, View= what you see and Controller)
In fact view and model are almost separated and controller is the connector between them:
this may help in the picture above: everything is counted based on Controller: OUT-let can remind you OUT of controller: I mean commands from controller to something. and sender means what sends messages TO the controller. These will make codes just like delegate coding in Visual Studio when you drag and drop an object to the window and double click on them. The (id)sender is counterpart of (void)sender in VS.
watch the Stanford iOS class on iTunesU. It is very good and if you know programming it will be very fast. Make sure you watch the fall 2011 version, it is about iOS5 and xcode4.

I couldnt find any- "comment" / "uncomment" icons/images in the VS2010ImageLibrary, can anyone help me?

I am searching for icons/images for my application.. especially for the menu and toolbar..
i am looking for the following icons/images (16x16 if possible):
1. comment
2. uncomment
this icons can be found in the IDE of Visual Studio (comment/uncomment lines)
I am asking this because for some reason I couldn't find any of this icons in the "VS2010ImageLibrary" which ships with Visual Studio 2010
Thanks in advance,
Din
Those icons are probably copy right protected, a much better option would be to use a Royalty-Free image site like www.istockphoto.com
That way you can't get sued.
In the time you spent looking for those icons, you could have easily rolled your own! Those two icons are mostly a bunch of straight lines.
You could make your own icons that also make even more sense that Microsoft's. For example:
//
//
Try http://www.freeiconsweb.com/ as well.

Can anyone explain why my workflow designer is so messed up?

I'm trying to learn TFSBuild 2010 and workflows and I found using the designer was very confusing. Then I realized from seeing screenshots of other peoples workflows, my designer is clearly messed up. Take a look at this:
http://imgur.com/uoKJ8.png
Something is very strange here. As I click on each task the borders for that task show up but this can get extremely confusing when there is a lot going on.
Yes, your designer is messed up. Why? Dunno.
First thing I'd do is update your graphics card. WPF is sensitive to bad video drivers.
Second is to go to Tools-Options and check out the Workflow options. You can change the "theme" of the workflow there. Change the theme, restart it and see if that makes a difference. If it works, you can try going back to the other theme.
Lastly, I'd definitely open a Connect on this. Check for the link under the Help menu.
Could it be that the XAML file for your workflow has invalid markup and is corrupted? Does it look the same when you create a new/empty workflow?
I'd say that if its happening for all workflows, including new ones, then you probably should try posting on a Microsoft help forum like this one.
Can you show your XAML file? Seems that it has more to do with the rendering of the Rehoster.

How does MacOS developer navigate large code base

I am new to MacOS development. I would like to know how developer navigate code in a large code base on MacOS? E.g. webkit? I have webkit (c++) built in XCode, but the source code navigate is not that great.
I am looking for something like Java source code navigation in eclipse. e.g. display class hierarchy, e.g. caller of a particular method?
Any one has any idea?
I think what you are looking for is the "Project Symbols" item in the Groups & Files sidebar.
If you double-click it, there are more view/filters, like only showing your project's classes:
Project Symbols http://img25.imageshack.us/img25/6709/symbolbrowserwebkit.png
TextMate (commercial program) has a project browser, it's better than just using XCode to get an overview. For navigating the many files to see how the big projects are layed out, you need a good file manager, such as PathFinder.
Class Browser may help.
Project->Class Browser or Command+Shift+C

Resources