mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v4.5.2.1704
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Overview">Overview</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=Overview" title="Edit section: Overview" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="Overview">Overview</span>
|
||||
</h2>
|
||||
<p>
|
||||
The <a href="https://www.eclipse.org/swt/" rel="nofollow" class="external text">SWT library</a> is an open-source GUI library, used by the open-source Java IDE <a href="https://www.eclipse.org/eclipse/" rel="nofollow" class="external text">Eclipse</a>.
|
||||
@@ -59,22 +59,22 @@
|
||||
XOWA uses SWT in its GUI application across the 3 major operating systems: Windows, Linux, Mac OS X. This means that SWT handles everything visual: including buttons, text boxes, windows, and of course, the HTML browser.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="SWT_is_not_used_in_HTTP_Server_or_Android">SWT is not used in HTTP Server or Android</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=SWT_is_not_used_in_HTTP_Server_or_Android" title="Edit section: SWT_is_not_used_in_HTTP_Server_or_Android" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="SWT_is_not_used_in_HTTP_Server_or_Android">SWT is not used in HTTP Server or Android</span>
|
||||
</h2>
|
||||
<p>
|
||||
If you are running XOWA as an HTTP server or are using the Android version, then SWT is not used.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="Packaging_details">Packaging details</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=Packaging_details" title="Edit section: Packaging_details" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="Packaging_details">Packaging details</span>
|
||||
</h2>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Platform-specific_jar">Platform-specific jar</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=Platform-specific_jar" title="Edit section: Platform-specific_jar" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="Platform-specific_jar">Platform-specific jar</span>
|
||||
</h3>
|
||||
<p>
|
||||
SWT comes packaged in an operating system-specific jar called swt.jar. XOWA includes this at /xowa/operating_system_name/swt/swt.jar. For example, on Linux 64-bit, this file is at /xowa/linux_64/swt/swt.jar
|
||||
</p>
|
||||
<h3>
|
||||
<span class="mw-headline" id="Annual_update">Annual update</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=Annual_update" title="Edit section: Annual_update" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="Annual_update">Annual update</span>
|
||||
</h3>
|
||||
<p>
|
||||
SWT does a major update annually in coordination with the Eclipse release. Typically, this occurs in June. There are also development snapshots that are released during the course of the year.
|
||||
@@ -83,7 +83,7 @@
|
||||
XOWA will always update SWT shortly after the major version release. Depending on changes, it may also update after development snapshots.
|
||||
</p>
|
||||
<h2>
|
||||
<span class="mw-headline" id="SWT_version">SWT version</span> <span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/wiki/Dev/SWT?action=edit&section_key=SWT_version" title="Edit section: SWT_version" class="xowa-hover-off">edit</a><span class="mw-editsection-bracket">]</span></span>
|
||||
<span class="mw-headline" id="SWT_version">SWT version</span>
|
||||
</h2>
|
||||
<p>
|
||||
XOWA v0.0.0 through v2.6.4 had been using SWT 4.2.
|
||||
|
||||
Reference in New Issue
Block a user