Jeeeyul's PDE-tools provides some cool features for Eclipse Plugin Developers.
It was originated for me and my team. And it works great for me. I hope it helps you too.
← Drag it to your eclipse workbench to install! (I recommand Main Toolbar as Drop Target) |
- Clipboard History
- Crazy Outline View
- Generates Shared Image Constants for Plugin Developments
- Icon Previewing Decorator
- Enhanced Clipboard (History feature)
- Bundle Image Resource Navigator
- Screenshot tool
- Workspace Launcher NEW!
- Update Site(Eclipse 3.7 ~ 4.2):
http://jeeeyul.github.io/update/
If you updating PDE-Tools, Please restart your eclipse with -clearPersistedState Options after update. see why
eclipse -clearPersistedState
Just press Control + Shift + V instead of Control + V, then you can paste contents from history of Clipboard.
It also provides view.
Icon files are directly showed in Package Explorer or other navigators.
It's fast and light-weight, content change sensitive.
PDE Tools generates Java constants for monitored folder. It also support structured folders as sub palettes.
- Select a plugin project and press right mouse button.
- Select "Configure > Enable Shared Image Generator"
- That's all.
You can easily browse image files on plugins, and just drag and drop into your project to reuse icons.
Crazy Outline View provides awesome way to navigate your source code.
It supports not only text based editor also support multi-paged editors.
Window >> Show View >> Others... >> Plug-in Development >> Crazy Outline
or Just press Ctrl(or Command) + 3 and type crazy.
Use Camera icon or Alt + Shift + 2 to take screenshots of Eclipse parts.
When you taking snapshot, press Command(or CTRL) then click to make a shot, then you will see, result image is rendered with Windows Aero effect with transparency.
Now you can launch other workspace rather than switch. It is more useful for MacOSX users.
This software is distributed under the EPL
Basically this license allows almost everything what you want to do including commerical purpose. Read details from here. And It doesn't provide any Warranties.