diff --git a/documentation/ChangeLog.md b/documentation/ChangeLog.md index f6f6c7cfa..3549fdef4 100644 --- a/documentation/ChangeLog.md +++ b/documentation/ChangeLog.md @@ -1,6 +1,8 @@ ## release ChangeLog ### (NextVersion) + +### 1.0.3 * Fixed: recurring timeouts invoking Content Assist and other engine operations with large projects like GTKD. (#143) * Now the timeout will still occur the first time Content Assist is invoked in a session, but the background engine analysis operation will not be cancelled: it will continue in the background, allowing the analysis to complete and future invocations to not timeout. * Fixed: Code Folding preferences are never saved. (#149) diff --git a/feature/feature.xml b/feature/feature.xml index a2e524ba0..2096b5152 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/feature/pom.xml b/feature/pom.xml index 033bf77fa..7e0d063f3 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-feature diff --git a/plugin_ide.core.tests/META-INF/MANIFEST.MF b/plugin_ide.core.tests/META-INF/MANIFEST.MF index c113f56f8..7fb705c08 100644 --- a/plugin_ide.core.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.core.tests/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.core.tests;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Fragment-Host: org.dsource.ddt.ide.core Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.core.tests/pom.xml b/plugin_ide.core.tests/pom.xml index 825274fb1..0cb623740 100644 --- a/plugin_ide.core.tests/pom.xml +++ b/plugin_ide.core.tests/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.core.tests - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.core/META-INF/MANIFEST.MF b/plugin_ide.core/META-INF/MANIFEST.MF index d262f7777..2805018c3 100644 --- a/plugin_ide.core/META-INF/MANIFEST.MF +++ b/plugin_ide.core/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.core;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.core/pom.xml b/plugin_ide.core/pom.xml index 076005e2d..2a59e2cd1 100644 --- a/plugin_ide.core/pom.xml +++ b/plugin_ide.core/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.core - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-plugin \ No newline at end of file diff --git a/plugin_ide.debug/META-INF/MANIFEST.MF b/plugin_ide.debug/META-INF/MANIFEST.MF index 569faac4c..6d9015111 100644 --- a/plugin_ide.debug/META-INF/MANIFEST.MF +++ b/plugin_ide.debug/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.debug;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.debug/pom.xml b/plugin_ide.debug/pom.xml index b9df4200e..362e877c1 100644 --- a/plugin_ide.debug/pom.xml +++ b/plugin_ide.debug/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.debug - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-plugin diff --git a/plugin_ide.ui.tests/META-INF/MANIFEST.MF b/plugin_ide.ui.tests/META-INF/MANIFEST.MF index c3f25d5e4..f9bc0464a 100644 --- a/plugin_ide.ui.tests/META-INF/MANIFEST.MF +++ b/plugin_ide.ui.tests/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.ui.tests;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Fragment-Host: org.dsource.ddt.ide.ui Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests diff --git a/plugin_ide.ui.tests/pom.xml b/plugin_ide.ui.tests/pom.xml index 7deeea6ce..c118ca872 100644 --- a/plugin_ide.ui.tests/pom.xml +++ b/plugin_ide.ui.tests/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.ui.tests - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-test-plugin diff --git a/plugin_ide.ui/META-INF/MANIFEST.MF b/plugin_ide.ui/META-INF/MANIFEST.MF index 4ce813fe8..594110ae5 100644 --- a/plugin_ide.ui/META-INF/MANIFEST.MF +++ b/plugin_ide.ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.ide.ui;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_ide.ui/pom.xml b/plugin_ide.ui/pom.xml index f050dfffe..a97fbd4b4 100644 --- a/plugin_ide.ui/pom.xml +++ b/plugin_ide.ui/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.ide.ui - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-plugin diff --git a/plugin_tooling.tests/META-INF/MANIFEST.MF b/plugin_tooling.tests/META-INF/MANIFEST.MF index 4d01e8891..64c162428 100644 --- a/plugin_tooling.tests/META-INF/MANIFEST.MF +++ b/plugin_tooling.tests/META-INF/MANIFEST.MF @@ -1,8 +1,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.dtool.tests;singleton:=true -Bundle-Version: 1.0.2.qualifier -Fragment-Host: org.dsource.ddt.dtool;bundle-version="1.0.2" +Bundle-Version: 1.0.3.qualifier +Fragment-Host: org.dsource.ddt.dtool Bundle-Vendor: %pluginProvider Bundle-Name: %pluginNameTests Bundle-Localization: plugin diff --git a/plugin_tooling.tests/pom.xml b/plugin_tooling.tests/pom.xml index 076c506b8..32ec8a135 100644 --- a/plugin_tooling.tests/pom.xml +++ b/plugin_tooling.tests/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.dtool.tests - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-test-plugin diff --git a/plugin_tooling/META-INF/MANIFEST.MF b/plugin_tooling/META-INF/MANIFEST.MF index e4b4c9a22..1a1eea107 100644 --- a/plugin_tooling/META-INF/MANIFEST.MF +++ b/plugin_tooling/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.dsource.ddt.dtool;singleton:=true -Bundle-Version: 1.0.2.qualifier +Bundle-Version: 1.0.3.qualifier Bundle-Name: %pluginName Bundle-Vendor: %pluginProvider Bundle-Localization: plugin diff --git a/plugin_tooling/pom.xml b/plugin_tooling/pom.xml index 72496e6ec..f996a9813 100644 --- a/plugin_tooling/pom.xml +++ b/plugin_tooling/pom.xml @@ -11,7 +11,7 @@ org.dsource.ddt.dtool - 1.0.2-SNAPSHOT + 1.0.3-SNAPSHOT eclipse-plugin