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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-medeiros committed Oct 27, 2015
1 parent b362bf6 commit 9eccf0d
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 24 deletions.
19 changes: 11 additions & 8 deletions documentation/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
## release ChangeLog

### (NextVersion)
* Syntax highlighting now works on the source compare editor/viewer.

### 0.14.0
* Added support for Eclipse dark theme. Namely:
* Syntax/source coloring now have different settings for dark theme.
* Fixed Tools Console colors, as well as content assist pop-up colors.
* Added number literals syntax highlighting.
* Fixed regression: Folding preference page broken.
* Syntax highlighting now works on the source compare editor.
* Added support for Content Assist name-only proposal insertion by pressing `Ctrl+Enter`. (only applicable to proposals that insert arguments)
* Added per-project DUB installation preferences.
* Newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C `main`, which is essentially useless outside of C/C++.
* Added Content Assist support of name-only proposal insertion by pressing `Ctrl+Enter`. (only applicable to proposals that insert arguments)
* Changed: newly created launch configurations now have the debug option "Stop on startup at:" set to false by default. This way debugging won't stop on the C `main`, which is essentially useless outside of C/C++.

--
* Fixed: AssertionFailureException pressing Enter after source with more closing braces than opening ones.
* Added support for Eclipse dark theme. Namely:
* Syntax/source coloring now have different settings for dark theme.
* Fixed tools console colors, as well as content assist pop-up colors.
* Changed default settings for syntax/source highlighting (non-dark themes).
* Fixed regression: Folding preference page broken.
* Fixed: `foreach(const ref x; y)` is invalid syntax. (#117)
* Fixed: Unindent (Shift-Tab) broken, does nothing after empty lines in selection. (#116)

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.13.1.qualifier"
version="0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier"
version="0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.qualifier
Bundle-Vendor: %pluginProvider
Bundle-Activator: mmrnmhrm.core.DeeCore
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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-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.13.1.qualifier
Bundle-Version: 0.14.0.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.13.1-SNAPSHOT</version>
<version>0.14.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

<properties>
Expand Down

0 comments on commit 9eccf0d

Please sign in to comment.