Showing posts with label OS X. Show all posts
Showing posts with label OS X. Show all posts

Wednesday, June 17, 2015

XCode short cuts!!


When we are working with Integrated Development Kit(IDE) like Xcode, Eclipse, PyCharm etc, Short cuts will help you a lot and increases productivity. So here are the some of the short cuts which will be very useful for the Xcode. When developing iOS application these Xcode short cuts will help you a lot

Xcode is organized into four blocks as below

1. Navigation Area: where all the project files will be displayed in hierarchal order
2. Editing Area: Where we can add/edit our source code to the files and this will be always visible most of the time, and no need to hide this area.
3. Debug Area: Where we can check the logs/message and stack frames when using break points
4. Utility Area: where we can find the properties of the UI elements and widgets etc.



Special keys on Mac Laptop: Short cuts are combination of multiple keys mostly special keys and characters and numbers.

⌘ - Command, Cmd
⌃ - Control, Ctrl
⌥ - Alt, Option, Opt
⇧ - Shift

Most frequently used and very usefull Xcode short cuts:

⌘+0 - Navigation area
⌘+⌥ +0 - Utility area
⌘+⇧+Y - Debug area
⌘+⇧+o - File search and opening
⌃+⌘+Up/Down Arrow - switching/changing .m and .h
⌃+⌘+Left/Right Arrow - go forward/back ward
+ 6 - to find a method in a file


Below are some more use full short cuts:

#+1 - Project Navigator
#+2 - Symbol Navigator
#+3 - Find Navigator
#+4 - Issue Navigator
#+5 - Unit Tests Navigator
#+6 - Debug Navigator
#+7 - Break Point Navigator
#+8 - Report Navigator
#+b - Building project
#+r - Running the application
⇧+⌘+k - cleaning the project



Happy Xcoding!!!



Thursday, November 6, 2014

MySQL installation failure in OS X Yosemite!!

Recently I upgrade my MacBook Pro to latest Mac OS X version Yosemite. And when I try to install mysql, after completing the installation process , it is showing "The installation failed" message as shown below. I google for it and I found that actually mysql got installed successfully, but it was showing that message.




You can start working only mysql by starting mysql server. And below are the steps to do it.

To start mysql server:

sudo /usr/local/mysql/support-files/mysql.server start

To stop mysql server:
sudo /usr/local/mysql/support-files/mysql.server stop

to login mysql via terminal:
/usr/local/mysql/bin/mysql

Subscribe to: Posts (Atom)

Popular Posts

AltStyle によって変換されたページ (->オリジナル) /