Eclipse common settings and shortcut keys

Common settings:

1.Eclipse set External Tools Configuration

   Reference: http://cyf0110.iteye.com/blog/1338635

  • Enter the Windows search tool in the input box under Location: C:\Windows\explorer.exe
  • Enter the variable in the input box below Working Directory: ${resource_loc}
  • Enter the variable in the input box below Arguments: ${resource_loc}

   The specific settings are shown in the following figure:

   

 

WINDOWS eclipse configuration

    Run-->External Tools-->External Tools Configurations…
    new a program (for example, the name is open_file) Fill in
    the location: C:/WINDOWS/explorer.exe
    Arguments Fill in: ${container_loc}

    Then switch to common, check External Tools, and apply.

LINUX eclipse placement:

    In linux, fill in the location: /usr/bin/nautilus   and others are the same as those on windows. After setting, apply.

After configuring according to the above method, select the file or directory you want to open in eclipse, Run-->External Tools-->open_file so that you can open the corresponding location column, for convenience, you can add External Tools to the tool bar That's it.

 

Common shortcut keys:

  1. View the jar package to which the class belongs: Ctrl+shift+T (all java package classpath), Ctrl+shift+R (project classpath)

Remove all comments :

  1. Ctrl+F, enter in the text box: /\*{1,2}[\s\S]*?\*/
  2. Select the regular expression and replace all.

 

Eclipse background color settings

http://blog.csdn.net/liuming_nx/article/details/12973959

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327068162&siteId=291194637