A detailed exploration of the Xcode menu options

Source: Internet
Author: User

Transfer from http://www.cnblogs.com/dsxniubility/p/4983614.html

This article investigates the version of Xcode is 7.1, basically explores the menu for each button. Although from the XCODE4 has been used to xcode7, but generally only with a number of basic functions, said also ashamed. In an accidental opportunity suddenly found the "Show call level" option to know that the menu button is not all useless, but it is very useful only you do not know. I think this kind of thing carefully summed up also not necessarily have value also delay time, but two idea finally still drive me to finish carefully, First, xcode7.1 just updated not long, this timeliness is also OK (Xcode every year the menu changes are not small); second, this article is a dry nature, I sometimes in the big project is not sure or afraid of the wrong point when you can look back and forth, and other Bo friends can also query.

The following row of strikethrough options is too basic for the option to be ignored, and the option to label red is important to note.

File:

NEW: You can create new taps, Windows, files, Playground,workspace,target, and more.

ADD files to XX: Introduce a file for this project

Open: Opening file

Open Recent: Opens a recent open project or Workgroup

Open Quickly: Quickly opening a file by searching for a filename

Close: These options are all closed operations.

Save: Saving

Duplicate: Copy

Revert to Saved: change this file directly back to last saved

Unlock: To be unlocked when modifying a third-party library or system file

Show in finder: Display in finder

Open with External Editor: opening with external editor

Save As Workspace: Save as Workgroup

Page Setup: Pages setup, for printing

Print ... : Print the current file with a printer

Edit:

Undo: Undo

Redo: Anti-revocation

Cut: Cut

Copy: Copy

Paste: Pasting

Special Paste: Special paste??

Paste and Preserve Formatter: pasting and matching styles

Duplicate: Copy

Delete: Remove

Select all: Choose All

Filter: Filtering, you can choose to filter in the navigation bar and filter in the library

