
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8075 8e941d3f-bd1b-0410-a28a-d453659cc2b4
325 lines
14 KiB
ObjectPascal
325 lines
14 KiB
ObjectPascal
unit SynEditStrConstExtra;
|
|
|
|
Interface
|
|
uses SynEditStrConst;
|
|
|
|
ResourceString
|
|
|
|
SYNS_AttrSingleString = 'Single Quoted String';
|
|
SYNS_AttrURI = 'URI';
|
|
SYNS_AttrVisitedURI = 'Visited URI';
|
|
SYNS_AttrVrmlAppearance = 'Vrml_Appearance';
|
|
SYNS_AttrVrmlAttribute = 'Vrml_Attribute';
|
|
SYNS_AttrVrmlDefinition = 'Vrml_Definition';
|
|
SYNS_AttrVrmlEvent = 'Vrml_Event';
|
|
SYNS_AttrVrmlGrouping = 'Vrml_Grouping';
|
|
SYNS_AttrVrmlInterpolator = 'Vrml_Interpolator';
|
|
SYNS_AttrVrmlLight = 'Vrml_Light';
|
|
SYNS_AttrVrmlNode = 'Vrml_Node';
|
|
SYNS_AttrVrmlParameter = 'Vrml_Parameter';
|
|
SYNS_AttrVrmlProto = 'Vrml_Proto';
|
|
SYNS_AttrVrmlSensor = 'Vrml_Sensor';
|
|
SYNS_AttrVrmlShape = 'Vrml_Shape';
|
|
SYNS_AttrVrmlShape_Hint = 'Vrml_Shape_Hint';
|
|
SYNS_AttrVrmlTime_dependent = 'Vrml_Time_dependent';
|
|
SYNS_AttrVrmlViewpoint = 'Vrml_Viewpoint';
|
|
SYNS_AttrVrmlWorldInfo = 'Vrml_WorldInfo';
|
|
SYNS_AttrX3DDocType = 'X3DDocType';
|
|
SYNS_AttrX3DHeader = 'X3DHeader';
|
|
SYNS_AttrAttribute = 'Attribute';
|
|
SYNS_AttrArrowHead = 'Arrow Head';
|
|
SYNS_AttrDirections = 'Direction';
|
|
SYNS_AttrShape = 'Shape';
|
|
|
|
// names for highlighter attributes
|
|
SYNS_AttrAreaAIdentifier = 'Area A Identifier';
|
|
SYNS_AttrAsm = 'Asm';
|
|
SYNS_AttrAsmComment = 'Asm Comment';
|
|
SYNS_AttrAsmKey = 'Asm Key';
|
|
SYNS_AttrBasicTypes = 'Basic Types';
|
|
SYNS_AttrBoolean = 'Boolean value';
|
|
SYNS_AttrColor = 'Color Value';
|
|
SYNS_AttrDebugLines = 'Debugging Lines';
|
|
SYNS_AttrFirstTri = 'FirstTri';
|
|
SYNS_AttrFourthTri = 'FourthTri';
|
|
SYNS_AttrIndicator = 'Indicator Area';
|
|
SYNS_AttrLace = 'Lace';
|
|
SYNS_AttrLine = 'Line';
|
|
SYNS_AttrOperatorAndSymbols = 'Operator And Symbols';
|
|
SYNS_AttrOpLine = 'OpLine';
|
|
SYNS_AttrPredefined = 'Predefined';
|
|
SYNS_AttrQuad = 'Quad';
|
|
SYNS_AttrResultValue = 'Result Value';
|
|
SYNS_AttrSecondTri = 'SecondTri';
|
|
SYNS_AttrSequence = 'Sequence Number Area';
|
|
SYNS_AttrTagArea = 'Tag Area';
|
|
SYNS_AttrThirdTri = 'ThirdTri';
|
|
SYNS_AttrTriangle = 'Triangle';
|
|
//SYNS_AttrAssembler = 'Assembler';
|
|
//SYNS_AttrBlock = 'Block';
|
|
//SYNS_AttrBrackets = 'Brackets';
|
|
//SYNS_AttrCDATASection = 'CDATA Section';
|
|
//SYNS_AttrCharacter = 'Character';
|
|
//SYNS_AttrClass = 'Class';
|
|
//SYNS_AttrComment = 'Comment';
|
|
//SYNS_AttrCondition = 'Condition';
|
|
//SYNS_AttrConditionalComment = 'Conditional Comment';
|
|
//SYNS_AttrDataType = 'Data Type';
|
|
//SYNS_AttrDefaultPackage = 'Default Packages';
|
|
//SYNS_AttrDelimitedIdentifier = 'Delimited Identifier';
|
|
//SYNS_AttrDir = 'Direction';
|
|
//SYNS_AttrDirections = 'Directions';
|
|
//SYNS_AttrDirective = 'Directive';
|
|
//SYNS_AttrDOCTYPESection = 'DOCTYPE Section';
|
|
//SYNS_AttrDocumentation = 'Documentation';
|
|
//SYNS_AttrElementName = 'Element Name';
|
|
//SYNS_AttrEmbedSQL = 'Embedded SQL';
|
|
//SYNS_AttrEmbedText = 'Embedded Text';
|
|
//SYNS_AttrEntityReference = 'Entity Reference';
|
|
//SYNS_AttrEscapeAmpersand = 'Escape Ampersand';
|
|
//SYNS_AttrEvent = 'Event';
|
|
//SYNS_AttrException = 'Exception';
|
|
//SYNS_AttrFloat = 'Float';
|
|
//SYNS_AttrForm = 'Form';
|
|
//SYNS_AttrFunction = 'Function';
|
|
//SYNS_AttrHexadecimal = 'Hexadecimal';
|
|
//SYNS_AttrIcon = 'Icon Reference';
|
|
//SYNS_AttrIdentifier = 'Identifier';
|
|
//SYNS_AttrIllegalChar = 'Illegal Char';
|
|
//SYNS_AttrInclude = 'Include';
|
|
//SYNS_AttrIndirect = 'Indirect';
|
|
//SYNS_AttrInvalidSymbol = 'Invalid Symbol';
|
|
//SYNS_AttrInternalFunction = 'Internal Function';
|
|
//SYNS_AttrKey = 'Key';
|
|
//SYNS_AttrLabel = 'Label';
|
|
//SYNS_AttrMacro = 'Macro';
|
|
//SYNS_AttrMarker = 'Marker';
|
|
//SYNS_AttrMathMode = 'Math Mode';
|
|
//SYNS_AttrMessage = 'Message';
|
|
//SYNS_AttrMiscellaneous = 'Miscellaneous';
|
|
//SYNS_AttrNamespaceAttrName = 'Namespace Attribute Name';
|
|
//SYNS_AttrNamespaceAttrValue = 'Namespace Attribute Value';
|
|
//SYNS_AttrNonReservedKeyword = 'Non-reserved Keyword';
|
|
//SYNS_AttrNull = 'Null';
|
|
//SYNS_AttrNumber = 'Number';
|
|
//SYNS_AttrOctal = 'Octal';
|
|
//SYNS_AttrOperator = 'Operator';
|
|
//SYNS_AttrPLSQL = 'PL/SQL Reserved Word';
|
|
//SYNS_AttrPragma = 'Pragma';
|
|
//SYNS_AttrPreprocessor = 'Preprocessor';
|
|
//SYNS_AttrProcessingInstr = 'Processing Instruction';
|
|
//SYNS_AttrQualifier = 'Qualifier';
|
|
//SYNS_AttrRegister = 'Register';
|
|
//SYNS_AttrReservedWord = 'Reserved Word';
|
|
//SYNS_AttrRoundBracket = 'Round Bracket';
|
|
//SYNS_AttrRpl = 'Rpl';
|
|
//SYNS_AttrRplKey = 'Rpl Key';
|
|
//SYNS_AttrRplComment = 'Rpl Comment';
|
|
//SYNS_AttrSASM = 'SASM';
|
|
//SYNS_AttrSASMComment = 'SASM Comment';
|
|
//SYNS_AttrSASMKey = 'SASM Key';
|
|
//SYNS_AttrSecondReservedWord = 'Second Reserved Word';
|
|
//SYNS_AttrSection = 'Section';
|
|
//SYNS_AttrShape = 'Shape';
|
|
//SYNS_AttrSingleString = 'Single Quoted String';
|
|
//SYNS_AttrSpace = 'Space';
|
|
//SYNS_AttrSpecialVariable = 'Special Variable';
|
|
//SYNS_AttrSQLKey = 'SQL Keyword';
|
|
//SYNS_AttrSQLPlus = 'SQL*Plus Command';
|
|
//SYNS_AttrSquareBracket = 'Square Bracket';
|
|
//SYNS_AttrString = 'String';
|
|
//SYNS_AttrSymbol = 'Symbol';
|
|
//SYNS_AttrSyntaxError = 'Syntax Error';
|
|
//SYNS_AttrSystem = 'System Functions and Variables';
|
|
//SYNS_AttrSystemValue = 'System Value';
|
|
//SYNS_AttrTableName = 'Table Name';
|
|
//SYNS_AttrTerminator = 'Terminator';
|
|
//SYNS_AttrTeXCommand = 'TeX Command';
|
|
//SYNS_AttrText = 'Text';
|
|
//SYNS_AttrTextMathMode = 'Text in Math Mode';
|
|
//SYNS_AttrUnknownWord = 'Unknown Word';
|
|
//SYNS_AttrURI = 'URI';
|
|
//SYNS_AttrUser = 'User Functions and Variables';
|
|
//SYNS_AttrUserFunction = 'User Functions';
|
|
//SYNS_AttrValue = 'Value';
|
|
//SYNS_AttrVariable = 'Variable';
|
|
//SYNS_AttrVisitedURI = 'Visited URI';
|
|
//SYNS_AttrVrmlAppearance = 'Vrml_Appearance';
|
|
//SYNS_AttrVrmlAttribute = 'Vrml_Attribute';
|
|
//SYNS_AttrVrmlDefinition = 'Vrml_Definition';
|
|
//SYNS_AttrVrmlEvent = 'Vrml_Event';
|
|
//SYNS_AttrVrmlGrouping = 'Vrml_Grouping';
|
|
//SYNS_AttrVrmlInterpolator = 'Vrml_Interpolator';
|
|
//SYNS_AttrVrmlLight = 'Vrml_Light';
|
|
//SYNS_AttrVrmlNode = 'Vrml_Node';
|
|
//SYNS_AttrVrmlParameter = 'Vrml_Parameter';
|
|
//SYNS_AttrVrmlProto = 'Vrml_Proto';
|
|
//SYNS_AttrVrmlSensor = 'Vrml_Sensor';
|
|
//SYNS_AttrVrmlShape = 'Vrml_Shape';
|
|
//SYNS_AttrVrmlShape_Hint = 'Vrml_Shape_Hint';
|
|
//SYNS_AttrVrmlTime_dependent = 'Vrml_Time_dependent';
|
|
//SYNS_AttrVrmlViewpoint = 'Vrml_Viewpoint';
|
|
//SYNS_AttrVrmlWorldInfo = 'Vrml_WorldInfo';
|
|
//SYNS_AttrWhitespace = 'Whitespace';
|
|
//SYNS_AttrX3DDocType = 'X3DDocType';
|
|
//SYNS_AttrX3DHeader = 'X3DHeader';
|
|
//// names of exporter output formats
|
|
//SYNS_ExporterFormatHTML = 'HTML';
|
|
//SYNS_ExporterFormatRTF = 'RTF';
|
|
//SYNS_ExporterFormatTeX = 'TeX';
|
|
//// TCustomSynEdit scroll hint window caption
|
|
//SYNS_ScrollInfoFmt = '%d - %d';
|
|
//SYNS_ScrollInfoFmtTop = 'Top Line: %d';
|
|
//// TSynEditPrintPreview page number
|
|
//SYNS_PreviewScrollInfoFmt = 'Page: %d';
|
|
//// strings for property editors etc
|
|
//SYNS_EDuplicateShortcut = 'Shortcut already exists';
|
|
//SYNS_ShortcutNone = '<none>';
|
|
//SYNS_DuplicateShortcutMsg = 'The keystroke "%s" is already assigned ' +
|
|
//'to another editor command. (%s)';
|
|
//SYNS_DuplicateShortcutMsg2 = 'The keystroke "%s" is already assigned ' +
|
|
//'to another editor command.'#13#10'The ' +
|
|
//'shortcut for this item has not been changed.';
|
|
|
|
//// Filters used for open/save dialog
|
|
|
|
SYNS_FilterHP = 'HP48 Files (*.s,*.sou,*.a,*.hp)|*.S;*.SOU;*.A;*.HP';
|
|
SYNS_FilterRuby = 'Ruby Files (*.rb;*.rbw)|*.rb;*.rbw';
|
|
SYNS_FilterRC = 'Resource Files (*.rc)|*.rc';
|
|
SYNS_FilterST = 'Structured Text Files (*.st)|*.st';
|
|
SYNS_FilterURI = 'All Files (*.*)|*.*';
|
|
SYNS_FilterVrml97 = 'Vrml97/X3D World (*.wrl;*.wrml;*.vrl;*.vrml;*.x3d)|*.wrl;*.wrml;*.vrl;*.vrml;*.x3d';
|
|
SYNS_FilterCS = 'C# Files (*.cs)|*.cs';
|
|
SYNS_FilterInno = 'Inno Setup Scripts (*.iss)|*.iss';
|
|
SYNS_FilterCOBOL = 'COBOL Files (*.cbl;*.cob)|*.cbl;*.cob';
|
|
SYNS_FilterHaskell = 'Haskell Files (*.hs;*.lhs)|*.hs;*.lhs';
|
|
SYNS_FilterDOT = 'DOT Graph Drawing Description (*.dot)|*.dot';
|
|
SYNS_FilterEiffel = 'Eiffel (*.e;*.ace)|*.e;*.ace';
|
|
SYNS_FilterLDraw = 'LEGO LDraw Files (*.ldr)|*.ldr';
|
|
SYNS_FilterLua = 'Lua Script File (*.Lua)|*.Lua';
|
|
SYNS_FilterProlog = 'Prolog Files (*.pl;*.pro;*.prl)|*.pl;*.pro;*.prl';
|
|
SYNS_FilterVHDL = 'VHDL Files (*.vhd;*.vhdl)|*.vhd;*.vhdl';
|
|
SYNS_FilterVerilog = 'Verilog Files (*.v;*.vl;*.ver)|*.v;*.vl;*.ver';
|
|
SYNS_FilterJSON = 'JSON Files (*.json)|*.json';
|
|
|
|
//SYNS_FilterX86Assembly = 'x86 Assembly Files (*.asm)|*.asm';
|
|
//SYNS_FilterPascal = 'Pascal Files (*.pas;*.pp;*.dpr;*.dpk;*.inc)|*.pas;*.pp;*.dpr;*.dpk;*.inc';
|
|
//SYNS_FilterHP48 = 'HP48 Files (*.s;*.sou;*.a;*.hp)|*.s;*.sou;*.a;*.hp';
|
|
//SYNS_FilterCAClipper = 'CA-Clipper Files (*.prg;*.ch;*.inc)|*.prg;*.ch;*.inc';
|
|
//SYNS_FilterCORBAIDL = 'CORBA IDL Files (*.idl)|*.idl';
|
|
//SYNS_FilterCPM = 'CPM Reports (*.rdf;*.rif;*.rmf;*.rxf)|*.rdf;*.rif;*.rmf;*.rxf';
|
|
//SYNS_FilterCPP = 'C/C++ Files (*.c;*.cpp;*.h;*.hpp)|*.c;*.cpp;*.h;*.hpp';
|
|
//SYNS_FilterCS = 'C# Files (*.cs)|*.cs';
|
|
//SYNS_FilterJava = 'Java Files (*.java)|*.java';
|
|
//SYNS_FilterPerl = 'Perl Files (*.pl;*.pm;*.cgi)|*.pl;*.pm;*.cgi';
|
|
//SYNS_FilterAWK = 'AWK Scripts (*.awk)|*.awk';
|
|
//SYNS_FilterHTML = 'HTML Documents (*.htm;*.html)|*.htm;*.html';
|
|
//SYNS_FilterVBScript = 'VBScript Files (*.vbs)|*.vbs';
|
|
//SYNS_FilterGalaxy = 'Galaxy Files (*.gtv;*.galrep;*.txt)|*.gtv;*.galrep;*.txt';
|
|
//SYNS_FilterPython = 'Python Files (*.py)|*.py';
|
|
//SYNS_FilterSQL = 'SQL Files (*.sql)|*.sql';
|
|
//SYNS_FilterTclTk = 'Tcl/Tk Files (*.tcl)|*.tcl';
|
|
//SYNS_FilterRTF = 'Rich Text Format Documents (*.rtf)|*.rtf';
|
|
//SYNS_FilterBatch = 'MS-DOS Batch Files (*.bat;*.cmd)|*.bat;*.cmd';
|
|
//SYNS_FilterDFM = 'Borland Form Files (*.dfm;*.xfm)|*.dfm;*.xfm';
|
|
//SYNS_FilterX86Assembly = 'x86 Assembly Files (*.asm)|*.asm';
|
|
//SYNS_FilterGembase = 'GEMBASE Files (*.dml;*.gem)|*.dml;*.gem';
|
|
//SYNS_FilterINI = 'INI Files (*.ini)|*.ini';
|
|
//SYNS_FilterSML = 'Standard ML Files (*.sml)|*.sml';
|
|
//SYNS_FilterVisualBASIC = 'Visual Basic Files (*.bas)|*.bas';
|
|
//SYNS_FilterADSP21xx = 'DSP Files (*.dsp;*.inc)|*.dsp;*.inc';
|
|
//SYNS_FilterPHP = 'PHP Files (*.php;*.php3;*.phtml;*.inc)|*.php;*.php3;*.phtml;*.inc';
|
|
//SYNS_FilterCache = 'Cache Files (*.mac;*.inc;*.int)|*.mac;*.inc;*.int';
|
|
//SYNS_FilterCSS = 'Cascading Stylesheets (*.css)|*.css';
|
|
//SYNS_FilterJScript = 'Javascript Files (*.js)|*.js';
|
|
//SYNS_FilterKIX = 'KiXtart Scripts (*.kix)|*.kix';
|
|
//SYNS_FilterBaan = 'Baan 4GL Files (*.cln)|*.cln';
|
|
//SYNS_FilterFoxpro = 'Foxpro Files (*.prg)|*.prg';
|
|
//SYNS_FilterFortran = 'Fortran Files (*.for)|*.for';
|
|
//SYNS_FilterAsm68HC11 = '68HC11 Assembler Files (*.hc11;*.asm;*.asc)|*.hc11;*.asm;*.asc';
|
|
//SYNS_FilterProgress = 'Progress Files (*.w;*.p;*.i)|*.w;*.p;*.i';
|
|
//SYNS_FilterModelica = 'Modelica Files (*.mo)|*.mo';
|
|
//SYNS_FilterModula3 = 'Modula-3 Files (*.m3)|*.m3';
|
|
//SYNS_FilterSDD = 'Semanta DD Files (*.sdd)|*.sdd';
|
|
//SYNS_FilterXML = 'XML Files (*.xml;*.xsd;*.xsl;*.xslt;*.dtd)|*.xml;*.xsd;*.xsl;*.xslt;*.dtd';
|
|
//SYNS_FilterGWS = 'GW-TEL Scripts (*.gws)|*.gws';
|
|
//SYNS_FilterSynGenMsgfiles = 'Msg Files (*.msg)|*.msg';
|
|
//SYNS_FilterST = 'Structured Text Files (*.st)|*.st';
|
|
//SYNS_FilterTeX = 'TeX Files (*.tex)|*.tex';
|
|
//SYNS_FilterRC = 'Resource Files (*.rc)|*.rc';
|
|
//SYNS_FilterRuby = 'Ruby Files (*.rb;*.rbw)|*.rb;*.rbw';
|
|
//SYNS_FilterUNIXShellScript = 'UNIX Shell Scripts (*.sh)|*.sh';
|
|
//SYNS_FilterURI = 'All Files (*.*)|*.*';
|
|
//SYNS_FilterVrml97 = 'Vrml97/X3D World (*.wrl;*.wrml;*.vrl;*.vrml;*.x3d)|*.wrl;*.wrml;*.vrl;*.vrml;*.x3d';
|
|
|
|
//// Language names. Maybe somebody wants them translated / more detailed...
|
|
|
|
SYNS_LangCS = 'CSharp';
|
|
SYNS_LangInno = 'Inno Setup Script';
|
|
SYNS_LangST = 'Structured Text';
|
|
SYNS_LangCOBOL = 'COBOL';
|
|
SYNS_LangRC = 'Resource';
|
|
SYNS_LangRuby = 'Ruby';
|
|
SYNS_LangHaskell = 'Haskell';
|
|
SYNS_LangDOT = 'DOT Graph Drawing Description language';
|
|
SYNS_LangEiffel = 'Eiffel';
|
|
SYNS_LangLDraw = 'LEGO LDraw';
|
|
SYNS_LangURI = 'URI';
|
|
SYNS_LangVrml97 = 'Vrml97';
|
|
SYNS_LangLua = 'Lua Script';
|
|
SYNS_Lang8051 = '8051 Assembler';
|
|
SYNS_LangProlog = 'Prolog';
|
|
SYNS_LangVHDL = 'VHDL';
|
|
SYNS_LangVerilog = 'Verilog';
|
|
SYNS_LangJSON = 'JSON';
|
|
//SYNS_LangHP48 = 'HP48';
|
|
//SYNS_LangCAClipper = 'CA-Clipper';
|
|
//SYNS_LangCPM = 'COAS Product Manager Report';
|
|
//SYNS_LangCPP = 'C/C++';
|
|
//SYNS_LangCS = 'C#';
|
|
//SYNS_LangJava = 'Java';
|
|
//SYNS_LangPerl = 'Perl';
|
|
//SYNS_LangBatch = 'MS-DOS Batch';
|
|
//SYNS_LangDfm = 'Borland Forms';
|
|
//SYNS_LangAWK = 'AWK';
|
|
//SYNS_LangCORBAIDL = 'CORBA IDL';
|
|
//SYNS_LangHTML = 'HTML';
|
|
//SYNS_LangVBSScript = 'MS VBScript';
|
|
//SYNS_LangGalaxy = 'Galaxy';
|
|
//SYNS_LangGeneral = 'General';
|
|
//SYNS_LangPascal = 'Object Pascal';
|
|
//SYNS_LangX86Asm = 'x86 Assembly';
|
|
//SYNS_LangPython = 'Python';
|
|
//SYNS_LangTclTk = 'Tcl/Tk';
|
|
//SYNS_LangSQL = 'SQL';
|
|
//SYNS_LangGembase = 'Gembase';
|
|
//SYNS_LangINI = 'INI';
|
|
//SYNS_LangSML = 'Standard ML';
|
|
//SYNS_LangVisualBASIC = 'Visual Basic';
|
|
//SYNS_LangADSP21xx = 'ADSP21xx';
|
|
//SYNS_LangPHP = 'PHP';
|
|
//SYNS_LangSybaseSQL = 'Sybase SQL';
|
|
//SYNS_LangGeneralMulti = 'General Multi-Highlighter';
|
|
//SYNS_LangCache = 'Cache Object Script';
|
|
//SYNS_LangCSS = 'Cascading Style Sheet';
|
|
//SYNS_LangJScript = 'JavaScript';
|
|
//SYNS_LangKIX = 'KiXtart';
|
|
//SYNS_LangBaan = 'Baan 4GL';
|
|
//SYNS_LangFoxpro = 'Foxpro';
|
|
//SYNS_LangFortran = 'Fortran';
|
|
//SYNS_Lang68HC11 = '68HC11 Assembler';
|
|
//SYNS_LangProgress = 'Progress';
|
|
//SYNS_LangModelica = 'Modelica';
|
|
//SYNS_LangModula3 = 'Modula 3';
|
|
//SYNS_LangSDD = 'Semanta Data Dictionary';
|
|
//SYNS_LangXML = 'XML';
|
|
//SYNS_LangGWS = 'GW-TEL';
|
|
//SYNS_LangSynGenMsgfiles = 'SynGen Msg';
|
|
//SYNS_LangUnreal = 'Unreal';
|
|
//SYNS_LangTeX = 'TeX';
|
|
//SYNS_LangNameUNIXShellScript = 'UNIX Shell Script';
|
|
|
|
implementation
|
|
|
|
end.
|