Skip to content

Commit

Permalink
Improves the SWT look and feel on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisDrogoul committed Dec 4, 2020
1 parent 1b73278 commit 0796872
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
6 changes: 5 additions & 1 deletion msi.gama.application/META-INF/MANIFEST.MF
Expand Up @@ -19,7 +19,11 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.e4.core.services,
org.eclipse.osgi.services,
org.eclipse.e4.core.contexts,
org.eclipse.e4.ui.css.swt.theme
org.eclipse.e4.ui.css.swt.theme,
org.eclipse.e4.ui.css.swt;bundle-version="0.13.1100",
org.eclipse.e4.ui.workbench.addons.swt;bundle-version="1.3.1100",
org.eclipse.e4.ui.workbench.renderers.swt;bundle-version="0.14.1300",
org.eclipse.e4.ui.workbench.swt;bundle-version="0.14.1100"
Bundle-Vendor: UMMISCO
Bundle-Version: 1.8.1.qualifier
Bundle-ManifestVersion: 2
Expand Down
8 changes: 8 additions & 0 deletions ummisco.gama.feature.dependencies/feature.xml
Expand Up @@ -1399,4 +1399,12 @@
install-size="0"
version="0.0.0"/>

<plugin
id="org.eclipse.e4.ui.workbench.renderers.swt.cocoa"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>

</feature>
27 changes: 26 additions & 1 deletion ummisco.gama.product/gama.runtime.product
Expand Up @@ -275,8 +275,8 @@
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="5" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
<property name="version" value="1.8.2" />
<property name="org.eclipse.update.reconcile" value="false" />
<property name="version" value="1.8.2" />
<property name="eclipse.buildId" value="${build.id}" />
</configurations>

Expand All @@ -301,6 +301,31 @@
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
<repository location="http://updates.gama-platform.org" enabled="true" />
<repository location="http://download.eclipse.org/tm/terminal/marketplace" enabled="true" />
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
<repository location="http://updates.gama-platform.org" enabled="true" />
<repository location="http://download.eclipse.org/tm/terminal/marketplace" enabled="true" />
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
<repository location="http://updates.gama-platform.org" enabled="true" />
<repository location="http://download.eclipse.org/tm/terminal/marketplace" enabled="true" />
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
<repository location="http://updates.gama-platform.org" enabled="true" />
<repository location="http://download.eclipse.org/tm/terminal/marketplace" enabled="true" />
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
<repository location="http://updates.gama-platform.org" enabled="true" />
<repository location="http://download.eclipse.org/tm/terminal/marketplace" enabled="true" />
<repository location="http://anb0s.github.io/EasyShell" enabled="true" />
<repository location="http://updates.gama-platform.org/experimental" enabled="true" />
<repository location="http://updates.gama-platform.org/graphical_modeling" enabled="true" />
</repositories>

<preferencesInfo>
Expand Down

0 comments on commit 0796872

Please sign in to comment.