Skip to content

Open Editors is an eclipse plugin. It adds a view that shows all open editors in a vertical list. You can sort the list by Name or Path and items can be "pinned" to the top. Please file any issues or suggestions!

License

dbickley/OpenEditors

Repository files navigation

Open Editors is an Eclipse plugin. It adds a view that shows all open editors in a vertical list.

You can find more information on the GitHub Pages Site.

Published on the Eclipse Marketplace
Update Site: https://raw.githubusercontent.com/dbickley/OpenEditors/release/updatesite

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

See also the Recent Editors plugin to quickly re-open closed files.

Development Environment Setup

  1. Clone the repository

  2. Download and start Eclipse

  3. Install the plugin Development Tools (PDE) if not done yet

    1. Help > Install New Software...
    2. Work with download.eclipse.org/releases/...
    3. Select 'General Purpose Tools' > 'Eclipse plugin Development Environment.'
  4. Import the projects from the cloned repository

    1. File > Import... > Existing Projects Into Workspace
    2. Select the repository location and import all projects
  5. Configure the Target Platform. It must contain all required plugins and should not contain to much bloat, such that the test environment starts up quickly.

    1. A Target Platform has been prepared in com.deepnoodle.openeditors/config/target-platforms/openeditors.target. Open this file and click 'Set as Active Target Platform' in the upper right corner.
  6. Run the plugin in a new Eclipse instance.

    1. A launch configuration has been prepared in com.deepnoodle.openeditors/config/launch-configurations. You can import it via File > Import... > Run/Debug > Launch Configuration.

Conventions and Configurations

  1. Use spaces instead tabs: Preferences > General > Editors > Text Editors > Insert spaces for tabs: true

  2. Enable UTF-8 encoding: Preferences > General > Workspace > Text file encoding: UTF-8

  3. You can find the code style configuration in com.deepnoodle.openeditors/config/code-style.

    1. Import the configuration file in Eclipse under Preferences > Java > Code Style > Formatter.

    2. Enable formatting on save using Save Actions: Preferences > Java > Editor > Save Actions > Format source code

Building the Update Site

The Eclipse Update Site for this plugin is hosted also on GitHub. You find it in the 'updatesite' folder. The folder in the 'master' branch is for alpha versions and pre-release testing, whereas the 'release' branch contains the released versions of the plugin that are considered stable.

The plugin project contains the code for the plugin. On the other hand, the feature project (ends with '.feature') contains information to bundle and deploy the plugin as an Eclipse Update Site.

  1. Go to File > Export... > Deployable Feature

  2. Choose a target directory.

  3. Under the 'Options' tab, make sure that 'Categorize repository' is checked

  4. Hit 'Finish'

About

Open Editors is an eclipse plugin. It adds a view that shows all open editors in a vertical list. You can sort the list by Name or Path and items can be "pinned" to the top. Please file any issues or suggestions!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages