[go: up one dir, main page]

Menu

Commit [r145]  Maximize  Restore  History

Adapted SettingsEditor to new IDEA 8 style configuration with subnodes instead of a tabbed pane.

rbeeger 2008-11-22

changed /trunk/META-INF/plugin.xml
changed /trunk/Osmorc.ipr
changed /trunk/src/org/osmorc/frameworkintegration/FrameworkInstanceDefinition.java
changed /trunk/src/org/osmorc/settings/ApplicationSettings.java
added /trunk/src/org/osmorc/settings/ApplicationSettingsAwareEditor.java
added /trunk/src/org/osmorc/settings/ApplicationSettingsUpdateNotifier.java
changed /trunk/src/org/osmorc/settings/CreateFrameworkInstanceDialog.form
changed /trunk/src/org/osmorc/settings/CreateFrameworkInstanceDialog.java
added /trunk/src/org/osmorc/settings/FrameworkDefinitionsEditor.java
added /trunk/src/org/osmorc/settings/IDESettingsEditor.form
added /trunk/src/org/osmorc/settings/IDESettingsEditor.java
added /trunk/src/org/osmorc/settings/LibraryBundlingEditor.java
added /trunk/src/org/osmorc/settings/ProjectSettingsAwareEditor.java
added /trunk/src/org/osmorc/settings/ProjectSettingsEditor.java
added /trunk/src/org/osmorc/settings/ProjectSettingsUpdateNotifier.java
changed /trunk/src/org/osmorc/settings/SettingsEditor.form
copied /trunk/src/org/osmorc/settings/SettingsEditor.form -> /trunk/src/org/osmorc/settings/FrameworkDefinitionsEditor.form
copied /trunk/src/org/osmorc/settings/SettingsEditor.form -> /trunk/src/org/osmorc/settings/LibraryBundlingEditor.form
copied /trunk/src/org/osmorc/settings/SettingsEditor.form -> /trunk/src/org/osmorc/settings/ProjectSettingsEditor.form
changed /trunk/src/org/osmorc/settings/SettingsEditor.java
added /trunk/src_test/org/osmorc/settings/ApplicationSettingsUpdateNotifierTest.java
added /trunk/src_test/org/osmorc/settings/ProjectSettingsUpdateNotifierTest.java