Dark Horse Programmer---a few practical tips

Source: Internet
Author: User

------iOS training, Java training, Android training, iOS learning technology blog, looking forward to communicating with you------

MAC Displays the current file full path and recovery in the Finder title bar

MAC Displays the current file full path in the Finder title bar

Open terminal, enter command

Defaults write Com.apple.finder _fxshowposixpathintitle-bool true;killall Finder

Restore Default state

Open terminal, enter command

Defaults Delete com.apple.finder _fxshowposixpathintitle;killall finder

Mac shortcut keys

Option-->alt

Command-->win

File operations

Copy Command+c Win+c

Paste Command+v win+v

Fallback Command+z Win+z

Save Command+s Win+s

Window operations

Close Window Command+w

Exit Program Command+q

Manage multiple Desktops Ctrl + UP-cut head

Toggle Program Window Command (long Press) + TAB

Toggle IME Command (Long Press) + Space

Xcode Multi-line indent command +]

Change the Xcode template

Change the Xcode template

Change the Xcode project template

Mac 10.10? Application? Xcode.app? (find Xcode in the application, show package content, and so on) Contents? Developer? The Library? Xcode? Templates? Project Templates ? Mac? Application? Command line tool.xctemplate? templateinfo.plist

In the templateinfo.plist file, you can use a text editor. App opens for easy viewing

Change the Xcode comment template

Mac 10.10? Application? Xcode.app? (find Xcode in the application, show package content, and so on) Contents? Developer? The Library? Xcode? Templates? File Templates ? Cocoa? Objective-c class.xctemplate? NSObject

___filebasename___.h

___filebasename___.m

In the above two files are changed to inherit from the NSObject of the class's comment template

Dark Horse Programmer---a few practical tips

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.