Changes between Version 15 and Version 16 of ConfiguringIDE
- Timestamp:
- 07/20/2016 11:24:09 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfiguringIDE
v15 v16 97 97 [[Image(compare_package_menu.png)]] 98 98 99 === Link the editors with the Package Explorer view === 100 Sometimes it is hard to find out where the file you have opened in an editor is physically located (e.g. which project, which package, which folder). Linking editors and ''Package Explorer'' make sure that the file from the current active editor is always selected in the ''Package Explorer''. To enable or disable this feature click the link button in the ''Package Explorer'': 101 102 [[Image(configuration_link.png)]] 103 99 104 === Working sets === 100 105 If an application consists of multiple projects that are present in the workspace it is easily overwhelming and hard to keep track of the current working environment. Eclipse working sets allow to hide certain elements from the ''Package Explorer'' reducing the visible elements to a desired set of projects. This is useful if you are working on a single or a few projects right now. Since the other projects are not deleted but just hidden they can still be used for compiling and deploying but will not crowd up the ''Package Explorer''. … … 131 136 132 137 [[Image(workingset6.png)]] 133 134 === Link the editors with the Package Explorer view ===135 Sometimes it is hard to find out where the file you have opened in an editor is physically located (e.g. which project, which package, which folder). Linking editors and ''Package Explorer'' make sure that the file from the current active editor is always selected in the ''Package Explorer''. To enable or disable this feature click the link button in the ''Package Explorer'':136 137 [[Image(configuration_link.png)]]138