Eclipse simple configuration in Eclipse using GitHub Eclipse shortcut keys

Source: Internet
Author: User

  • Unzip the eclipse package into the English directory
  • Eclipse Simple Configuration
      • Set character sets
        • Window--preferences--general--workspace--text file Encoidng--other--utf-8
      • Set JDK Path
        • Window--preferences--java--installed JREs
          • Check if the path corresponds to a JDK, not a JRE. If not, configure it.
      • Formatting code
        • Window--preferences--code style--formatter--edit--braces--all Choose Next line
  • Using GitHub in Eclipse
      • Note: You must update the code before committing the code
      • Copy Job URL Https://github.com/Cheer201704/Homework
      • Import git Project
        • File--import--git--projects from Git--clone uri--next--next--Select Master Branch--next--import as General Project--finish
      • Modify or add a submitted user name
        • Window--preferences--team--git--configuration--user Settings--add entry--
          • User.Name
            • User name
          • User.email
            • Mailbox
      • Update git project
        • Right-click Project--team--pull
      • Submit a Git project
        • Open the Git Workbench
          • Window--show View--other--git--git Staging
        • Drag the modified, added, and deleted files from Unstaged changs to staged changes
        • Write a commit comment/log
        • Commit and Push
      • If you encounter a commit that is unsuccessful
        • Right-click on Project--team--push branch ' Master ' ... Push code to the remote repository
    • Eclipse shortcut keys
Ctrl + Shift + T (Type) Open Class
Ctrl + Shift + R (Resource) Open any File
Ctrl + Shift + O (Organize Imports) Introducing JAR Packages
Ctrl + O (Outline) Show basic information about a class
Ctrl + F (Find) Find content
Ctrl + K After selecting the characters in, look down
Ctrl + Shift + K After selecting the characters in, look up
AIT + <- Back to the
AIT + Move forward
Ctrl + T Move the cursor to the class name to allow the class to inherit the relationship view, or move to the method name to view the method's inherited diagram
Ctrl + left mouse button Open a link (class, method)
Ctrl + Shift + F Formatting Java code
AIT + Shift + A Enter column edit mode or exit column edit mode
F11 Start debugging
Ctrl + F11 Run the program
F5 Single Step Into
F6 Single-Step Skip
Ctrl + Shift + X Capital
Ctrl + Shift + Y Lowercase

Eclipse simple configuration in Eclipse using GitHub Eclipse shortcut keys

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.