]> gerrit.simantics Code Review - simantics/platform.git/commit
Added org.simantics.views.text[.ontology] for modelled source viewers 47/347/2
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 6 Mar 2017 21:44:51 +0000 (23:44 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Mon, 6 Mar 2017 22:05:34 +0000 (00:05 +0200)
commit5b3a1f2d3bffe5a79e344b55087fb161541a4301
treebca75769c57065f1ef45330910d70585ff6f042e
parent894991ee53490cb8e28dd48b0da686203411324a
Added org.simantics.views.text[.ontology] for modelled source viewers

For now, SWTMarkupSourceViewer is hardcoded for mediawiki markup. The
new plug-ins are included in org.simantics.views.swt.feature.

Also:
* removed useless old code SG loader code from org.simantics.views.swt
* started using SLF4J in org.simantics.document.ui

refs #7066

Change-Id: Id3d058d676072ccff5898c013cf3353a5a54dce9
35 files changed:
bundles/org.simantics.document.ui.ontology/META-INF/MANIFEST.MF
bundles/org.simantics.document.ui.ontology/graph.tg
bundles/org.simantics.document.ui.ontology/graph/DocumentUI.pgraph
bundles/org.simantics.document.ui/META-INF/MANIFEST.MF
bundles/org.simantics.document.ui/src/org/simantics/document/ui/function/All.java
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/ButtonLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/CComboLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/ComboLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/CompositeLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/ExplorerLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/LabelLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/ScrolledCompositeLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/TabFolderLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/TextLoader.java.keep [deleted file]
bundles/org.simantics.views.swt/src/org/simantics/views/swt/loader/TrackedTextLoader.java.keep [deleted file]
bundles/org.simantics.views.text.ontology/.classpath [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/.project [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/build.properties [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/graph.tg [new file with mode: 0644]
bundles/org.simantics.views.text.ontology/graph/TextViews.pgraph [new file with mode: 0644]
bundles/org.simantics.views.text/.classpath [new file with mode: 0644]
bundles/org.simantics.views.text/.project [new file with mode: 0644]
bundles/org.simantics.views.text/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
bundles/org.simantics.views.text/META-INF/MANIFEST.MF [new file with mode: 0644]
bundles/org.simantics.views.text/adapters.xml [new file with mode: 0644]
bundles/org.simantics.views.text/build.properties [new file with mode: 0644]
bundles/org.simantics.views.text/plugin.xml [new file with mode: 0644]
bundles/org.simantics.views.text/src/org/simantics/views/text/internal/Activator.java [new file with mode: 0644]
bundles/org.simantics.views.text/src/org/simantics/views/text/internal/SWTMarkupSourceViewer.java [new file with mode: 0644]
bundles/org.simantics.views.text/src/org/simantics/views/text/internal/TextViewerConstants.java [new file with mode: 0644]
bundles/org.simantics.views.text/src/org/simantics/views/text/internal/TextViewerUndoHandler.java [new file with mode: 0644]
bundles/pom.xml
features/org.simantics.views.swt.feature/feature.xml