Skip to content

Commit

Permalink
Merge pull request #58 from Krzmbrzl/plugin
Browse files Browse the repository at this point in the history
Merge source for 0.6.0
  • Loading branch information
Krzmbrzl authored Jun 22, 2016
2 parents 7eadf47 + 0a69cf1 commit 99054d1
Show file tree
Hide file tree
Showing 375 changed files with 15,296 additions and 666 deletions.
1 change: 1 addition & 0 deletions plugin/Raven.SQDev.Editors/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="ANTLR/antlr-runtime-4.5.3.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file not shown.
38 changes: 35 additions & 3 deletions plugin/Raven.SQDev.Editors/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Editors
Bundle-SymbolicName: raven.sqdev.editors;singleton:=true
Bundle-Version: 0.3.1
Bundle-Version: 0.4.0
Bundle-Activator: raven.sqdev.editors.activator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand All @@ -11,9 +11,41 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.swt,
raven.sqdev.util;bundle-version="0.1.0",
raven.sqdev.preferences,
raven.sqdev.misc;bundle-version="0.1.0"
raven.sqdev.misc;bundle-version="0.1.0",
org.eclipse.core.resources,
org.eclipse.ui.ide
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: raven.sqdev.editors
Export-Package: org.antlr.v4.runtime;
uses:="org.antlr.v4.runtime.dfa,
org.antlr.v4.runtime.tree,
org.antlr.v4.runtime.misc,
org.antlr.v4.runtime.atn,
org.antlr.v4.runtime.tree.pattern",
org.antlr.v4.runtime.atn;uses:="org.antlr.v4.runtime,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc",
org.antlr.v4.runtime.dfa;uses:="org.antlr.v4.runtime,org.antlr.v4.runtime.atn",
org.antlr.v4.runtime.misc,
org.antlr.v4.runtime.tree;uses:="org.antlr.v4.runtime,org.antlr.v4.runtime.misc",
raven.sqdev.editors;
uses:="org.eclipse.ui.editors.text,
org.eclipse.swt.events,
org.eclipse.jface.text.source,
org.eclipse.swt.graphics,
raven.sqdev.misc,
org.eclipse.jface.text,
org.eclipse.swt.widgets,
org.eclipse.jface.viewers,
org.eclipse.jface.text.contentassist,
org.eclipse.core.runtime,
org.eclipse.ui.texteditor,
org.eclipse.jface.util,
raven.sqdev.infoCollection.base,
org.eclipse.jface.text.presentation,
org.eclipse.swt.custom,
org.antlr.v4.runtime.tree,
raven.sqdev.interfaces,
org.eclipse.jface.text.rules"
Bundle-Vendor: Raven
Import-Package: raven.sqdev.preferences.util
Bundle-ClassPath: ANTLR/antlr-runtime-4.5.3.jar,
.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PROJECT=6
EQUALS=5
CLOSE=4
ANY=15
PKG=8
OPEN=3
NAME=7
OPEN_CLOSE=2
CONTAINER=9
STRING=12
IDENTIFIER=11
ID=13
WS=14
INFO_TAG=1
KEY=10
'>'=4
'='=5
'<'=3
'</'=2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PROJECT=6
EQUALS=5
CLOSE=4
ANY=15
PKG=8
OPEN=3
NAME=7
OPEN_CLOSE=2
CONTAINER=9
STRING=12
IDENTIFIER=11
ID=13
WS=14
INFO_TAG=1
KEY=10
'>'=4
'='=5
'<'=3
'</'=2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 3 additions & 1 deletion plugin/Raven.SQDev.Editors/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml
plugin.xml,\
ANTLR/,\
ANTLR/antlr-runtime-4.5.3.jar
12 changes: 10 additions & 2 deletions plugin/Raven.SQDev.Editors/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<editor
class="raven.sqdev.editors.BasicCodeEditor"
default="false"
id="Raven.SQDev.Editors.BasicTextEditor"
name="BasicTextEditor">
id="Raven.SQDev.Editors.BasicCodeEditor"
name="BasicCodeEditor">
</editor>
<editor
class="raven.sqdev.editors.sqdevEditor.SQDevFileEditor"
Expand All @@ -17,6 +17,14 @@
id="raven.sqdev.editors.sqdevfileeditor"
name="SQDevFileEditor">
</editor>
<editor
class="raven.sqdev.editors.stringTableEditor.StringTableEditor"
default="true"
filenames="stringtable.xml"
icon="platform:plugin/raven.sqdev.util/resources/icons/StringTableIcon.png"
id="raven.sqdev.editors.stringtableeditor"
name="StringTableEditor">
</editor>
</extension>

</plugin>
Loading

0 comments on commit 99054d1

Please sign in to comment.