Detailed Exploration of Xcode menu options (dry goods), xcode menu exploration dry goods

Source: Internet
Author: User

Detailed Exploration of Xcode menu options (dry goods), xcode menu exploration dry goods

In this article, the Xcode version is 7.1, basically exploring every button in the menu. Although xcode7 has been used since xcode4, it generally only uses some basic functions. In an accidental opportunity, I suddenly found the option "display call Level" to know that the menu button is not useless, but useful, but you do not know it. I thought that this kind of things would not necessarily be valuable and delayed, but the two ideas eventually drove me to finish it carefully. First, it was not long before xcode7.1 was updated, this timeliness is okay (xcode's menu changes are not small every year). Second, this article is a dry product. You can check it back and forth when you are unsure or afraid of making a mistake in a large project, other Bloggers can also query this information.

The options marked with strikethrough below are too basic and can be ignored. You need to pay attention to the options marked with red.

If you do not see this article in Dong baoran blog, click to view the original article.

Xcode-Menu
File:

 

New: you can create a New tap, window, New file, playground, workspace, target, and so on.

Add Files to XX: Introduce Files to this project

Open: Open a file

Open Recent: Open a recently opened project or Working Group

Open Quickly: Quickly Open a file by searching for file names

Close: all of these options disable the operation.

Save: Save

Duplicate: Copy

Revert to Saved: roll back the changes to this file to the last time it was Saved.

Unlock: Unlock when you want to modify a third-party library or System File

Show in Finder: displayed in Finder

Open with External Editor: Open with External Editor

Save As Workspace: Save As workgroup

Page Setup: Page settings, generated for Printing

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

 

Edit:

 

Undo: Undo

Redo: undo

Cut: Cut

Copy: Copy

Paste: Paste

Special Paste: Special pasting ??

Paste and Preserve formatter: Paste and match the style

Duplicate: Copy

Delete: Delete

Select All: Select All

Filter: Filter. You can select to Filter in the navigation bar or in the library.

Sort: Sorting (I still don't know how to use it)

Format: Format

Font: You can open the Font and color settings box and copy the style.

Text: You can set the right-side alignment of the encoding page to display the top ruler.

Spelling and Grammar: Spelling tips and syntax tips.

Substitutions: a dashboard is displayed to provide micro-operations.

Transformations: converts English to uppercase, lowercase, and uppercase.

Speech: start talking and end talking.

Refactor: refactoring

Rename

Extract Extraction

Create Superclass

Move Up

Move Down

Convert: Convert to ARC, swift, etc.

Encapsulate Encapsulation

Start Dictation: Start Dictation

Emoji & symbols: emoji expressions and special symbols

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

View:

 

Standard Editor: Standard module

Assistant Editor: Assistant module

Version Editor: Version Module

Navigators: contains the switchover of the eight navigation modules on the left of xcode.

Debug Area: the debugging box and the print output box at the bottom.

Untilities: the above two options on the right side of xcode and the following four options.

Show File Inspector: display File check

Show Quick Help Inspector: displays Quick Help

File Template Library

Code Snippet Library

Object Library

Media Library

Hide Utilities Hide entity tools

Hide Toolbar (top of XCode)

Hide the Tab Bar of Hide (using the tab switch generated by cmd + T)

Enter Full Screen: Full Screen

 

 

 

 

 

 

 

Find:

 

Find in Workspace... Search

Find and Replace in Workspace... Search and replace in the workgroup

...

Where can I find or replace the four above, and the four in the middle are in the selected files or groups,

Find or replace the following four items, and then replace them.

Find Call Hierarchy: Find the Call level.

Hide Find Bar: Hide the search Bar

Use Selection for Find: select a place to search

Use Selection for Replace: Replace with the selected place

 

Navigate:

 

Reveal in Project Navigator: this file is displayed in the Project navigation.

Reveal in Symbol Navigator: reveals a method in symbolic navigation

Open in Assistant Editor: Open with the split-screen Assistant

Open in... how do you want to Open

Move Focus To Next Area

Move Focus To Editor

Go Forward advances, which is equivalent to drawing two fingers left and right

Go back

Jump to select from Jump to Selection

Jump to Definition

Jump from Jump to OriginalSource to the source file

Jump to the Next question through Jump to Next Issue

Jump to Previous Issue Jump to the Previous question

Jump to Next Counterpart :??

Jump to Previous Counterpart :??

Jump to Line in xxx. m: the row to which the file is redirected.

Jump to Next Placeholder :??

Jump to Previous Placeholder :??

 

 

 

 

 

 

Editor: (in the selected file status)

 

Show Completions: Display auto-completion

Edit All in Scope: Modify the selected variable or word in the full text of the current file.

Fix All in Scope: automatically process the error that can be solved in the current file, which is equivalent

Show issue: displays errors and hidden errors. It is equivalent to clicking the button on the left.

Issues: controls whether to display all error warnings or only warnings.

Structure: Structure

Balance Delimiter: directly select the entire braces where the cursor is located

Re-Indent: Indent the format

There are four more tabs, respectively, moving one tab forward or backward, and moving one line up and down

Code Folding: provides various Folding and unfolding features

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

Syntax Coloring: sets the highlighted color of each Syntax.

Show Invisibles: displays all hidden things, such as spaces.

Show Blame for Line: displays the modifier and log of the selected row.

Show Code Coverage: display the Coverage of the Code

 

 

 

 

Editor: (select the xib status)

 

Canvas

Show Selection Highlights: displays the highlight of the selected control

Show Resize Knobs: displays the small square next to the Constraint

Show Constraints: Display Constraints

Show Involved Views For Selected Constraints: displays the view Involved in the Constraint

Show Layout Rectangles Layout rectangle

Size Class: screen layout, which is equivalent to a button under xib.

Show Bounds Rectangles Show Bounds rectangle

Hide Document Outline: Hide or display the level chart on the left

Reveal in Document Outline: displayed in the hierarchy chart on the left

Align targeting

Align Left Edges Left edge alignment

Align Right Edges Right edge alignment

Align Top Edges Top edge alignment

Align Bottom Edges Bottom edge alignment

Align Horizontal Centers Horizontal Center Align

Align Vertical Centers Vertical Center Align

Align Baselines baseline alignment

Align Horizontal Center In iner Align Horizontal Center In the Horizontal Center of the Container

Align Vertical Center In Container alignment Vertical Center In Container

Arrange: You can move up or down or to the background.

Embed: Embedded. It can be embedded with nav, tabbar, and scrollView.

Unembed

Size to Fit: Suitable

Snap to Guides: enables the guiding line to have adsorption and automatically alignment when controls are near

Guides: Set the boot ruler line

Add Horizontal Guide: Add Horizontal ruler line

Add Vertical Guide: Add a Vertical ruler line

Automatically Refresh Views

Refresh All Views: Refresh All Views

Debug Selected Views: Debug the Selected view?

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

Refactor to Storyboard: re-build SB with VC?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Product:

 

Run: Run

Test :??

Profile: Enable instrument

Analyze: Performs code analysis to detect nonstandard OC syntax.

Archive

Build for: similar to the above functions.

Perform Action :??

Build: Compile

Clean: Clear the previously compiled Cache

Stop: Stop

 

Debug:

 

Pause: Pause and switch to continue

Continue to Current Line: Go to the Line selected by your cursor

Step Over: Crossing

Step Into: Step

Step Out: Exit

Step Over Instruction: Indicates crossing

Step Over Thread

Step Into Instruction: Step direction

Step Into Thread: single-Step execution Thread

Capture GPU Frame: Capture GPU locations

Simulate Location: Simulate the simulator Location

Simulate Background Fetch: Let the simulator go to the Background

ICloud: Related to Apple cloud

View Debugging: View Debugging

Take Screenshot of Active Device:

Capture View Hierarchy: Capture View layers with 3D images

Show View Frame: displays the size of each widget on the simulator.

Show Alignment Rectangles: Show Alignment rectangle

Show View Drawing: Display View Drawing

Show Responsive Scrolling Status: displays the rolling Status of the response.

Deactivate Breakpoints: indicates that a breakpoint is disabled.

Breakpoints: equivalent to the plus sign in the lower left corner, which adds various Breakpoints.

Debug Workflow: displays memory, clear printing, and other operations.

Always Show Disassembly: if this is checked, only the stack information is displayed without the code.

Attach to Process by PID or Name: Set the permission id or name

Attach to Progress: Attach to process

Detach: Skip all breakpoints

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Source Control:

 

The first line is branch management. You can create branch merging branches, configure the branch source, and so on.

Create Working Copy: if there is a reference in the project, copy it.

Checkout: You can select to switch branch.

Commit: Submit

Push: upload code

Pull: Pull code

Refresh Status: Refresh Status

Discard Changes: Discard all Changes.

Add Selected Files: add the Selected question mark Files.

Discard Changes in selected Files: Discard the selected Files.

Mark Selected Files as Resolved: it is equivalent to a solution during the merge or rebase process.

History: You can view the log History of the current branch.

 

 

 

 

Window:

 

Minimize: Minimal

Zoom: equivalent to "Restore" in windows"

Show next tab: if you have two tabs, switch the tab.

Show previous tab: Same as above

Documentation and API Reference: Open the xcode document

Welcome to xcode: to the start page

Device: hardware. You can see MAC, simulator, and mobile phone.

Organizer: open and you can see Archives and Crashes.

Project: view the latest Project. You can also delete Derived Data here.

Bring all to Front: top all opened xcode.

 

 

Help:

 

Search: Search in a directory.

Documentation and API Reference: Open the xcode document

Xcode OverView: xcode OverView

Release Notes: Open the updated iteration log of xcode versions.

What's New in Xcode: What are the New features?

Quick help for selected Item: Quick help, which is equivalent to pressing the option point.

Search Documentation for Selected Text: for more information, see this document.

 

 

If you do not see this article in Dong baoran blog, click to view the original article. The source must be indicated for reprinting.

 

 

 

 

 

 

 

 

 

Related Article

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.