Skip to content
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.

Commit

Permalink
Prep 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Feb 15, 2016
1 parent 64c43a2 commit 8f95537
Show file tree
Hide file tree
Showing 17 changed files with 28 additions and 26 deletions.
22 changes: 12 additions & 10 deletions documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
## release ChangeLog

### (NextVersion)
* Fixed incorrect icon for errors and warnings in preference page status.
* Fixed: can't save preference pages with empty fields.

* Fixed bug with Content Assist snippets using the `${word_selection}` variable.
* Dirty editors are now automatically saved if a build is invoked directly from a Build Target in the Project Explorer. (if the workspace "Save automatically before build" option is enabled).
* Fixed workspace resource locking when a build is invoked directly from a Build Target in the Project Explorer.
* Added "headerbar", "BUG", "FIXME", "apl" code snippets.


### 0.14.1
* Added (partial) support for `dub.sdl` DUB projects. (Fixes #122)
* Changing a project from DUB's JSON format to SDL (and vice-versa) during an Eclipse session is not supported. You will need to restart Eclipse for changes to be recognized/refreshed.
* Build Targets display in the Project Explorer is not supported with the SDL format.
* Fixed regression: Console view always activates when a build is invoked.
* Dirty editors are now automatically saved if a build is invoked directly from a Build Target in the Project Explorer. (if the workspace "Save automatically before build" option is enabled).
* Improvement to Auto-Indent when Enter pressed before a closing brace.
* Added "headerbar", "BUG", "FIXME", "apl" code snippets.
* Project builder is no longer invoked when workspace "Build Automatically" setting is enabled and a file is saved. (this was considered a misfeature anyways)
* Minimum and recommended CDT version is now `8.8`.

* Fixed bug with Content Assist snippets using the `${word_selection}` variable.
* Fixed workspace resource locking when a build is invoked directly from a Build Target in the Project Explorer.
* Fixed regression: Console view always activates when a build is invoked.
* When debugging, fixed toggling breakpoints on and off for files that are outside the workspace.
* When debugging, fixed opening source files that are are outside the workspace.
* Fixed line breakpoint icon.

* Project builder is no longer invoked when workspace "Build Automatically" setting is enabled and a file is saved. (this was considered a misfeature anyways)
* Fixed: project Build Targets settings pages shows wrong default for Program Path field
* Fixed incorrect icon for errors and warnings in preference page status.
* Fixed: can't save preference pages with empty fields.

### 0.14.0
* Added support for Eclipse dark theme. Namely:
Expand Down
2 changes: 1 addition & 1 deletion feature-base/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dsource.ddt.base"
label="%featureName"
version="0.14.0.qualifier"
version="0.14.1.qualifier"
provider-name="%providerName"
plugin="org.dsource.ddt.ide.ui">

Expand Down
2 changes: 1 addition & 1 deletion feature-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.base</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.dsource.ddt"
label="%featureName"
version="0.14.0.qualifier"
version="0.14.1.qualifier"
provider-name="%providerName"
plugin="org.dsource.ddt.ide.ui">

Expand Down
2 changes: 1 addition & 1 deletion feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.dsource.ddt.ide.core.tests;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Bundle-Name: org.dsource.ddt.ide.core Tests
Fragment-Host: org.dsource.ddt.ide.core
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.core.tests</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.dsource.ddt.ide.core;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Activator: mmrnmhrm.core.DeeCorePlugin
Bundle-Localization: plugin
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.core</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.dsource.ddt.ide.debug;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.debug</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DDT Tests
Bundle-SymbolicName: org.dsource.ddt.ide.ui.tests;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Fragment-Host: org.dsource.ddt.ide.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.8.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.ui.tests</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<build>
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-SymbolicName: org.dsource.ddt.ide.ui;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Bundle-Activator: mmrnmhrm.ui.DeeUIPlugin
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugin_ide.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.ide.ui</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

</project>
2 changes: 1 addition & 1 deletion plugin_tooling/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.dsource.ddt.dtool;singleton:=true
Bundle-Version: 0.14.0.qualifier
Bundle-Version: 0.14.1.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugin_tooling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>org.dsource.ddt.dtool</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.1-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 8f95537

Please sign in to comment.