From ddf98d52e0d6ab90728f6a9effb6e886e580a555 Mon Sep 17 00:00:00 2001 From: Noopur Gupta Date: Thu, 19 Sep 2024 10:24:51 +0530 Subject: [PATCH] Create news folder for 4.34 Fixes https://github.com/eclipse-platform/www.eclipse.org-eclipse/issues/227 --- news/4.34/images/.gitkeep | 0 news/4.34/index.html | 40 ++++++++++++ news/4.34/index.php | 10 +++ news/4.34/jdt.html | 119 ++++++++++++++++++++++++++++++++++++ news/4.34/jdt.php | 10 +++ news/4.34/news.css | 79 ++++++++++++++++++++++++ news/4.34/newsCommon.php | 44 +++++++++++++ news/4.34/pde.html | 72 ++++++++++++++++++++++ news/4.34/pde.php | 10 +++ news/4.34/platform.html | 89 +++++++++++++++++++++++++++ news/4.34/platform.php | 10 +++ news/4.34/platform_isv.html | 58 ++++++++++++++++++ news/4.34/platform_isv.php | 10 +++ news/4.34/scripts.js | 11 ++++ 14 files changed, 562 insertions(+) create mode 100644 news/4.34/images/.gitkeep create mode 100644 news/4.34/index.html create mode 100644 news/4.34/index.php create mode 100644 news/4.34/jdt.html create mode 100644 news/4.34/jdt.php create mode 100644 news/4.34/news.css create mode 100644 news/4.34/newsCommon.php create mode 100644 news/4.34/pde.html create mode 100644 news/4.34/pde.php create mode 100644 news/4.34/platform.html create mode 100644 news/4.34/platform.php create mode 100644 news/4.34/platform_isv.html create mode 100644 news/4.34/platform_isv.php create mode 100644 news/4.34/scripts.js diff --git a/news/4.34/images/.gitkeep b/news/4.34/images/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/news/4.34/index.html b/news/4.34/index.html new file mode 100644 index 000000000..99000aacc --- /dev/null +++ b/news/4.34/index.html @@ -0,0 +1,40 @@ + + + + + + + +Eclipse 4.34 - New and Noteworthy + + + +

Eclipse 4.34 - New and Noteworthy

+

+ Welcome to the Eclipse SDK project! +

+

+ The Eclipse SDK project is part of the Eclipse 2024-12 simultaneous release. + The Eclipse SDK and related resources can be downloaded from the Eclipse Project downloads page. + The Eclipse installer and other packages can be downloaded from the Eclipse Installer page. +

+ + + +

Here are some of the more noteworthy items available in this release.

+ +
+ +
+ + + diff --git a/news/4.34/index.php b/news/4.34/index.php new file mode 100644 index 000000000..dd14f02d9 --- /dev/null +++ b/news/4.34/index.php @@ -0,0 +1,10 @@ + + + + + + + + +Eclipse Project 4.34 - New and Noteworthy + + + +

Java Development Tools

+ + + + ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

JUnit

+
+

Java Editor

+
+

Java Views and Dialogs

+
+

Java Compiler

+
+

Java Formatter

+
+

Debug

+
+

JDT Developers

+
+ + + +

+ Previous Up Next +

+ + diff --git a/news/4.34/jdt.php b/news/4.34/jdt.php new file mode 100644 index 000000000..dd14f02d9 --- /dev/null +++ b/news/4.34/jdt.php @@ -0,0 +1,10 @@ +appendChild($doc->importNode($el, TRUE)); + $html = trim($doc->saveHTML()); + $tag = $el->nodeName; + $html = preg_replace('@^<' . $tag . '[^>]*>|$@', '', $html); + return $html; +} + +if(!isset($keyword) OR $keyword == ""){ + $keyword = "eclipse 4.8, photon, eclipse, new and noteworthy"; +} + +$file = basename($App->getScriptName(), ".php").'.html'; + +$doc = new DOMDocument; +$doc->loadhtmlfile($file); + +$body = $doc->getElementsByTagName('body')->item(0); +$body = innerHTML($body); + +$title = $doc->getElementsByTagName('title')->item(0); +$title = innerHTML($title); +# +# Begin: page-specific settings. Change these. +$pageTitle = $title; +$pageKeywords = $keyword; +$pageAuthor = ""; + + +$html = $body; +//$html .=''; + +$html = mb_convert_encoding($html, "HTML-ENTITIES", "auto"); +$App->Promotion = FALSE; + +// if theme is not provided by caller, we specify "current one", explicitly hard-coded +if (! isset($theme)) { + $theme = "solstice"; +} + +$App->AddExtraHtmlHeader(''); +$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html); diff --git a/news/4.34/pde.html b/news/4.34/pde.html new file mode 100644 index 000000000..4f0a567ab --- /dev/null +++ b/news/4.34/pde.html @@ -0,0 +1,72 @@ + + + + + + + + +Eclipse Project 4.34 - New and Noteworthy + + + +

Plug-in Development Environment

+ + + + ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Dialogs, Wizards and Views

Editors

API Tools

PDE Compiler

+ + + +

+ Previous Up Next +

+ + diff --git a/news/4.34/pde.php b/news/4.34/pde.php new file mode 100644 index 000000000..dd14f02d9 --- /dev/null +++ b/news/4.34/pde.php @@ -0,0 +1,10 @@ + + + + + + + + +Eclipse Project 4.34 - New and Noteworthy + + + +

Platform and Equinox

+ + + + ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Views, Dialogs and Toolbar

+
+

Text Editors

+
+

Preferences

+
+

Themes and Styling

+
+

General Updates

+
+ + + +

+ Previous Up Next +

+ + diff --git a/news/4.34/platform.php b/news/4.34/platform.php new file mode 100644 index 000000000..dd14f02d9 --- /dev/null +++ b/news/4.34/platform.php @@ -0,0 +1,10 @@ + + + + + + + + +Eclipse Project 4.34 - New and Noteworthy + + + +

Platform and Equinox API

+ + + + ++ + + + + + + + + + + + + + + + + +

Platform Changes

SWT Changes

+ + + +

+ Previous Up Next +

+ + diff --git a/news/4.34/platform_isv.php b/news/4.34/platform_isv.php new file mode 100644 index 000000000..dd14f02d9 --- /dev/null +++ b/news/4.34/platform_isv.php @@ -0,0 +1,10 @@ +