home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / Topware / Scriptworx / _SETUP.1 / plsql.sch < prev    next >
Text File  |  2000-06-05  |  5KB  |  148 lines

  1. object TPersHolder
  2.   P.Name = 'PL/SQL'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 5
  9.       FIFloatNum = 6
  10.       FIHexNum = 7
  11.       UseComments = True
  12.       UseSingleLineComments = True
  13.       UseMultiLineComments = True
  14.       UseStrings = True
  15.       UseSingleLineStrings = True
  16.       UseNumbers = True
  17.       UsePrefixedIdentifiers = True
  18.       UseKeywords = True
  19.       BlockDelimiters = <>
  20.       SingleLineCommentDelimiters = <
  21.         item
  22.           FontID = 1
  23.           LeftDelimiter = '--'
  24.         end>
  25.       MultiLineCommentDelimiters = <
  26.         item
  27.           FontID = 2
  28.           LeftDelimiter = '/*'
  29.           RightDelimiter = '*/'
  30.         end>
  31.       SingleLineStringDelimiters = <
  32.         item
  33.           FontID = 3
  34.           LeftDelimiter = #39
  35.           RightDelimiter = #39
  36.         end
  37.         item
  38.           FontID = 4
  39.           LeftDelimiter = '"'
  40.           RightDelimiter = '"'
  41.         end>
  42.       IdentPrefixes = <
  43.         item
  44.           LeftDelimiter = '%'
  45.         end>
  46.       KeywordSets = <
  47.         item
  48.           FontID = 8
  49.           Name = 'reserved'
  50.           Keywords = 
  51.             'ABORT,ACCEPT,ACCESS,ADD,ALL,ALTER,AND,ANY,ARRAY,ARRAYLEN,AS,ASC,' +
  52.             'ASSERT,ASSIGN,AT,AUTHORIZATION,AVG,BASE_TABLE,BEGIN,BETWEEN,BINA' +
  53.             'RY_INTEGER,BODY,BOOLEAN,BY,CASE,CHAR,CHAR_BASE,CHECK,CLOSE,CLUST' +
  54.             'ER,CLUSTERS,COLAUTH,COLUMNS,COMMIT,COMPRESS,CONNECT,CONSTANT,COU' +
  55.             'NT,CRASH,CREATE,CURRENT,CURRVAL,CURSOR,DATA_BASE,DATABASE,DATE,D' +
  56.             'BA,DEBUGOFF,DEBUGON,DECIMAL,DECLARE,DEFAULT,DEFINITION,DELAY,DEL' +
  57.             'ETE,DELTA,DESC,DIGITS,DISPOSE,DISTINCT,DO,DROP,ELSE,ELSIF,END,EN' +
  58.             'TRY,EXCEPTION,EXCEPTION_INIT,EXISTS,EXIT,FALSE,FETCH,FLOAT,FOR,F' +
  59.             'ORM,FROM,FUNCTION,GENERIC,GOTO,GRANT,GROUP,HAVING,IDENTIFIED,IF,' +
  60.             'IN,INDEX,INDEXES,INDICATOR,INSERT,INTEGER,INTERSECT,INTO,IS,LEVE' +
  61.             'L,LIKE,LIMITED,LOOP,MAX,MIN,MINUS,MLSLABEL,MOD,NATURAL,NEW,NEXTV' +
  62.             'AL,NOCOMPRESS,NOT,NULL,NUMBER,NUMBER_BASE,OF,ON,OPEN,OPTION,OR,O' +
  63.             'RDER,OTHERS,OUT,PACKAGE,PARTITION,PCTFREE,POSITIVE,PRAGMA,PRIOR,' +
  64.             'PRIVATE,PROCEDURE,PUBLIC,RAISE,RANGE,REAL,RECORD,RELEASE,REM,REN' +
  65.             'AME,RESOURCE,RETURN,REVERSE,REVOKE,ROLLBACK,ROWID,ROWLABEL,ROWNU' +
  66.             'M,ROWTYPE,RUN,SAVEPOINT,SCHEMA,SELECT,SEPARATE,SET,SIZE,SMALLINT' +
  67.             ',SPACE,SQL,SQLCODE,SQLERRM,START,STATEMENT,STDDEV,SUBTYPE,SUM,TA' +
  68.             'BAUTH,TABLE,TABLES,TASK,TERMINATE,THEN,TO,TRUE,TYPE,UNION,UNIQUE' +
  69.             ',UPDATE,USE,VALUES,VARCHAR,VARCHAR2,VARIANCE,VIEW,VIEWS,WHEN,WHE' +
  70.             'RE,WHILE,WITH,WORK,XOR'
  71.         end>
  72.     end>
  73.   P.FontTable = <
  74.     item
  75.       FontID = 0
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clBlack
  78.       Font.Height = -13
  79.       Font.Name = 'Courier New'
  80.       Font.Style = []
  81.     end
  82.     item
  83.       FontID = 1
  84.       Font.Charset = DEFAULT_CHARSET
  85.       Font.Color = clGray
  86.       Font.Height = -13
  87.       Font.Name = 'Courier New'
  88.       Font.Style = [fsItalic]
  89.     end
  90.     item
  91.       FontID = 2
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clGray
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = [fsItalic]
  97.     end
  98.     item
  99.       FontID = 3
  100.       Font.Charset = DEFAULT_CHARSET
  101.       Font.Color = clMaroon
  102.       Font.Height = -13
  103.       Font.Name = 'Courier New'
  104.       Font.Style = []
  105.     end
  106.     item
  107.       FontID = 4
  108.       Font.Charset = DEFAULT_CHARSET
  109.       Font.Color = clBlack
  110.       Font.Height = -13
  111.       Font.Name = 'Courier New'
  112.       Font.Style = []
  113.     end
  114.     item
  115.       FontID = 5
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clGreen
  118.       Font.Height = -13
  119.       Font.Name = 'Courier New'
  120.       Font.Style = []
  121.     end
  122.     item
  123.       FontID = 6
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clGreen
  126.       Font.Height = -13
  127.       Font.Name = 'Courier New'
  128.       Font.Style = []
  129.     end
  130.     item
  131.       FontID = 7
  132.       Font.Charset = DEFAULT_CHARSET
  133.       Font.Color = clGreen
  134.       Font.Height = -13
  135.       Font.Name = 'Courier New'
  136.       Font.Style = []
  137.     end
  138.     item
  139.       FontID = 8
  140.       Font.Charset = DEFAULT_CHARSET
  141.       Font.Color = clBlue
  142.       Font.Height = -13
  143.       Font.Name = 'Courier New'
  144.       Font.Style = [fsBold]
  145.     end>
  146.   P.SyntaxVersion = 2
  147. end
  148.