Skip to main content

Platform and Equinox

Views, Dialogs and Toolbar

External browser used by default By default the Eclipse IDE will open the default system browser instead of the internal browser. You can change this setting via Windows -> Preferences -> General -> Web Browser.
Launch Configuration View The new Launch Configuration View allows quick access to all your launch configurations without the need to enter the launch dialogs.

You can launch (run, debug, profile, etc.) as well as terminate and/or relaunch running configurations directly from the view.

The view also provides API which allows third party contributions to hook into the view and provide "launchables".

Double click on Problem without File shows in default view Double click on Problems executes "Go to Resource". But there are cases where no File (column "Path") is associated with the Problem. In those cases "Go to Resources" cannot be executed. Instead the default "Show In" action is now executed.

This default depends on the perspective.

Text Editors

Multiple text selection Support for multiple selection has been added to Text Editors. Multi selections allow most edit operations (text replacement or insertion, extend selection to next word or to next line, copy/paste...) to apply simultaneously on all ranges.

Multiple strategies are available to enable multi-selections:

  • Turn a block selection into a multi-selection using the To multi-selection command,
  • Add a caret with Alt+Click,
  • Use the new Select All button on the Find/Replace dialog.

Themes and Styling

Windows dark theme styles title bar The windows title bar in the dark theme on Windows OS is now styled in the default dark theme.

General Updates

Ant 1.10.12 Eclipse has adopted Ant version 1.10.12.

Previous Up Next

Back to the top