Sort: sorted (don't know how to use it yet)

Format: Formatting

Font: You can open the settings box for fonts and colors, and you can copy styles.

Text: You can set the left and right alignment of the encoded page, showing the top ruler.

Spelling and Grammar: spelling hints and syntax hints.

Substitutions: Will come out a dashboard, provide micro-exercise.

Transformations: You can convert English to uppercase, all lowercase, and capitalize the first letter.

Speech: Start talking and end the conversation.

Refactor: Refactoring

Rename renaming

Extract Extract

Create superclass creating Super class

Move Up moves up

Move Down

Convert: Converted to Arc,swift, etc.

Encapsulate Package

Start Dictation: Start dictation

Emoji & Symbols:emoji Expressions and special symbols

View:

Standard Editor: std module

Assistant editor: Assistant Module

version editor:  version module

Navigators: It contains the switch of 8 navigation modules on the left of Xcode.

Debug Area: The lower middle of the debugging box and the Print output box. The top two options on the right side of

Untilities:xcode and the four options below.

          Show file Inspector: Show files Check

          show Quick H Elp inspector: Show Quick help

          file Template Library   File Template Gallery

          code Snippet Library   Code Snippets Gallery

          object Library   Object Library

           media Library   Media Gallery

           hide Utilities   Hidden entities tool

Hide Toolbar   Hide Toolbars (xcode top)

Hide tab bar   Hide tab bar (tab toggle with Cmd+t)

Enter full screen: fullscreen

Find:

Find in Workspace ... Find in a workgroup

Find and Replace in Workspace ... Find and Replace in workgroups

...

The above 4 is where to find or replace, the middle 4 is in a few of your selected files or groups to find,

The next 4 are find or replace, then replace.

Find call Hierarchy: Finds the calling hierarchy.

Hide Find bar: Hiding the lookup bar

Use Selection for find: Using the chosen place to find

Use Selection for replace: Replace with the chosen place

Navigate:

Reveal in Project Navigator: reveal this file in project navigation

Reveal in symbol Navigator: Revealing a method in symbolic navigation

Open in Assistant Editor: opens with split-screen assistant

Open in.. How do you want to open it?

Move focus to next area moves the focal point to the next region

Move focus to editor moves focusing to the editor

Go Forward Forward, the equivalent of two fingers left to stroke right

Go back

Jump to Selection skip to selection

Jump to definition jumps to definitions

Jump to originalsource skip to source file

Jumping to next Issue jumps to the next question

Jump to Previous Issue skip to previous question

Jump to Next counterpart:??

Jump to Previous counterpart:??

Jumps to lines in XXX.M: Skips to the first line of this file.

Jump to Next Placeholder:??

Jump to Previous Placeholder:??

Editor: (Selected file status)

Show completions: Display Auto-complete

Edit all in Scope: Modifies a selected variable or word in the current file full-text

Fix all in Scope: automatically handles the error that he can solve in the current file, which is equivalent to point

Show issue: Show errors and hide errors, equivalent to the button on the left of the dot

Issues: You can control whether to show all error warnings or just show warnings.

Structure: Construction

Balance Delimiter: Directly selects the entire curly brace where the cursor is located

Re-indent: Indent the format into a tidy

Here are four more, moving forward or backward one tab, moving up and down a line

Code Folding: Offers various folding and canceling folds

Focus Follow Selection: Highlight the module where your cursor is located

Syntax Coloring: Set the highlight color of each grammar

Show Invisibles: Shows all the hidden things, such as spaces.

Show Blame for line: Displays the modified by and log of the selected row.

Show Code Coverage: show the coverage of the codes

Editor: (check xib status)

Canvas Canvases

Show Selection Highlights: Displays the highlight of the selected control

Show Resize knobs: Show small squares next to constraints

Show Constraints: Show constraints

Show involved views for Selected Constraints: Display constraints related to the view

Show Layout rectangles Layouts Rectangle

Size Class: Screen layout-related, equivalent to the button below the point xib

Show Bounds rectangles display bounding rectangle

Hide Document Outline: Hides or displays the left level chart

Reveal in Document Outline: Revealed in the left level chart

Align Alignment

Align left Edges right edge alignment

Align Right Edges Align

Align Top Edges Edge Alignment

Align Bottom Edges Bottom edge Alignment

Align Horizontal Centers Horizontal Center alignment

Align Vertical Centers Vertical Center Alignment

Align Baselines Baseline Alignment

Align Horizontal Center in Container align the horizontal centers in the container

Align Vertical Center in Container aligns the vertical centers in the container

Arrange: Can move down or move to background, etc.

Embed: Embedding, can be embedded Nav,tabbar,scrollview

Unembed de-embedding

Size to fit: sized to fit

Snap to Guides: Allows the Guide line to snap, allowing the control to be aligned automatically

Guides: Setting the guide ruler line

Add horizontal guide: Adding a horizontal ruler line

Add Vertical Guide: adding vertical ruler lines

Automatically refresh views: automatically refreshes the view

Refresh All view: Refreshes all views

Debug Selected Views: Debug the selected view?

Resolve Auto Layout issues: solves the problem of automatic layouts, similar to the point

Refactor to Storyboard: Make VC a SB?

Product:

Run: Running

Test:??

Profile: Open instrument or something.

Analyze: For code Analysis, you can detect some non-canonical OC syntax

Archive: Archive

Build for: Similar to the above features.

Perform Action:??

Build: Compile

Clean: Clear the previously compiled cache

STOP: Stop

Debug:

Pause:  pauses will be switched to continue

Continue to: Go to the line you selected on the cursor

Step over:  across

Step into: Stepping into

Step out: Exit

Step over instruction:  crossing instructions

Step over Thread: stepping through threads

Step into instruction : Step into the instruction

Step into thread: Stepping thread

Capture GPU Frame: Capturing GPU location

Simulate location: Where to simulate simulator

Simulate Background Fetch: Let the simulator go backstage

ICloud: Apple Cloud related

View debugging: Debugging about views

Take screenshot of Active Device:

Capture View Hierarchy: Capturing the view hierarchy with a 3D diagram

Show View Frame: Display the size of individual controls on the emulator

Show Alignment rectangles: show Alignment rectangle

Show view Drawing: Show viewing drawing

Show responsive scrolling status: Show response scrolling status

Deactivate breakpoints   deactivate breakpoints.

Breakpoints: Adds a variety of breakpoints, equivalent to the lower-left corner of the plus sign.

Debug Workflow: The ability to display memory and clear print operations.

Always show disassembly: This will only show stack information without reading the code

Attach to Process by PID or name: Set the permission ID or name

Attach to Prog Ress: Attaching to process

Detach: Skipping all breakpoints

Source Control:

The first line is branch management, you can create a branch merge branch, configure the source of the branch, and so on.

Create working copy: If there is a reference in the project, copy it.

Checkout: You can choose to switch branches.

Commit: Submit

Push: Upload Code

Pull: Code

Refresh Status: Refreshing state

Discard changes: Discard all changes.

Add Selected Files: Add the selected question mark files.

Discard changes in selected files: Discard changes to the selected files.

Mark Selected Files as resolved: equivalent to a solution in a merge or rebase process.

History: You can see the current branch's log histories.

Window:

Minimize: Minimizing

Zoom: Equivalent to Windows "restore"

Show next tab: If you have two tabs, this is the Toggle tab.

Show previous tab: ditto

Documentation and API Reference: Open Xcode Document

Welcome to Xcode: Coming to the start page

Device: Hardware, can see Mac, simulator and phone

Organizer: open to see Archives and crashes

Project: View recent projects, or delete derived Data here

Bring all to Front: Put all Xcode open on top.

Help:

Search: Searches the directory for features.

Documentation and API Reference: Open Xcode Document

Xcode Overview: Open Xcode Overview

Release Notes: Open the log for each version of Xcode update iterations.

What's new in Xcode:

Quick Assist for selected Item: Fast help, equivalent to pressing option point.

Search documentation for Selected Text: detailed help to find this directly in the documentation.

If you are not in the Dong Platinum Blog Park See this article please click to view the original text. The reprint must indicate the source.

A detailed exploration of the Xcode menu options (GO)

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.