diff options
author | Markus Koivisto <markus@vaadin.com> | 2016-04-01 13:46:47 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-25 13:58:48 +0000 |
commit | b2e843e72579c5dabb11f0cf9bd3193e326e9048 (patch) | |
tree | 49034adeef1f2dd0c19c2ad051142f00e139065a /documentation/installing | |
parent | b2f283b414129407f4e839470380e5e5d0383fb4 (diff) | |
download | vaadin-framework-b2e843e72579c5dabb11f0cf9bd3193e326e9048.tar.gz vaadin-framework-b2e843e72579c5dabb11f0cf9bd3193e326e9048.zip |
Update Eclipse documentation for preferences pane
Change-Id: Ibb1a51b708a7ba4d78f56447d7054ee3c6297193
Diffstat (limited to 'documentation/installing')
-rw-r--r-- | documentation/installing/img/preferences.png | bin | 83404 -> 61813 bytes | |||
-rw-r--r-- | documentation/installing/installing-eclipse.adoc | 25 |
2 files changed, 13 insertions, 12 deletions
diff --git a/documentation/installing/img/preferences.png b/documentation/installing/img/preferences.png Binary files differindex 0d566e8a92..c48a86ad9a 100644 --- a/documentation/installing/img/preferences.png +++ b/documentation/installing/img/preferences.png diff --git a/documentation/installing/installing-eclipse.adoc b/documentation/installing/installing-eclipse.adoc index f8fe98bce2..9a11fbc672 100644 --- a/documentation/installing/installing-eclipse.adoc +++ b/documentation/installing/installing-eclipse.adoc @@ -184,26 +184,27 @@ You can open the settings by selecting "Eclipse... > Preferences". .The settings pane image::img/preferences.png[] +The options are as follows: +[guilabel]#Enable automatic widgetset compilation# :: Compiles the widgetset +of Maven-based projects whenever there are changes and the project is rebuilt. -The options are as follows: +[guilabel]#Enable Vaadin pre-release archetypes# :: Adds pre-release +(alpha/beta) archetypes to the archetype selection list when creating a new +Vaadin project. -[guilabel]#Enable Vaadin Notifications# :: Disabling this disables all notifications. +[guilabel]#Enable# :: Disabling this disables all notifications. -[guilabel]#Inform me about new notifications using a popup# :: Disabling this stops +[guilabel]#Show popups# :: Disabling this stops pop-ups from appearing. The notifications can still be viewed by opening the notification center window. -In the [guilabel]#Update Schedule# panel, you can set the polling frequency. - -[guilabel]#Refresh notifications from scratch each time when list is shown# :: -Forces the notifications center to poll all notifications every time. - -[guilabel]#Get notifications on IDE start# :: Immediately request notifications when the -IDE starts without waiting for the polling interval. - -[guilabel]#Look for new notifications / Vaadin versions# :: Interval for polling new notifications. +[guilabel]#Check for new Vaadin versions# :: +Polls for new Vaadin versions once every 24h and gives a notification if there +are new versions available. +[guilabel]#Check for new notifications from vaadin.com# :: Polls the Vaadin site +for notifications once every 4 hours. [[installing.eclipse.update]] |