Skip to content

Commit

Permalink
removing unnecessary files and dependencies in order to get this onto…
Browse files Browse the repository at this point in the history
… zosexplorer.
  • Loading branch information
RappelBerryPi committed Jun 9, 2020
1 parent 4d5b352 commit 002e423
Show file tree
Hide file tree
Showing 74 changed files with 30 additions and 63 deletions.
27 changes: 16 additions & 11 deletions .classpath
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-annotations-2.10.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="module" value="true"/>
</attributes>
Expand All @@ -12,14 +11,20 @@
</accessrules>
</classpathentry>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.jface_3.17.0.v20190820-1444.jar"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.jface.text_3.15.300.v20190819-0725.jar"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.swt_3.112.0.v20190904-0609.jar"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.ui_3.114.0.v20190808-1317.jar"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar"/>
<classpathentry kind="lib" path="C:/Users/leppa/eclipse/plugins/org.eclipse.cdt.core_6.9.0.201909091953.jar"/>
<classpathentry kind="lib" path="resources/libaries/commons-text-1.8.jar"/>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-core-2.10.3.jar"/>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-databind-2.10.3.jar"/>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-core-2.10.3.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Users/leppa/workspace/eclipse/RexxEditor/doc/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-databind-2.10.3.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Users/leppa/workspace/eclipse/RexxEditor/doc/"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="resources/libaries/jackson-annotations-2.10.3.jar">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Users/leppa/workspace/eclipse/RexxEditor/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
7 changes: 4 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=11
org.eclipse.jdt.core.compiler.compliance=11
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
org.eclipse.jdt.core.compiler.release=enabled
org.eclipse.jdt.core.compiler.source=11
org.eclipse.jdt.core.compiler.source=1.8
7 changes: 3 additions & 4 deletions 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: RexxEditor Plug-in
Bundle-SymbolicName: RexxEditor; singleton:=true
Bundle-Version: 0.2.0
Bundle-Version: 0.3.1
Bundle-Activator: org.imperfectmommy.rexxeditor.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
Expand All @@ -12,8 +12,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.ide,
org.eclipse.ui.views,
org.eclipse.debug.ui,
org.eclipse.cdt.core;bundle-version="6.11.0"
org.eclipse.debug.ui
Bundle-ActivationPolicy: lazy
Bundle-Vendor: org.imperfectmommy
Export-Package: .,
Expand Down Expand Up @@ -80,7 +79,7 @@ Export-Package: .,
org.eclipse.jface.wizard,
org.eclipse.jface.viewers"
Automatic-Module-Name: RexxEditor
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: resources/libaries/jackson-core-2.10.3.jar,
resources/libaries/jackson-databind-2.10.3.jar,
.,
Expand Down
Binary file modified bin/org/imperfectmommy/rexxeditor/Activator.class
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 modified bin/org/imperfectmommy/rexxeditor/editors/RexxEditor$1.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/editors/RexxEditor.class
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 modified bin/org/imperfectmommy/rexxeditor/scanner/RexxLine.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/scanner/RexxLineScanner.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/scanner/RexxToken.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/scanner/RexxTokenList.class
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 modified bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$1.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$2.class
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizardPage.class
Binary file not shown.
10 changes: 5 additions & 5 deletions src/org/imperfectmommy/rexxeditor/Activator.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.eclipse.jface.preference.IPreferenceStore;
import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.jface.resource.ImageRegistry;
import org.eclipse.jface.resource.ResourceLocator;
//import org.eclipse.jface.resource.ResourceLocator;
import org.eclipse.jface.resource.StringConverter;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.eclipse.ui.texteditor.AbstractTextEditor;
Expand Down Expand Up @@ -38,10 +38,10 @@ public static Activator getActivator() {
* @return the image descriptor
*/
public static ImageDescriptor getImageDescriptor(String path) {
Optional<ImageDescriptor> opt = ResourceLocator.imageDescriptorFromBundle("RexxEditor", path);
if (opt.isPresent()) {
return opt.get();
}
//Optional<ImageDescriptor> opt = ResourceLocator.imageDescriptorFromBundle("RexxEditor", path);
//if (opt.isPresent()) {
// return opt.get();
//}
return null;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int
for (String functionName: functionNames) {
proposals.add(buildCompletionProposalFromKey(functionName, region2, type, image));
}
return proposals.toArray(ICompletionProposal[]::new);
ICompletionProposal[] completionProposals = new ICompletionProposal[0];
return proposals.toArray(completionProposals);
}

private RexxCompletionProposal buildCompletionProposalFromKey(String string, IRegion region, TemplateContextType type, Image image) {
Expand Down

This file was deleted.

0 comments on commit 002e423

Please sign in to comment.