![]() |
Willkommen, Gast ( Anmelden | Registrierung )
![]() |
![]()
Beitrag
#1
|
|
Rookie Gruppe: User Beiträge: 5 Mitglied seit: 25.08.2006 Mitglieds-Nr.: 6.206 ![]() |
Hallo ich hab ein Syntaxschema in Netz gefunden aber kann es nicht laden kann mir da jemand weiterhelfen?
Wäre sehr froh, Danke. QUELLTEXT object TPersHolder
P.Name = 'Netinst' P.SyntaxBlocks = < item Name = 'Default' ID = 0 CaseSensitive = True UseMetaSymbol = True UseMetaToWrapLines = True MetaSymbol = '\' FIText = 0 FIIntNum = 1 FIFloatNum = 2 FIHexNum = 3 FIDirective = 4 FISymbol = 11 UseSymbols = True UseLineDirectives = True UseComments = True UseSingleLineComments = True UseMultiLineComments = True UseStrings = True UseSingleLineStrings = True UseNumbers = True UsePrefixedNumbers = True UseSuffixedNumbers = True UseMultipleNumSuffixes = True UsePrefixedSuffixedNumbers = True UsePSNumComposition = True UseKeywords = True BlockDelimiters = <> LineDirectivePrefix = '#' SingleLineCommentDelimiters = < item FontID = 5 LeftDelimiter = '//' end> MultiLineCommentDelimiters = < item FontID = 6 LeftDelimiter = '/*' RightDelimiter = '*/' end> SingleLineStringDelimiters = < item FontID = 7 LeftDelimiter = #39 RightDelimiter = #39 end item FontID = 8 LeftDelimiter = '"' RightDelimiter = '"' end item FontID = 9 LeftDelimiter = 'L"' RightDelimiter = '"' end> NumPrefixes = < item LeftDelimiter = '0x' end item LeftDelimiter = '0X' end> NumSuffixes = < item LeftDelimiter = 'l' end item LeftDelimiter = '!' end item LeftDelimiter = 'u' end item LeftDelimiter = 'U' end> NumPrefixesSuffixes = <> KeywordSets = < item FontID = 10 Name = 'reserved' Keywords 'Warning,not,E,Failure,terminated,warnings,Stopping,Terminate,failed,Waiting, Exitcode,Error' end> end> P.FontTable = < item FontID = 0 GlobalAttrID = 'Whitespace' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 1 GlobalAttrID = 'Integer' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 2 GlobalAttrID = 'Float' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 3 GlobalAttrID = 'Integer' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 4 GlobalAttrID = 'Defines' Font.Charset = DEFAULT_CHARSET Font.Color = clGreen Font.Height = -13 Font.Name = 'Courier New' Font.Style = [fsBold] end item FontID = 5 GlobalAttrID = 'Comment' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -13 Font.Name = 'Courier New' Font.Style = [fsItalic] end item FontID = 6 GlobalAttrID = 'Comment' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -13 Font.Name = 'Courier New' Font.Style = [fsItalic] end item FontID = 7 GlobalAttrID = 'String' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 8 GlobalAttrID = 'String' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 9 GlobalAttrID = 'String' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end item FontID = 10 GlobalAttrID = 'Reserved words' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -13 Font.Name = 'Courier New' Font.Style = [fsBold] end item FontID = 11 GlobalAttrID = 'Delimiters' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] end> P.SyntaxVersion = 3 end |
|
|
![]() |
![]()
Beitrag
#2
|
|
Kommt Zeit, kommt Rat, kommt Conrad! ![]() Gruppe: Mods Beiträge: 1.169 Mitglied seit: 21.11.2001 Wohnort: Altenkirchen, Westerwald Mitglieds-Nr.: 42 ![]() |
Hallo,
eine *.sch - Datei muss zunächst in der Datei extensions.ini mit der entsprechender Dateiendung am Parser eingebunden werden. Die extensions.ini findest Du im Ordner syntaxschemes. cu Conny |
|
|
![]()
Beitrag
#3
|
|
Rookie Gruppe: User Beiträge: 5 Mitglied seit: 25.08.2006 Mitglieds-Nr.: 6.206 ![]() |
Hallo, eine *.sch - Datei muss zunächst in der Datei extensions.ini mit der entsprechender Dateiendung am Parser eingebunden werden. Die extensions.ini findest Du im Ordner syntaxschemes. cu Conny hi Conny, also die Datei extension.ini hab ich editiert im odner syntaxschemes. Dort hab ich log=netinst hinzu gefügt für die datei =netinst.sch ist da richtig? bekomme nähmlich immer noch den gleichen fehler ;-( und das vor dem = ist also die Dateiendung wie z.B. irgendeindateiname.log oder bin ich da falsch? danke für deine Hilfe |
|
|
![]()
Beitrag
#4
|
|
Kommt Zeit, kommt Rat, kommt Conrad! ![]() Gruppe: Mods Beiträge: 1.169 Mitglied seit: 21.11.2001 Wohnort: Altenkirchen, Westerwald Mitglieds-Nr.: 42 ![]() |
Hallo,
...also die Datei extension.ini hab ich editiert im odner syntaxschemes. Ja, das ist richtig.Dort hab ich log=netinst hinzu gefügt für die datei =netinst.sch ist da richtig? ZITAT ...und das vor dem = ist also die Dateiendung wie z.B. irgendeindateiname.log... Ja, genau so ist es.Hast Du nach dem editieren auch neu gestartet? (die ini-Datei muß ja schließlich neu eingelesen werden...) cu Conny |
|
|
![]()
Beitrag
#5
|
|
Rookie Gruppe: User Beiträge: 5 Mitglied seit: 25.08.2006 Mitglieds-Nr.: 6.206 ![]() |
Hallo, ...also die Datei extension.ini hab ich editiert im odner syntaxschemes. Dort hab ich log=netinst hinzu gefügt für die datei =netinst.sch ist da richtig? ZITAT ...und das vor dem = ist also die Dateiendung wie z.B. irgendeindateiname.log... Ja, genau so ist es.Hast Du nach dem editieren auch neu gestartet? (die ini-Datei muß ja schließlich neu eingelesen werden...) cu Conny jepp hab die Applikation jeweils (Proton) neugestartet.. ist aber auch das gleiche Problem mit Phase5. thx toro |
|
|
![]() ![]() |
![]() |
Vereinfachte Darstellung | Aktuelles Datum: 09.05.2025 - 18:56 |