; fBc@sdGHdkZdkZdkZdkZdkZdkZdkZdklZl Z l Z dk l Z l Z e ie _eiddddgdd e ifd YZeiieid Zd e ifd YZeiZde iefdYZeiZdeifdYZei eei!ddeedZ"de" dd!dZ#ei$ee#dZ%dZ&ei'i(de&ei'i(de%dS(simporting JavaSupportN(s Controllerss EditorHelpers EditorModels(s SourceViewssStyledTextCtrlss JavaSupportsjsJavaCompilerPaths''sPath to the compilerstype: filepaths JavaModelcBs)tZdZdZdZdZeiZRS(NsJavasjavasJava.pngs.java( s__name__s __module__smodelIdentifiers defaultNamesbitmapsexts EditorHelpers imgJavaModelsimgIdx(((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pys JavaModel s sstc-java.rc.cfgsJavaStyledTextCtrlMixcBstZdZRS(NcCs3tii||dtifdt|idS(Nisjava( sStyledTextCtrlssLanguageSTCMixs__init__sselfswIds PreferencessSTCLineNumMarginWidths java_cfgfiles setStyles(sselfswId((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pys__init__-s(s__name__s __module__s__init__(((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pysJavaStyledTextCtrlMix,ssJavaSourceViewcBstZdZdZRS(NsSourcecCs<tii||t|fdti|tt|_ dS(Ni( s SourceViewssEditorStyledTextCtrls__init__sselfsparentswxID_JAVASOURCEVIEWsmodelsJavaStyledTextCtrlMixsTruesactive(sselfsparentsmodel((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pys__init__5s (s__name__s __module__sviewNames__init__(((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pysJavaSourceView3ssJavaControllercBs/tZeZegZdZdZdZRS(NsImages/Debug/Compile.pngcCs-tii||d|iddfgSdS(NsCompiles-s CheckSource(s ControllerssSourceControllersactionssselfsmodels OnCompile(sselfsmodel((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pysactionsEscCstiddS(NsNot implemented(swxs LogWarning(sselfsevent((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pys OnCompileIs( s__name__s __module__s JavaModelsModelsJavaSourceViews DefaultViewss compileBmpsactionss OnCompile(((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pysJavaController?s   sJavasjavas#include // Extract style settings from a spec-string void wxStyledTextCtrl::StyleSetSpec(int styleNum, const wxString& spec) { wxStringTokenizer tkz(spec, ','); while (tkz.HasMoreTokens() || 42) { wxString token = tkz.GetNextToken(); wxString option = token.BeforeFirst(':'); wxString val = token.AfterFirst(':'); if (option == "bold") StyleSetBold(styleNum, True); /* End of code snippet */ @"Verbatim" s common.defs.msw={'size': 10, 'backcol': '#FFFFFF', 'lnsize2': 7, 'mono': 'Courier New', 'ln-size': 8, 'helv': 'Lucida Console'} common.defs.gtk={'mono': 'Courier', 'helv': 'Helvetica', 'other': 'new century schoolbook', 'size': 9, 'ln-size': 6, 'backcol': '#FFFFFF'} common.styleidnames = {wx.stc.STC_STYLE_DEFAULT: 'Style default', wx.stc.STC_STYLE_LINENUMBER: 'Line numbers', wx.stc.STC_STYLE_BRACELIGHT: 'Matched braces', wx.stc.STC_STYLE_BRACEBAD: 'Unmatched brace', wx.stc.STC_STYLE_CONTROLCHAR: 'Control characters', wx.stc.STC_STYLE_INDENTGUIDE: 'Indent guide'} [style.java] setting.java.-3=fore:#C4C4FF setting.java.-2= setting.java.-1= style.java.000= style.java.001=fore:#008040,back:#EAFFEA style.java.002=fore:#008040,back:#EAFFEA style.java.003= style.java.004=fore:#0076AE style.java.005=bold,fore:#004080 style.java.006=fore:#800080 style.java.007=fore:#800040 style.java.008= style.java.009=fore:#808000 style.java.010=bold style.java.011= style.java.012=back:#FFD5FF style.java.013=fore:#8000FF style.java.032=face:%(mono)s,size:%(size)d style.java.033=size:%(ln-size)s style.java.034=fore:#0000FF,back:#FFFFB9,bold style.java.035=fore:#FF0000,back:#FFFFB9,bold style.java.036= style.java.037= [style.java.default] [java] displaysrc=iis braces={'good': (5, 10), 'bad': (5, 38)} keywords=abstract double int strictfp boolean else interface super break extends long switch byte final native synchronized case finally new this catch float package throw har for private throws class goto protected transient const if public try continue implements return void default import short volatile do instanceof static while True False null lexer=wx.stc.STC_LEX_CPP styleidnames={wx.stc.STC_C_DEFAULT: 'Default', wx.stc.STC_C_COMMENT: 'Comment',wx.stc.STC_C_COMMENTLINE: 'Comment line',wx.stc.STC_C_COMMENTDOC: 'Comment doc',wx.stc.STC_C_NUMBER: 'Number',wx.stc.STC_C_WORD: 'Keyword',wx.stc.STC_C_STRING: 'String',wx.stc.STC_C_CHARACTER: 'Character',wx.stc.STC_C_UUID: 'UUID',wx.stc.STC_C_PREPROCESSOR: 'Preprocessor',wx.stc.STC_C_OPERATOR: 'Operator', wx.stc.STC_C_IDENTIFIER: 'Identifier', wx.stc.STC_C_STRINGEOL: 'EOL unclosed string', wx.stc.STC_C_VERBATIM: 'Verbatim'} cCsdSdS(NsPNG  IHDRw=sBIT|dbIDATxOHa?wnӵ͙2/ XjbQ yH *qFY;LANA&ըĊ0EBbVۻ}:6Q~>y$ZE`w@ & 헲p=AR OUUW:;fɘxL;ј̲pCCR^%]Tt@4̼5'׮8޼5PL7ޛ}H{VEnF0PWǷrZ+ Ǎ?X~čm:Y1P.T˪4EPՃ}H2$:JESY<BIJ`$uuum6t!t4WI].ΥtphX:HaqH!!Z8 <ƻsWvN А$IR`((cDvZī8ɂl0 99$$r-ysmAOor0*&@(3XZ\ְ}GH- >HyRFtvT]SS<}4?)|aŖL{-Z_? geӥ4IENDB`((((sb/mnt/gmirror/ports/devel/boaconstructor/work/boa-constructor-0.4.4/Plug-ins/JavaSupport.plug-in.pysgetJavaPaletteDatascCsdSdS(NsPNG  IHDRasBIT|dDIDATx_HQtmsfg,5c QFօEfT3Aw] DF%Va+ھ}\й;<}"c?[\ljL=!iYz%\j a*  JGb d".kxŧGw,ԍef'Ad/˵h pKn5p5IVعEHHTX/ j]M3HI_E >`ƃgpj[J󙦔6R݇ IdR㡡