-
Notifications
You must be signed in to change notification settings - Fork 121
Release Note
Jens Piegsa edited this page Jul 8, 2016
·
180 revisions
Now All the css capabilities that are provided with my theme can work standalone. It means, you can stylize your e4 based app super easy.
- Now Empty Part Stack styles are applied without any delay.
- Now You can stylize Forms. (Heading, Section, Hyperlinks)
And Several minor bugs are gone.
Theme store can be accessed by drop down menu.
You can easily browse shared themes visually, and instantly apply it to your eclipse. You can also share your preset, favorite, leave some comment in real time.
#179 Now you can customize drag feedback color.
#148 Now you can set close button position as text baseline.
#178 Now the title of busy parts will be shown as italic.
There are several named colors that refers Eclipse Text Editor Preference:
- jtexteditor-background
- jtexteditor-foreground
- jtexteditor-selection-background
- jtexteditor-selection-foreground
Can be used as:
Section StyleText {
background: jtexteditor-background;
}
- You don't have to open new window or re-start eclipse to apply full effect anymore.
- #177 Linux user should not have to see broken(half clipped) toolbar anymore.
- Now you can customize color of the status bar and perspective switcher.
See Old Release Note also.