diff --git a/com.wudsn.ide.asm/.classpath b/com.wudsn.ide.asm/.classpath
index 8a8f1668..6e16b23d 100644
--- a/com.wudsn.ide.asm/.classpath
+++ b/com.wudsn.ide.asm/.classpath
@@ -1,7 +1,7 @@
-
+
diff --git a/com.wudsn.ide.asm/META-INF/MANIFEST.MF b/com.wudsn.ide.asm/META-INF/MANIFEST.MF
index 16dc1cdb..cf45e4f1 100644
--- a/com.wudsn.ide.asm/META-INF/MANIFEST.MF
+++ b/com.wudsn.ide.asm/META-INF/MANIFEST.MF
@@ -26,7 +26,7 @@ Require-Bundle: org.eclipse.core.runtime;visibility:=reexport,
org.eclipse.ui.workbench
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Peter Dell
-Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: com.wudsn.ide.asm;
uses:="org.eclipse.osgi.util,
org.eclipse.core.runtime,
diff --git a/com.wudsn.ide.asm/WUDSN-IDE (de).launch b/com.wudsn.ide.asm/WUDSN-IDE (de).launch
index 481beba3..1d93e980 100644
--- a/com.wudsn.ide.asm/WUDSN-IDE (de).launch
+++ b/com.wudsn.ide.asm/WUDSN-IDE (de).launch
@@ -16,7 +16,7 @@
-
+
@@ -49,8 +49,8 @@
-
-
+
+
diff --git a/com.wudsn.ide.asm/WUDSN-IDE (pl).launch b/com.wudsn.ide.asm/WUDSN-IDE (pl).launch
index a6360938..66ea4282 100644
--- a/com.wudsn.ide.asm/WUDSN-IDE (pl).launch
+++ b/com.wudsn.ide.asm/WUDSN-IDE (pl).launch
@@ -16,7 +16,7 @@
-
+
@@ -49,8 +49,8 @@
-
-
+
+
diff --git a/com.wudsn.ide.asm/WUDSN-IDE.launch b/com.wudsn.ide.asm/WUDSN-IDE.launch
index 507bd2a2..fe2ba551 100644
--- a/com.wudsn.ide.asm/WUDSN-IDE.launch
+++ b/com.wudsn.ide.asm/WUDSN-IDE.launch
@@ -28,7 +28,7 @@
-
+
diff --git a/com.wudsn.ide.asm/help/ide-installation.section.html b/com.wudsn.ide.asm/help/ide-installation.section.html
index 1e557552..ec9e576b 100644
--- a/com.wudsn.ide.asm/help/ide-installation.section.html
+++ b/com.wudsn.ide.asm/help/ide-installation.section.html
@@ -55,8 +55,10 @@ In case something is not correct or not working, please contact me.
If you don't know which version to take, use
- Eclipse 4.3.2
- Platform Runtime Binary (61 MB)
+ Eclipse 4.12
+ Platform Runtime Binary (81 MB) for WUDSN IDE 1.7.1 and newer.
+ Eclipse 4.3.2
+ Platform Runtime Binary (61 MB) for WUDSN IDE 1.7.0 and older.
.
This is a minimum size installation which does not include the Java Development Toolkit (JDT). WUDSN IDE has no dependency to
@@ -68,7 +70,7 @@ In case something is not correct or not working, please contact me.
Start the Eclipse executable from that folder.
Upon the first start you are prompted to specify the folder where the workspace shall be located.
Normally a start link a created to this end. You can use the parameter "-nl" to specify the locale if you want. Use "en_US"
- for English or "de_DE" for German. Example: "C:\Program Files\Eclipse\4.3.1\eclipse\eclipse.exe" -Xmx512M -nl en_US"
+ for English or "de_DE" for German. Example: "C:\Program Files\Eclipse\4.12\eclipse\eclipse.exe" -Xmx512M -nl en_US"
It is recommended to create the workspace folder in your home directory.
After you have read the welcome page and got familiar with the Eclipse UI, just switch to the Resource perspective.
diff --git a/com.wudsn.ide.asm/help/ide-releases.section.html b/com.wudsn.ide.asm/help/ide-releases.section.html
index eaad5ae2..1df575a6 100644
--- a/com.wudsn.ide.asm/help/ide-releases.section.html
+++ b/com.wudsn.ide.asm/help/ide-releases.section.html
@@ -1,8 +1,8 @@
The following table lists all releases of WUDSN IDE, the required minimum Java and Eclipse version the link to the release news
-article and release new video. For releases before 1.6.0 no downloads and no videos are offered. The latest stable version is always
-available via the update site "https://www.wudsn.com/update". The daily version and older versions are available via version specific update sites
-listed below.
+article and release new video. For releases before 1.6.0 no downloads and no videos are offered. The latest stable version is
+always available via the update site "https://www.wudsn.com/update". The daily version and older versions are available via
+version specific update sites listed below.
@@ -22,7 +22,8 @@ listed below.
4.3.1 |
https://www.wudsn.com/update |
- read
|
@@ -35,12 +36,27 @@ listed below.
4.3.1 |
https://www.wudsn.com/update/daily |
- read
|
n/a |
+
+ 1.7.1 |
+ Planned |
+ Java 1.8 |
+ 4.12 |
+ https://www.wudsn.com/update/1.7.1 |
+
+ read
+ |
+
+ Planned
+
+ |
+
1.7.0 |
2019-01-01 |
diff --git a/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorCompileAndRunCommandMenu.java b/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorCompileAndRunCommandMenu.java
index c97f5b6e..5e96af92 100644
--- a/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorCompileAndRunCommandMenu.java
+++ b/com.wudsn.ide.asm/src/com/wudsn/ide/asm/editor/AssemblerEditorCompileAndRunCommandMenu.java
@@ -34,7 +34,7 @@ import org.eclipse.ui.menus.WorkbenchWindowControlContribution;
public final class AssemblerEditorCompileAndRunCommandMenu extends WorkbenchWindowControlContribution {
public AssemblerEditorCompileAndRunCommandMenu() {
- new Exception().printStackTrace();
+ new Exception("JAC! Test for Startup!").printStackTrace();
}
public AssemblerEditorCompileAndRunCommandMenu(String id) {