From 002e423213ba558cc2a2a59feffe2aacfc5e4a6b Mon Sep 17 00:00:00 2001 From: Ryan Appel Date: Tue, 9 Jun 2020 07:16:23 -0500 Subject: [PATCH] removing unnecessary files and dependencies in order to get this onto zosexplorer. --- .classpath | 27 +++++++----- .settings/org.eclipse.jdt.core.prefs | 7 ++-- META-INF/MANIFEST.MF | 7 ++-- .../imperfectmommy/rexxeditor/Activator.class | Bin 3309 -> 2808 bytes .../contentassist/ReturnValue.class | Bin 799 -> 799 bytes .../RexxCompletionProposal$1.class | Bin 1319 -> 1300 bytes .../RexxCompletionProposal.class | Bin 2789 -> 2765 bytes .../RexxContentAssistProcessor$1.class | Bin 3997 -> 3978 bytes .../RexxContentAssistProcessor.class | Bin 7969 -> 7870 bytes .../RexxContextInformationValidator.class | Bin 1035 -> 1035 bytes .../RexxFunctionProposalData.class | Bin 8343 -> 8343 bytes .../TemplateVariableWithDescription.class | Bin 1686 -> 1686 bytes .../contentoutliner/RexxContentCategory.class | Bin 1253 -> 1253 bytes .../contentoutliner/RexxContentElement.class | Bin 1737 -> 1737 bytes ...xxContentOutlinePage$ContentProvider.class | Bin 4501 -> 4482 bytes .../RexxContentOutlinePage.class | Bin 5562 -> 5538 bytes .../contentoutliner/RexxLabelProvider.class | Bin 1296 -> 1296 bytes .../RexxOutlineAdapterFactory.class | Bin 1531 -> 1531 bytes .../contentoutliner/RexxViewerFilter.class | Bin 1622 -> 1622 bytes .../editors/IRexxColorConstants.class | Bin 709 -> 709 bytes .../editors/NonRuleBasedDamagerRepairer.class | Bin 3652 -> 3652 bytes .../editors/RexxConfiguration.class | Bin 4627 -> 4627 bytes .../editors/RexxDoubleClickStrategy.class | Bin 2512 -> 2512 bytes .../rexxeditor/editors/RexxEditor$1.class | Bin 1209 -> 1190 bytes .../rexxeditor/editors/RexxEditor.class | Bin 1578 -> 1554 bytes .../editors/RexxPresentationReconciler.class | Bin 3732 -> 3732 bytes .../launcher/IRexxLaunchConstants.class | Bin 555 -> 555 bytes .../launcher/ObjectRexxErrorParser.class | Bin 2178 -> 0 bytes .../RexxLaunchConfigurationDelegate.class | Bin 2645 -> 2645 bytes .../RexxLaunchConfigurationTab$1.class | Bin 1015 -> 996 bytes .../RexxLaunchConfigurationTab$2.class | Bin 1609 -> 1647 bytes .../RexxLaunchConfigurationTab$3.class | Bin 1015 -> 996 bytes .../RexxLaunchConfigurationTab$4.class | Bin 2739 -> 2784 bytes .../RexxLaunchConfigurationTab$5.class | Bin 1015 -> 996 bytes .../RexxLaunchConfigurationTab$6.class | Bin 2858 -> 2900 bytes .../RexxLaunchConfigurationTab$7.class | Bin 1015 -> 996 bytes .../launcher/RexxLaunchConfigurationTab.class | Bin 9995 -> 10247 bytes .../RexxLaunchConfigurationTabGroup.class | Bin 973 -> 973 bytes .../launcher/RexxLaunchShortcut.class | Bin 2835 -> 2835 bytes .../preferences/IRexxPreferenceFields.class | Bin 639 -> 639 bytes .../preferences/RexxPreferencePage.class | Bin 2860 -> 2860 bytes .../rexxeditor/scanner/RexxLine.class | Bin 4806 -> 4806 bytes .../rexxeditor/scanner/RexxLineScanner.class | Bin 7074 -> 7074 bytes .../rexxeditor/scanner/RexxToken.class | Bin 1373 -> 1373 bytes .../rexxeditor/scanner/RexxTokenList.class | Bin 7110 -> 7110 bytes .../scanner/RexxTokenListToken.class | Bin 1675 -> 1675 bytes .../scanner/RexxVariableMethodContainer.class | Bin 3521 -> 3521 bytes .../scanner/rules/ConfigureKeywordRule.class | Bin 4512 -> 4512 bytes .../scanner/rules/RexxConstantRule.class | Bin 1932 -> 1932 bytes .../rules/RexxEndLineCommentRule.class | Bin 1112 -> 1112 bytes .../scanner/rules/RexxGeneralWordRule.class | Bin 1345 -> 1345 bytes .../scanner/rules/RexxKeywordDetector.class | Bin 721 -> 721 bytes .../scanner/rules/RexxKeywordRule.class | Bin 6280 -> 6280 bytes .../scanner/rules/RexxNestedCommentRule.class | Bin 1260 -> 1260 bytes .../scanner/rules/RexxNewLineRule.class | Bin 1218 -> 1218 bytes .../scanner/rules/RexxStringDetector.class | Bin 742 -> 742 bytes .../scanner/rules/RexxSymbolRule.class | Bin 2095 -> 2095 bytes .../rules/RexxWhitespaceDetector.class | Bin 611 -> 611 bytes .../tokenRules/ClassDefinitionRule.class | Bin 2104 -> 2104 bytes .../scanner/tokenRules/IRexxTokenRule.class | Bin 328 -> 328 bytes .../scanner/tokenRules/KeywordRule.class | Bin 4716 -> 4716 bytes .../scanner/tokenRules/MethodRule.class | Bin 2288 -> 2288 bytes .../tokenRules/VariableDefinitionRule.class | Bin 2495 -> 2495 bytes .../scanner/tokenRules/VariableRule.class | Bin 1796 -> 1796 bytes .../rexxeditor/wizards/RexxNewWizard$1.class | Bin 1552 -> 1586 bytes .../rexxeditor/wizards/RexxNewWizard$2.class | Bin 1577 -> 1558 bytes .../rexxeditor/wizards/RexxNewWizard.class | Bin 5920 -> 6117 bytes .../wizards/RexxNewWizardPage$1.class | Bin 959 -> 935 bytes .../wizards/RexxNewWizardPage$2.class | Bin 946 -> 923 bytes .../wizards/RexxNewWizardPage$3.class | Bin 959 -> 935 bytes .../wizards/RexxNewWizardPage.class | Bin 6096 -> 6202 bytes .../imperfectmommy/rexxeditor/Activator.java | 10 ++--- .../RexxContentAssistProcessor.java | 3 +- .../launcher/ObjectRexxErrorParser.java | 39 ------------------ 74 files changed, 30 insertions(+), 63 deletions(-) delete mode 100644 bin/org/imperfectmommy/rexxeditor/launcher/ObjectRexxErrorParser.class delete mode 100644 src/org/imperfectmommy/rexxeditor/launcher/ObjectRexxErrorParser.java diff --git a/.classpath b/.classpath index 2bcf1fc..4ae1be6 100644 --- a/.classpath +++ b/.classpath @@ -1,7 +1,6 @@ - - + @@ -12,14 +11,20 @@ - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs index c9545f0..01b2219 100644 --- a/.settings/org.eclipse.jdt.core.prefs +++ b/.settings/org.eclipse.jdt.core.prefs @@ -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 diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF index 105193d..37d54e3 100644 --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -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, @@ -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: ., @@ -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, ., diff --git a/bin/org/imperfectmommy/rexxeditor/Activator.class b/bin/org/imperfectmommy/rexxeditor/Activator.class index b8b9573f5b2da83510f3bbb3d9921746ea3ab1d2..7323a398c89858e1cc9c76483b77780f4eb2174b 100644 GIT binary patch delta 1080 zcmZWnNmCP15dI!BnTd7ikl7m}W{s2#U@n2Zw$?~FQPax!AP1T$3{@&MLcfbBo_q$sA^7rFs0PT3Rq@80S z264`GW*Cfc%3LsmX)`k&j5xNHneJqex~z=lbTbG|%@Y~~RO>KM#UsK6R?n9NpX!BA z#zuyYXX||Ym#|UTgw4E0Y?B(XO~zI}A_j%+*un3KeQFc@GMX7$`5mFvqa%P8{zvR! zyZC;Oug;6zI`&{QL;3i?B>8Y>r z;-HRB7f}kliQaJqhxj*7!zC{c>*#SI?d16Ak=XH(NR+@nhFUwhxEM<&EGKKna)owd z@oYM4tMH;<$3Q7xfpU~VEl}KHDLBpm1w%Y6g_I@?>lnc(eJV;%PINQxNAr<(hp-YR68_ zU$yKc#ikjmtavt)3#QUpGZD*9rFKnQmlaraZNaoHb1I!waD{g%wbCrIGBW(EvPqbu zx4NaI>MJ6S8NV`Y&PCmeq?L0_+hN#F)u@ea%@Z`CfyH=o&ap^D#tqUdt-~tfZon-a z3%JJn)q~P~9e2rmq|P600izEnV{hCOI-OD>(uxYQ^<@<6P)Qzb8>;A3$?l}T%T)dE zu%18G{C8`J35eK$+Lb$>NVkk)GXbM6kB0Zy@&P*q1dP@^f+eplkM@$cKaY-**OfF3A!$EZMM0kXkL) z3*ImF_tw@2eR9SZ+c;9{IF2(uIOCJ=&e-wM2jBbPIG#4ar4^zf*#ZzY`4m-JvhXIjDWOwP2^y49uRqR3&gU`%PI7Ze;=NN>R*3&L$w~7a_hwP+5XiZCNDY&Jllfm(slo8MMN_dbe zww+|qh+AeR%l{VZ_%2Z~8N3-iH%BSAkS24EnNIdnL_6a~yjQUdb#Bkrl-s2VP*Ph+BF# zE8|6ms#1U=U}Rmoj0@DLV=U%PI!GBW^Rr@o`zwUeNQx&RSG`A^U_Z7V-@e?1AbNN5ihIwjMP7*#g%1v=m*qmJN)Z(u7New zUq&T~=AW_m8oNe5FI4*1NCK^p;HT~a^hvg38zFTiJ|4ouWJ##PK0HE0Xdz1_SwdP# z^AjS2{fjz@zAxrpW(^4+!M!AD=H&=20g4wuaZQ7u#(^5Uczz zU)Shnq7dH3JLK!2RPW+FYS^8c1dlCY)k_ZAA%PzjXTxx*IK6&C+$D delta 50 zcmbQjwVaFV)W2Q(7#JAL88kO?Ik0duGI02%7MFPB7ne--Vp-0}GWipW5(k3@Pze)* FG5~%l4AKAq diff --git a/bin/org/imperfectmommy/rexxeditor/contentassist/RexxCompletionProposal.class b/bin/org/imperfectmommy/rexxeditor/contentassist/RexxCompletionProposal.class index 6060dcf8a197c1b0a305dcdf21f1825411c48fc5..bbaccd78836f9668eaceea453d4a43ad94ce2eb1 100644 GIT binary patch delta 40 wcmaDVdRA26)W2Q(7#J8#7;@Pem>3zHCLd&S+8A_$W3vTk6C)$jr`czcl)W2Q(7#JAL8S>Z}m>3zHCLd&S+8A_$gO8Dc+b^}a#5XlJDYdA0vleF) VBO~+VwOk5Z47orJEDVecJOHzb5qAIp diff --git a/bin/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor$1.class b/bin/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor$1.class index 4305190bf14bf6450178b2b20e8b8d149fa95d47..1d28c5d70a73fd3f914d46293f5c52f33a7196d2 100644 GIT binary patch delta 74 zcmV-Q0JZ;}ABrCk%Ko~(0000q0DuPo0s#O>k?}CGKrjuHdks+mOq0zGiw#f!1prY1 g4**gCF#uGPWe!^bS(CvIMgdZj2oFX91d~q>Mka3)$N&HU delta 95 zcmeB@pDQnL>ff$?3=9nB42|pzOpFX36F(YkbTHuMW@O;-OD!(($S*FLT)-R1=so!m yZ#S<$11m!S13yC`gCRrkoQp07A6}LdeESI>p+wF1xi` zoA^L5sWHCD%Y8P;lTibKEOc#`7EzR6A48KNUn5%*vlhBai6BUD#E-P&snTJ=dQ z)m`7#+1s^lApYQg#1xDW;-XoKXB)K@QaH3Oy}mEmHPDkzJ=LG?OJ}TPMr`oCDu1nE zA-)kM{#yC0hI5z{^Zm_qUTp9`p-tgC4JG)Vu)kXDpk*Q!c$t0>n*&ST7jV(u`YC%U zKoVUSmxJ^5zX-l(doq1V>!n$lf&QLUw;MM^OUQ6v!!7&tZP5{W$VIqYU9(;x4upnC z7Omm9?AEA+oZ|KHO7e9lb3(6nTc!0L}2rR2AUZMWeFZpeVaF0g4i| z$5W}U{>4cvlj+JR^ax?LXfX^?Zun${<`QDlu2MpfThr<1U+fc`qdKW#SF~MqC{Pdp zs4iP-x@l1kZ;xQBgf*{tN%!i$Eq5jyW5_mXrrXp;uuH=GcyBu-M3F!{S}=+UOyVs# z5#mNZ2UB#;?AS;ZSb{JIh7q*Ep(DbcZH*$>7E`j4_Zxb1;rQa9{?NG5TJH(#gaJ z_z*5cDT00Y2r|~P_c8V}-Cm9y;9Z3$BaeeP1UKHqCLG2fOZ_f}u=)r-fy$`{@F|YM z!=Pn2hU3t1gbAI%XYk@Y1D?bwj@@FapEIDww7vKOBOE);Y&9lYOmT)&d?{WlePh{I zwgPQUF4HxPi6%LZsYFe!>B`~TCMAyx2~#$ehfSv=haa~ygjA3v$Tb1W;lm16q7{{B z7waD|HvY^>Sqsd?FI=Nkux#p%f@M>8@|`MN!mmtL=OQlSH`bz(TlPEtUn52 zB8hnsImkJkuYp&ay%HkVFe&#k$c1pXu*&or_5U7E+Q%RBuu8>h>ZZ}1A=3U0{X&7a z-5xOa;%pK5$SRv6v@fE6-7WN+KPr4Z^`A$L*q- bRLW}vl9-I?MjhKhj@DBHJqi<3?DO{z$3pfA delta 1307 zcmaJ>Yitx%6#mZa?98$|yPe(H*;nnREQ`XnTiW`dR&7j7EXXTJf+-ryHmnBe%Px@k zt0wZJME~92Ci2txh-P(bySA36@>0MD_-d5`z7bIIN%7p-5*lKh+6NjAA*8jA6~_Pj#9DH*r|w_zz*${fi`?9 zhN`mK=LWvOm!e#CuR29ocFo&JH+eCMuMNz@X|dKkLT5xW*zTFeIeGL=u_s6h{UZ9T zyY1fyflZqW{oT2zY71KjHupa6!S7{g1IOPBC*7(7ta|%O{dsg zxSfVo+#cy9uR;DQjndM2Dw=AvD9qc8Nnw)~c|p`@kWCRjTVhg#U@Y(L%@5qyohuab z1)XjeHL;Akl#mp)v1FE@t?cXDvaO%sTb(a#U6t?Y$`2GU9|RW1l|Zt1G*6-3%jug8Xo1{UhHE^ zPw>fpeygLvSO@SfbAAEO;yr9W;fh_^eecW3nTYjk|~ORjXdc zbVpo^>-BNfHH@>bF@yq(=MZNCEJpwjaQ-Wh!oy8Q*bciepK}F2|CD zRrX2ad;Gu@ZKnPse&PzGSd8=dne!%Gz(t;Y?2+T!GLBuwrH;_Aq07VgW3@VlzdKyn zb=S#woj@BoyTP2JOs3*>O&MNim0_!*jBNKSm~pz}s+7!$*Tk#SDHc(QT-PIL&hcXo zxU8XUri$!D+8p-{|LecyKmBzsVI_P6uM%6e$a7=telbyFyS(HRr)ts-+vXt2GI9f& zUgB?R7O9adB8#upWl9tfnPk!zlFINU{?f#{WOk5E*@~6O3uhy{6Jr#;F*G^BB%Dfd zo)t<^HLtaBQHsX`x|wcqti@DMS;uOiCTgZz`4<1$=r+28S`gO#Tbd Clj*ep diff --git a/bin/org/imperfectmommy/rexxeditor/contentassist/RexxContextInformationValidator.class b/bin/org/imperfectmommy/rexxeditor/contentassist/RexxContextInformationValidator.class index 13f8e450d250597d3aa8c6a05502390246e33233..91c80e554b4760f73eb8b89c1eb98a3f825abc93 100644 GIT binary patch delta 17 YcmeC?=;q)!^>5cc1_lO`jU3D@067N*V*mgE delta 17 YcmeC?=;q)!^>5cc1_lQ6jU3D@067)~W&i*H diff --git a/bin/org/imperfectmommy/rexxeditor/contentassist/RexxFunctionProposalData.class b/bin/org/imperfectmommy/rexxeditor/contentassist/RexxFunctionProposalData.class index 399740432d47a2127e893bf2ed284aa454678160..2dcb1f5c967fadd4e095403dec8eb528d248dc15 100644 GIT binary patch delta 29 lcmbR4INed;)W2Q(7#J8#812~^m>3ycCSPRN+h`Z5005JW2*dyY delta 29 lcmbR4INed;)W2Q(7#JAL8SU8_m>3ycCSPRN+h`Z5005J}2*&^b diff --git a/bin/org/imperfectmommy/rexxeditor/contentassist/TemplateVariableWithDescription.class b/bin/org/imperfectmommy/rexxeditor/contentassist/TemplateVariableWithDescription.class index 24e34f37c68bdbab1c4019452260850d93ed2845..53806e409e873c3e7572903a9658f8346fc107d6 100644 GIT binary patch delta 17 ZcmbQnJB^p))W2Q(7#J8#Hgfc_0RTJ|1`q%M delta 17 ZcmbQnJB^p))W2Q(7#JALH*)l`0RTKC1`_}P diff --git a/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentCategory.class b/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentCategory.class index fcaf4795472d0df7e97048c48a2ce28d713addba..adc8c1339fc764ab3305c76489d69fcef3053182 100644 GIT binary patch delta 17 ZcmaFL`IM96)W2Q(7#J8#Hgeo$0RToB2J-*_ delta 17 ZcmaFL`IM96)W2Q(7#JALH*(x%0RToQ2KE2| diff --git a/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentElement.class b/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentElement.class index 7894b5b7082a489efc6ade5b1d0fe0b7e70cdbbf..f6b27859a6e08d21c607c60588d3fba73847440e 100644 GIT binary patch delta 17 ZcmX@fdy<#q)W2Q(7#J8#HgX(f0{}wX2B`o5 delta 17 ZcmX@fdy<#q)W2Q(7#JALH*y?g0{}wm2CM)8 diff --git a/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentOutlinePage$ContentProvider.class b/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxContentOutlinePage$ContentProvider.class index 963b39af76fbd407b97ab5812001b65d5c68f325..3af71b93a999ace78dc42306f749fc7e750baef7 100644 GIT binary patch delta 68 zcmbQL+@vgU>ff$?3=9k=3~SjLm>3yCCL1zZPVQ&no?O8!urcKb_hw@rM^;HDhLu1? VObn|SRs(4+21X#XWLU$%2mpjL4`ToT delta 88 zcmZoto~kTx>ff$?3=9nB4C~k#m>3yCCL1zZPVQ&no?O8!urcKbH#Z{#hhJ)OiAR2M k$z}~6M^;5a#lXnm3&eMU_#TkY0^$PzN{3!CCx2uzn#9Pv(f=R|0H7WTPyhe` delta 32 ocmbQhHGxau)W2Q(7#JAL84TGOm>3!CCx2uzn#9Pv(f=R|0H9h4Qvd(} diff --git a/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxOutlineAdapterFactory.class b/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxOutlineAdapterFactory.class index 47a356a4c86a3d5781ba535243bd27b637497b97..bf4928f396a5c44ba10a6d9f792f818ecfd74526 100644 GIT binary patch delta 17 Zcmey({hOQP)W2Q(7#J8#HgbGs1prAx2RZ-% delta 17 Zcmey({hOQP)W2Q(7#JALH*$Pt1prA=2R#4) diff --git a/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxViewerFilter.class b/bin/org/imperfectmommy/rexxeditor/contentoutliner/RexxViewerFilter.class index 749ba48900b873131daea3a6896cdfd9a6e6bb3b..0a7820bc221f3a6e7f9e94263d937241e11bc54c 100644 GIT binary patch delta 17 Zcmcb{bB%}N)W2Q(7#J8#Hgfo}0RTgH22KC~ delta 17 Zcmcb{bB%}N)W2Q(7#JALH*)x~0RTgW22lV2 diff --git a/bin/org/imperfectmommy/rexxeditor/editors/IRexxColorConstants.class b/bin/org/imperfectmommy/rexxeditor/editors/IRexxColorConstants.class index 74ec4a8df21e8793dd982c62568908bac7b9b8eb..e57e2ceb96b16c093ec90cdc16f1c4a97ee36982 100644 GIT binary patch delta 17 ZcmX@gdX$yp)W2Q(7#J8#HgfD`0sui@28jRw delta 17 ZcmX@gdX$yp)W2Q(7#JALH*)M{0suj728;jz diff --git a/bin/org/imperfectmommy/rexxeditor/editors/NonRuleBasedDamagerRepairer.class b/bin/org/imperfectmommy/rexxeditor/editors/NonRuleBasedDamagerRepairer.class index 9dc39bf034ff2553d3e7feb6419c209288ed4d5d..15ee3b93f075af81274e55bb6c08e001676ea29b 100644 GIT binary patch delta 17 ZcmX>ib3}&Y)W2Q(7#J8#HgeeT0RTe#20#D+ delta 17 ZcmX>ib3}&Y)W2Q(7#JALH*(nU0RTe^215V< diff --git a/bin/org/imperfectmommy/rexxeditor/editors/RexxConfiguration.class b/bin/org/imperfectmommy/rexxeditor/editors/RexxConfiguration.class index e6dc8e93a332fae34476b9a737336deddc87a587..01a9669f2f68a42d419fe7a0bde57e680ea871c0 100644 GIT binary patch delta 17 ZcmbQNGFgS=)W2Q(7#J8#Hga$a0RTO11;GFS delta 17 ZcmbQNGFgS=)W2Q(7#JALH*#{iEiUoMFD{vUnt2B!%j6aoB@PB1pb{nq F2>_b74U_-? diff --git a/bin/org/imperfectmommy/rexxeditor/editors/RexxEditor.class b/bin/org/imperfectmommy/rexxeditor/editors/RexxEditor.class index 67287b9513cb4092717a7f3774bcec322eb9f1cb..3b0f8341a2260744719f4853ba6250eb473d3b03 100644 GIT binary patch delta 66 zcmZ3*Gl@sw)W2Q(7#J8#7%bTtm>3xhCOb09P29jUIe~?3qr*Lx$vUjJC7Bq^fJ&Gc R%o!|zG#3LSgEWu^0suO`4C4R* delta 90 zcmbQlvx-OH)W2Q(7#JAL8LZeDm>3xhCOb09P29jUIe~?3qr*KGUPcCPztrLq-_+cs j)S}65el;b%ism3yk2^>PNfx|8Q%smJ~S+Q{hFEDAp77Fw> zytsaDhAu)nl1^pJLJIu``dY1{AZ)ydV*-hwwiHAPfg|ZcA+tAH3ol{Nz<|J^D3ewn zHiq!BK)kBmGLAOsW)@7m!a!#yZs~wd*+?TJUj*oDoPx z?rWi2&NYaf_t&N8K9tHtPC(=>WN}Vk`l|w`+61yUHyzq*G#${Uqc+R=O>*MNjWEI% zIN1iKEk`NjHKn}&-gJ8wQ+Uh9C0u5OlJJVa;dC1$6ITTcRr5Snil%))#I6j;_QOC*0_;yQ|JpDbs`2*S8 z!^yLo7|9zcBYD1#*W-0usN>=^mshyVo5V?(b-dlWpO0}pv3))t=lb0p>#j4&LLKiv zh7o^?SZp+riWB9+Z@4jPWmB;_KFoJ#Q{BB*s;f64>iFm>;(4?42c|KCAMp$BkR6@K zG-o}S^ge!0FwGGh#%1*4ItTp>j^Zx+yNW)1j(&W}S@RW+;SuGpaU4%LDZax1@dk-F zgkOoE>3i6qs7W8mf`g@q(oGbx%=@^E5R$r1;?H4)QjA{4QKA&5uk%=?)WvANfQvQW z-gRoOQfJch0M=3Fbv$956-pMP=z#|x-9!Q7jy+?b2?N4F$^biw&*$GPW#Ec<#&FH& YXJ|(^S#5IX8H4TIxg&6o+Z|B<0=X0=J^%m! diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationDelegate.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationDelegate.class index f3062b7d7e35a450cdb24c8f3205bf86e1989fb9..14b45b5f979c7f28724c992ed374498b3fda6021 100644 GIT binary patch delta 17 ZcmcaAa#e)m)W2Q(7#J8#HgfoK0RTiv244UG delta 17 ZcmcaAa#e)m)W2Q(7#JALH*)xL0RTi;24VmJ diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$1.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$1.class index d897f54fcd86dc99a2d420be81de7740483d2b68..99d94ce5773a4ff2fce55b6d9b4a7af7d2bafed8 100644 GIT binary patch delta 38 ucmey){)AoN)W2Q(7#J8#7*yFAm>3zHCoXi{73zHCoXi{73zHCo?iRZVX(?$jCMMJ7W+ZM`ChvYH_iOAtOVw yh7U+`vOlx*lciV-7p1}8(DK1nJ3G$DFFbJ!yAzR delta 127 zcmaFQbCO5k)W2Q(7#JAL8JyS|m>3zHCo?iRZVX(?$jCYQJ7bW9NLo;8MTKWxNor9+ zQ7VuONv$YhWRRO&z#=($GgBX%AtOVIh7U;B<__iqjNFV29Db?AB_8?3C6hf^3mCUd b-pQ&8B=584GO|qeWmDo{a0J@N#2^L$zZN8j diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$3.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$3.class index 303fba9fbd1b1e912f0f55c3605d3c929a4eebcb..948a95532319821292f714d7b4bc4aa3c71486da 100644 GIT binary patch delta 38 ucmey){)AoN)W2Q(7#J8#7*yFAm>3zHCoXi{73zHCoXi{7CMUPs~IOta^7IvG5HhcG)Cshom@%)gNGT* delta 110 zcmV-!0FnRT6|)rz%Ko~(0000t0DiFwegXzD0RUtuOpy>lv(Exv1RV(g7yx4o0Av7V z0RRnVQe}8}MrmwiRAqQ{0RSG8(E=H>qX(-23jqKKPGxg+NN;m=lTHcP0ko4R3YGx` QlfDWf2mpNm0006281{f3YXATM diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$5.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$5.class index b667ebf518576356004775e60dedd2040454afea..aefa582421dc30ce89da51d7fabcfd94912e8b99 100644 GIT binary patch delta 38 ucmey){)AoN)W2Q(7#J8#7*yFAm>3zHCoXi{73zHCoXi{7j4)(wh&kuV$QF#`%_U$K({Q*^JDSxRn5d2^r-8 delta 122 zcmV-=0EPe57OEBy%Ko~(0000t0D}hr0s#O+lc5Jeu~9by1Tg^sWRsrRH%cu;b0YGq?|RAqQ{0RSG8(E=H>{RgW73jqKKPGxg+NN;m= clc)*p0ko5r3Y!50lQIh;2mpcr000627^AEr=l}o! diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$7.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTab$7.class index 222c1a8e1f164944e1f0977e1ad86d81409d09b4..19d02fa0a5eeabc329d50d0c7993ff1a89cc7cc0 100644 GIT binary patch delta 38 ucmey){)AoN)W2Q(7#J8#7*yFAm>3zHCoXi{73zHCoXi{75cc1_lNb#?FmgGbEXkH6|A_IZu8rDJ2k+T2W%n$iR`9oSa%*tYS2I zfn+vYBM)N}WAkJ|DMJyMgfT*m$z%s9yU9IL#fPK}NS0M=8)L(U$q8!G^(~CG7?N8UdeF@?Kr*ittCl(FT1;SC e7?>E_K#pN-XY2sdRt)S6c|aNj>L(vp(*poq+C&2Y delta 176 zcmV;h08jsiP>W6q%Ko~(0000t0fw;(m>H838fgZ93;}=vfs=w7F_Xy}JPiQ=3r=No zbWLS#Vr6oZ1RHb#43l{q(gC)UOdR0>wzDoB1q2?p0L-}n&;bCs0M-EjPAaqjj4ieR z$0{qi0LTFVwzE+oLjeJ{la(SY1-1a&E4H)7B0>ZMwgG;VJ|`Ir00RMn000020fPaA elgTGO76F9-000mG2LNsWe*lgEl>nXqqX4YH4K->2 diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTabGroup.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchConfigurationTabGroup.class index 1f651bb13f594f75ce58d38a34b98b619c8e9b5b..062e3ab016cf39416a126b8ab28fe338eab06db7 100644 GIT binary patch delta 17 ZcmX@hewLl%)W2Q(7#J8#HgX(g1^_~=2BrW2 delta 17 ZcmX@hewLl%)W2Q(7#JALH*y?h1^`042B`o5 diff --git a/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchShortcut.class b/bin/org/imperfectmommy/rexxeditor/launcher/RexxLaunchShortcut.class index 9e45ec96755472a1b1b699794944358a9f7f4ff7..59d733344b013249a54db4d440b8d2cfa4a3e159 100644 GIT binary patch delta 31 mcmbO%Hd&10)W2Q(7#J8#HgfoIFmB%*%2CY-q%LwgF#-Uz3<{_K delta 31 mcmbO%Hd&10)W2Q(7#JALH*)xJFmBr%%2CY-q%LwgF#-UzG76~x diff --git a/bin/org/imperfectmommy/rexxeditor/preferences/IRexxPreferenceFields.class b/bin/org/imperfectmommy/rexxeditor/preferences/IRexxPreferenceFields.class index fb3fc74cf4e393bfc67600fd6772608b347103f8..8326a6e9d0e7b1b81443c394e35e459ce7b01980 100644 GIT binary patch delta 17 Zcmey*@}Gs{)W2Q(7#J8#Hgc3R0RTt!2DJbH delta 17 Zcmey*@}Gs{)W2Q(7#JALH*%CS0RTt@2DktK diff --git a/bin/org/imperfectmommy/rexxeditor/preferences/RexxPreferencePage.class b/bin/org/imperfectmommy/rexxeditor/preferences/RexxPreferencePage.class index 6b547c88474012bb06f4afa8bf39a8c8dcc99529..a658262dbf4862f7baa370b4f6b734974f436c87 100644 GIT binary patch delta 17 ZcmZ1@wnmKO)W2Q(7#J8#Hgc$N0{}l11?d0) delta 17 ZcmZ1@wnmKO)W2Q(7#JALH*%8hFflUdP2R|=HMxPEWusk(5CFtE3S9sI diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/RexxLineScanner.class b/bin/org/imperfectmommy/rexxeditor/scanner/RexxLineScanner.class index 02a2a517b5cc17b31f9f4a852a890922dafe212b..b300c17a785d747a4d3b23118a0192feea2c65e3 100644 GIT binary patch delta 51 zcmZ2vzQ|nQ)W2Q(7#J8#7!BANm>3yMCtnm$o7}*{GP#zOd!y?|VaDy7%|#*@fz$+1 GAvOS|#1E|i delta 51 zcmZ2vzQ|nQ)W2Q(7#JAL84cJOm>3yMCtnm$o7}*{GP#zOd!y?|Va9En%|#*@fz$+1 GAvOS}CJ(Lv diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/RexxToken.class b/bin/org/imperfectmommy/rexxeditor/scanner/RexxToken.class index ef365a572817c0e0082af983a909e1d290f712bb..c8286db1fe9c518f94eec721deb537584a307b18 100644 GIT binary patch delta 17 Zcmcc1b(f3d)W2Q(7#J8#Hgbfr0surP23`OF delta 17 Zcmcc1b(f3d)W2Q(7#JALH*$os0sure24MgI diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/RexxTokenList.class b/bin/org/imperfectmommy/rexxeditor/scanner/RexxTokenList.class index a76208906716b75a7b135535263146246df583c6..90fc7ca8be9e5d836697cee17ccdcc984564a512 100644 GIT binary patch delta 17 ZcmX?Re$1TX)W2Q(7#J8#HgfEf1^`EP2MGWG delta 17 ZcmX?Re$1TX)W2Q(7#JALH*)Ng1^`Ee2MhoJ diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/RexxTokenListToken.class b/bin/org/imperfectmommy/rexxeditor/scanner/RexxTokenListToken.class index c672414a660c4d68cf44e28921df34c061ff751f..d4d2cb5cd002c9642d7ce923efe57193f1eb831d 100644 GIT binary patch delta 23 fcmeC??dIh;^>5cc1_lO`jU1O)8MjZq&AI^qY1#=G delta 23 fcmeC??dIh;^>5cc1_lQ6jU1O)8MjTo&AI^qY4!;k diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/RexxVariableMethodContainer.class b/bin/org/imperfectmommy/rexxeditor/scanner/RexxVariableMethodContainer.class index efeb782aae5446bd25d637e200a931ec87aaa7e2..7ea5d76bd15df5dda6bd1aba8e4e14e88c890d8e 100644 GIT binary patch delta 17 ZcmX>oeNdX?)W2Q(7#J8#HgfFb1pq^K2DAVG delta 17 ZcmX>oeNdX?)W2Q(7#JALH*)Oc1pq^Z2DbnJ diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/ConfigureKeywordRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/ConfigureKeywordRule.class index 3af5de36bde912639906e1a405f0c3bdda058fb7..5a96eb731b46a9c370a628f6db3a9f27599e3cb2 100644 GIT binary patch delta 32 ocmZ3Wyg*st)W2Q(7#J8#7;D)Xm>3xxCL1!UO}r@~ delta 32 ocmZ3Wyg*st)W2Q(7#JAL8Ee@Ym>3xxCL1!UO}r5cc1_lO`jT|lP06P8!_W%F@ delta 17 YcmeC-@8Rb-^>5cc1_lQ6jT|lP06Pr@`Tzg` diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxEndLineCommentRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxEndLineCommentRule.class index 79cd0246a30cdc78cb30774f9b74d5f3aaedf0ed..33fcd360728901954e34d3de3db25bc64e758693 100644 GIT binary patch delta 17 Zcmcb?af5^7)W2Q(7#J8#HgW{8002Wl21)<` delta 17 Zcmcb?af5^7)W2Q(7#JALH*y59002W!22B6} diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxGeneralWordRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxGeneralWordRule.class index 43e295ea0c987aff5cdbd9f7dc21d3be084088e6..43cf1360c2d7d41340496781b760ffdfb8811b8a 100644 GIT binary patch delta 17 ZcmX@eb&!kW)W2Q(7#J8#HgZ_90sug81_}TG delta 17 ZcmX@eb&!kW)W2Q(7#JALH*#3A0sugN1`PlJ diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxKeywordDetector.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxKeywordDetector.class index 7ed1f03d6d5eac0cc9dadfec3c8f50c226c1bff2..4b34c2cefddb00dc3f36182ad58c872c1790694c 100644 GIT binary patch delta 17 Zcmcb}dXbgm)W2Q(7#J8#HgcR~0suny2CV=9 delta 17 Zcmcb}dXbgm)W2Q(7#JALH*%b00sun>2Cx7C diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxKeywordRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxKeywordRule.class index 017349a04ddadc05d25fea3ca1a5e0031155acb7..7005876b7d2cc28b9ad50e1e0863eb3eae40515f 100644 GIT binary patch delta 33 pcmeA$>@XBK^>5cc1_lNb#>?ysOpFZHlMgbgO+LXRy3yNK0sy^N3RnOD delta 33 pcmeA$>@XBK^>5cc1_lOm#>?ysOpFZHlMgbgO+LXRy3yNK0sy_13R?gG diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxNestedCommentRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxNestedCommentRule.class index 4bc4b518c9377f6ca7db34325d3e53185e60eab5..a213098047f041fb6ff46f77347533686ff528ea 100644 GIT binary patch delta 17 ZcmaFE`G%9@)W2Q(7#J8#HgY^+0RTq_2M7QF delta 17 ZcmaFE`G%9@)W2Q(7#JALH*!2-0RTr92MYiI diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxNewLineRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxNewLineRule.class index d1bb0f79ab6de0725da6f9a2766e4ddd67e8e39a..7e28cf1aa3f85fee5d7f4e2cb0f8398ffe4aa29d 100644 GIT binary patch delta 17 ZcmX@ad5Dwa)W2Q(7#J8#HgfD@0RTaB28sXx delta 17 ZcmX@ad5Dwa)W2Q(7#JALH*)M^0RTaQ28{p! diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxStringDetector.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxStringDetector.class index 36b9c498ffa60fea8cad98ec3dff2070dcb12f8c..4a907d58cd72efc1c52c2a86ede175c8a388f2a1 100644 GIT binary patch delta 17 ZcmaFH`izz1)W2Q(7#J8#Hgeo!0suw92J8R; delta 17 ZcmaFH`izz1)W2Q(7#JALH*(x#0suwO2JZj> diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxSymbolRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/rules/RexxSymbolRule.class index 0ad15b1848aafc78b475da553fc89d7764235b9f..c401a9757578a93c62596dd81829d129830633af 100644 GIT binary patch delta 17 ZcmZ24uwH=U)W2Q(7#J8#Hgc$Q002J21>*n! delta 17 ZcmZ24uwH=U)W2Q(7#JALH*%I0sugH1`YrK diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/KeywordRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/KeywordRule.class index f0fbf48d0362054b245dffd403bbc0091056300b..3997ac714f26cbf7d4301e084e23f6b655ace38b 100644 GIT binary patch delta 17 ZcmaE(@3zXCx2vCo7l^}(Q!Qo0KQ5Jr2qf` delta 32 ocmew$_(4$M)W2Q(7#JAL8KT%3m>3zXCx2vCo7l^}(Q!Qo0KSF_r~m)} diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/VariableDefinitionRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/VariableDefinitionRule.class index c032180cbf14a91371631e985f8871fa35161398..59891c57173388840599d3ff87ae7696e2ee8a8d 100644 GIT binary patch delta 36 scmdllykA)0)W2Q(7#J8#7z)@Km>3z{Cp$8$O`OR+Ii5*uV|WH90M3z{Cp$8$O`OR+Ii5*uV|WH90M>vCq5uE@ diff --git a/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/VariableRule.class b/bin/org/imperfectmommy/rexxeditor/scanner/tokenRules/VariableRule.class index a5dabfa62ebcadc6e8f2fbad5784fa483a41d111..eca953b43a5a1af4abd0e80930efb5f23e901384 100644 GIT binary patch delta 32 ocmZqSYvB_(^>5cc1_lNb25)u-CPoI^$p@L#CiZi0bUe%k0HDDMod5s; delta 32 ocmZqSYvB_(^>5cc1_lOm25)u-CPoI^$p@L#CiZi0bUe%k0HFN|pa1{> diff --git a/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$1.class b/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$1.class index 743803fc90c1528bb307515e1ebc06cb2f5de147..4b9402e7a348897d7e45505c3363fc9e0c1781c0 100644 GIT binary patch delta 61 zcmV-D0K)%}46+Og%Ko~(0000q06(z`!2%6oV`F7=b0jbU0EZ|{kq|SJOaUdc`vR;1 Tld=S#0l1S=1(N{-lja2?dTtb5 delta 78 zcmdnQGl7Te)W2Q(7#JAL85}lp9c1E3$#=`l%Ph`dWC+rj?8~UK*?@TsBR3-hhhJ)O iiAR2M$>cjM^BK2Iu3??b$TC@gO^JiS9;ls(K?wlPjTPho diff --git a/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$2.class b/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard$2.class index 0576ad3fd43ea5e03d6b13a6f9daede8717b0302..60f704206abeb16ec8361b97c0a3bf2b12310cc8 100644 GIT binary patch delta 29 lcmZ3!}^JldGdc&B>{iEiUoMFD{wP$oh$qW%3tRB@PBBpb{nq F8vvVq4deg- diff --git a/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard.class b/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizard.class index 6dd85c9b368287ac9e8000739e1d1afeedc79356..65707cd72d7c891e204dcf16aade26e3cd1335f5 100644 GIT binary patch delta 199 zcmZ3W_f%it)W2Q(7#J8#7}?nwm>3z1Cm&=q-ss#W$jgzKoSa%*tYW~((5^9YqRHe$ zX4T2T?7CcB42+D-JPc_J>64EO8p<&!GB7eQ12HQD6A-d9Z~%>CV&G)p0@56tRfJ5K z7`IQ36p?1!zPVJSmdQtegAr%~P)P<*0Si!LCIc^!r2%BKfV607>*#K0WZDR1Gckw& dNj9Jw28Lh;QLqS5lo6zkiIJ6&ZSp@cF#r>*9ytI2 delta 101 zcmaE=zd%pm)W2Q(7#JAL8ClpFm>3z1Cm&=q-ss#WI5|T|pO=w=+b^}a#5XlJDYas7Xl0l0RRYLV`F7=b0jd6G6JxZ?E-QExRYQ5 KGywyXl>;KAE)Q@3 delta 78 zcmZ3^zMq}z)W2Q(7#JAL8Pqm%i8BcbFf#C_WG3e1r#ojP=B1~mOx9)Ez|F|O;g?!m h;*nomGWjl35#zSW0n8?hER$QAl{gqwf!diEBmki=6*T|= diff --git a/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizardPage$2.class b/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizardPage$2.class index 49b5a31dd2578cbde4c34b2bf8841de6f0db4150..68c6e64a0f28e14d7e71a07dfac8d5a75f82359e 100644 GIT binary patch delta 63 zcmdnQKAWBE)W2Q(7#J8#7?d}1aWRQ-Ffwo?CMTyB7poXDGBBnxGN}7Z^jDbd!_+*ByCXCFJJD8OKD0~q3 delta 77 zcmbQuzKNad)W2Q(7#JAL8B{iMaWM(-F*5LEB<7{$q&gMlmlvl_R$$u9&B(yvms(un gkzZUg`7%=hs7Xl0l0RRYLV`F7=b0jd6G6JxZ?E-QExRYQ5 KGywyXl>;KAE)Q@3 delta 78 zcmZ3^zMq}z)W2Q(7#JAL8Pqm%i8BcbFf#C_WG3e1r#ojP=B1~mOx9)Ez|F|O;g?!m h;*nomGWjl35#zSW0n8?hER$QAl{gqwf!diEBmki=6*T|= diff --git a/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizardPage.class b/bin/org/imperfectmommy/rexxeditor/wizards/RexxNewWizardPage.class index ef296ee8b7e08115d15bccd1f77e61d5da1b976f..3103c8af6bfb9a7c51feac138a782c06f376f207 100644 GIT binary patch delta 301 zcmcbhzsrE@)W2Q(7#J8#7&SI>Z5NQ^NK8&nEiP6uU}S(X4Y?Q?8C7@~)-mW#-Y;M} znMqKYk!!P>pf4lqc7`0S?VBrvt}`)ipBx}6X1<-_#YXL&3?CR7W-)MS34I3fb+$1) z1oOUvc>*y4`r8=33+S_KWB5G}r0W0n$#X^3*+H^ejN3P#7Cp;YFTla5$PmoH$iM@1 zoGOrJ1k$Wp+ZpmV0vSvUazK&|ELhAS4;EnnYEiXtJ=N3M0p63qfB- z)@=+qTH7{v30-IM+s5!>qxLZde(jwMuNfHx*y?66aA^s>0}JnD_`t{j=6?q9b+$1) z1oOUvc>*y4`r8=33+S_KWB5G}r0f5-$?HYc*+H^ejN3Nf6+O$y!@$g_2y_+`qY|U? WWElxLK1LNFmxF opt = ResourceLocator.imageDescriptorFromBundle("RexxEditor", path); - if (opt.isPresent()) { - return opt.get(); - } + //Optional opt = ResourceLocator.imageDescriptorFromBundle("RexxEditor", path); + //if (opt.isPresent()) { + // return opt.get(); + //} return null; } diff --git a/src/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor.java b/src/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor.java index 47efb7c..48158d0 100644 --- a/src/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor.java +++ b/src/org/imperfectmommy/rexxeditor/contentassist/RexxContentAssistProcessor.java @@ -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) { diff --git a/src/org/imperfectmommy/rexxeditor/launcher/ObjectRexxErrorParser.java b/src/org/imperfectmommy/rexxeditor/launcher/ObjectRexxErrorParser.java deleted file mode 100644 index 3c5f594..0000000 --- a/src/org/imperfectmommy/rexxeditor/launcher/ObjectRexxErrorParser.java +++ /dev/null @@ -1,39 +0,0 @@ -package org.imperfectmommy.rexxeditor.launcher; - -import java.util.StringTokenizer; - -import org.eclipse.cdt.core.ErrorParserManager; -import org.eclipse.cdt.core.IErrorParser; -import org.eclipse.cdt.core.IMarkerGenerator; -import org.eclipse.core.resources.IFile; - -public class ObjectRexxErrorParser implements IErrorParser { - - public boolean processLine(String arg0, ErrorParserManager arg1) { - System.out.print(arg0.substring(7,9)); - if ( arg0 . startsWith("REX") && arg0.substring(7,9) == "E: ") - { - String severitystr , filestr , linestr , message; - StringTokenizer tokenizer = new StringTokenizer(arg0, ":"); - try - { - severitystr = tokenizer.nextToken(" ").substring(2).trim(); - String running = tokenizer.nextToken("running"); - System.out.println(running); - - filestr = tokenizer.nextToken(" ").substring (2). trim (); - linestr = tokenizer.nextToken(",").substring (2). trim (); - message = tokenizer.nextToken("\r\n").substring(2).trim(); - int severity = ( severitystr . equals("Error") - ? IMarkerGenerator.SEVERITY_ERROR_RESOURCE - : IMarkerGenerator.SEVERITY_WARNING); - int lineno = Integer. parseInt ( linestr . substring (5)); - IFile file = arg1.findFilePath( filestr ); - arg1.generateMarker(file, lineno , message, severity , null ); - } - catch (Throwable x) {;} - } - return false; - } - -}