Differences

This shows you the differences between two versions of the page.

Link to this comparison view

persisting_ui_state [2014/12/01 11:09]
persisting_ui_state [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Persisting UI State in Eclipse e4 ======
 +In Eclipse there are many parameters where one can configure if the UI is to be persisted and if/how to be restored.
  
 +  - plugin.xml: ''<property name="clearPersistedState" value="true"></property>''
 +  - -clearPersistedState
 +  - -persistState true/false
 +  - -deltaRestore true/false
 +
 +{{tag> e4}}