Révision 1961
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1961) | ||
---|---|---|
52 | 52 |
import org.eclipse.core.runtime.IStatus; |
53 | 53 |
import org.eclipse.core.runtime.Platform; |
54 | 54 |
import org.eclipse.core.runtime.Status; |
55 |
import org.eclipse.core.runtime.preferences.DefaultScope; |
|
55 | 56 |
import org.eclipse.e4.ui.css.swt.theme.IThemeEngine; |
56 | 57 |
import org.eclipse.e4.ui.css.swt.theme.IThemeManager; |
57 | 58 |
import org.eclipse.jface.dialogs.MessageDialog; |
... | ... | |
59 | 60 |
import org.eclipse.jface.operation.IRunnableWithProgress; |
60 | 61 |
import org.eclipse.jface.preference.IPreferenceNode; |
61 | 62 |
import org.eclipse.jface.preference.PreferenceManager; |
63 |
import org.eclipse.jface.preference.PreferenceStore; |
|
62 | 64 |
import org.eclipse.jface.util.Util; |
63 | 65 |
import org.eclipse.jface.viewers.ArrayContentProvider; |
64 | 66 |
import org.eclipse.jface.viewers.LabelProvider; |
... | ... | |
695 | 697 |
|
696 | 698 |
// save preference if USER_TXM_HOME has changed |
697 | 699 |
TBXPreferences.getInstance().put(TBXPreferences.USER_TXM_HOME, txmhomedir.getAbsolutePath()); |
700 |
DefaultScope.INSTANCE.getNode("org.eclipse.ui.workbench").putBoolean("RUN_IN_BACKGROUND", false); |
|
701 |
DefaultScope.INSTANCE.getNode("org.eclipse.ui.workbench").flush(); |
|
698 | 702 |
TBXPreferences.getInstance().flush(); |
699 | 703 |
//TXMPreferences.saveAll(); |
700 | 704 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/handlers/scripts/ExecuteImportScript.java (revision 1961) | ||
---|---|---|
180 | 180 |
return Status.CANCEL_STATUS; |
181 | 181 |
} |
182 | 182 |
}; |
183 |
jobhandler.setSystem(false); |
|
183 | 184 |
jobhandler.startJob(true); |
184 | 185 |
return jobhandler; |
185 | 186 |
} |
tmp/org.txm.xmleditor.rcp/META-INF/MANIFEST.MF (revision 1961) | ||
---|---|---|
1 | 1 |
Manifest-Version: 1.0 |
2 |
Require-Bundle: org.eclipse.ui;visibility:=reexport, |
|
3 |
org.eclipse.core.runtime;visibility:=reexport, |
|
4 |
org.eclipse.wst.xml.ui;bundle-version="1.1.401";visibility:=reexport, |
|
5 |
org.eclipse.core.filesystem;bundle-version="1.4.0";visibility:=reexport, |
|
6 |
org.eclipse.ui.ide;bundle-version="3.9.0";visibility:=reexport, |
|
7 |
org.eclipse.wst.sse.ui;bundle-version="1.3.200";visibility:=reexport, |
|
8 |
org.eclipse.wst.sse.core;bundle-version="1.1.801";visibility:=reexport, |
|
9 |
org.eclipse.wst.xml.core;bundle-version="1.1.801";visibility:=reexport, |
|
10 |
org.eclipse.wst.common.uriresolver;bundle-version="1.2.100";visibility:=reexport, |
|
11 |
org.eclipse.wst.common.core;bundle-version="1.2.0";visibility:=reexport, |
|
12 |
org.eclipse.wst.validation;bundle-version="1.2.500";visibility:=reexport, |
|
13 |
org.eclipse.wst.validation.ui;bundle-version="1.2.400";visibility:=reexport, |
|
14 |
org.eclipse.search;bundle-version="3.9.0";visibility:=reexport, |
|
15 |
org.eclipse.wst.common.project.facet.core;bundle-version="1.4.300";visibility:=reexport, |
|
16 |
org.eclipse.wst.common.ui;bundle-version="1.1.500";visibility:=reexport, |
|
17 |
org.eclipse.debug.core;bundle-version="3.8.0";visibility:=reexport, |
|
18 |
org.eclipse.debug.ui;bundle-version="3.9.0";visibility:=reexport, |
|
19 |
org.eclipse.wst.common.frameworks;bundle-version="1.2.200";visibility:=reexport, |
|
20 |
org.eclipse.wst.common.frameworks.ui;bundle-version="1.2.201";visibility:=reexport, |
|
21 |
org.apache.xml.serializer;bundle-version="2.7.1";visibility:=reexport, |
|
22 |
org.eclipse.ui.views;bundle-version="3.7.0";visibility:=reexport, |
|
23 |
org.eclipse.jface.text;bundle-version="3.9.2";visibility:=reexport, |
|
24 |
org.eclipse.core.expressions;bundle-version="3.4.600";visibility:=reexport, |
|
2 |
Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.12.0,4.0.0)", |
|
3 |
org.eclipse.ui.views;bundle-version="[3.8.0,4.0.0)", |
|
4 |
org.eclipse.jface.text;bundle-version="[3.10.0,4.0.0)", |
|
5 |
org.eclipse.ui.workbench.texteditor;bundle-version="[3.10.0,4.0.0)", |
|
6 |
org.eclipse.wst.sse.ui;bundle-version="[1.3.500,1.4.0)", |
|
7 |
org.eclipse.wst.sse.core;bundle-version="[1.1.900,1.2.0)", |
|
8 |
org.eclipse.ui;bundle-version="[3.107.0,4.0.0)", |
|
9 |
org.eclipse.core.resources;bundle-version="[3.11.0,4.0.0)", |
|
10 |
org.eclipse.core.runtime;bundle-version="[3.12.0,4.0.0)", |
|
11 |
org.eclipse.wst.common.uriresolver;bundle-version="[1.2.200,2.0.0)", |
|
12 |
org.eclipse.wst.xml.core;bundle-version="[1.1.1100,1.2.0)", |
|
13 |
org.eclipse.wst.common.ui;bundle-version="[1.1.500,1.2.0)", |
|
14 |
org.eclipse.wst.validation;bundle-version="[1.2.700,1.3.0)", |
|
15 |
org.eclipse.wst.validation.ui, |
|
16 |
org.eclipse.core.expressions;bundle-version="[3.5.0,4.0.0)", |
|
17 |
org.eclipse.core.filesystem;bundle-version="[1.6.0,2.0.0)", |
|
25 | 18 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
26 |
org.txm.rcp;bundle-version="0.7.8";visibility:=reexport |
|
19 |
org.txm.rcp;bundle-version="0.7.8";visibility:=reexport, |
|
20 |
org.eclipse.wst.xml.ui;bundle-version="1.1.800" |
|
27 | 21 |
Export-Package: org.txm.xmleditor, |
28 | 22 |
org.txm.xmleditor.messages |
29 | 23 |
Bundle-Vendor: Textometrie.org |
tmp/org.txm.rcp.feature/feature.xml (revision 1961) | ||
---|---|---|
245 | 245 |
<import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/> |
246 | 246 |
<import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/> |
247 | 247 |
<import feature="org.eclipse.babel.nls_eclipse_fr" version="4.7.0.v20190126095834"/> |
248 |
<import plugin="org.eclipse.ui.ide" version="3.12.0" match="compatible"/> |
|
249 |
<import plugin="org.eclipse.ui.views" version="3.8.0" match="compatible"/> |
|
250 |
<import plugin="org.eclipse.jface.text" version="3.10.0" match="compatible"/> |
|
251 |
<import plugin="org.eclipse.ui.workbench.texteditor" version="3.10.0" match="compatible"/> |
|
252 |
<import plugin="org.eclipse.wst.sse.ui" version="1.3.500" match="equivalent"/> |
|
253 |
<import plugin="org.eclipse.wst.sse.core" version="1.1.900" match="equivalent"/> |
|
254 |
<import plugin="org.eclipse.ui" version="3.107.0" match="compatible"/> |
|
255 |
<import plugin="org.eclipse.core.resources" version="3.11.0" match="compatible"/> |
|
256 |
<import plugin="org.eclipse.core.runtime" version="3.12.0" match="compatible"/> |
|
257 |
<import plugin="org.eclipse.wst.common.uriresolver" version="1.2.200" match="compatible"/> |
|
258 |
<import plugin="org.eclipse.wst.xml.core" version="1.1.1100" match="equivalent"/> |
|
259 |
<import plugin="org.eclipse.wst.common.ui" version="1.1.500" match="equivalent"/> |
|
260 |
<import plugin="org.eclipse.wst.validation" version="1.2.700" match="equivalent"/> |
|
261 |
<import plugin="org.eclipse.wst.validation.ui"/> |
|
262 |
<import plugin="org.eclipse.core.expressions" version="3.5.0" match="compatible"/> |
|
263 |
<import plugin="org.eclipse.core.filesystem" version="1.6.0" match="compatible"/> |
|
264 |
<import plugin="org.eclipse.wst.xml.ui" version="1.1.800" match="greaterOrEqual"/> |
|
248 | 265 |
</requires> |
249 | 266 |
|
250 | 267 |
<plugin |
... | ... | |
413 | 430 |
version="0.0.0" |
414 | 431 |
unpack="false"/> |
415 | 432 |
|
433 |
<plugin |
|
434 |
id="org.txm.xmleditor.rcp" |
|
435 |
download-size="0" |
|
436 |
install-size="0" |
|
437 |
version="0.0.0" |
|
438 |
unpack="false"/> |
|
439 |
|
|
416 | 440 |
</feature> |
Formats disponibles : Unified diff