|
From: <ch...@us...> - 2004-02-19 22:29:14
|
Update of /cvsroot/fte/fte/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13932 Modified Files: m_fte.fte Log Message: Corrected CvsCommand and CvsIgnoreRx coloring and added XShellCommand. Index: m_fte.fte =================================================================== RCS file: /cvsroot/fte/fte/config/m_fte.fte,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- m_fte.fte 26 Jan 2004 14:21:20 -0000 1.9 +++ m_fte.fte 19 Feb 2004 22:18:29 -0000 1.10 @@ -37,7 +37,7 @@ 'CharCaseDown', 'CharCaseToggle', 'CharCaseUp', 'CharTrans', 'ChildClose', 'ClearMessages', 'ClipClear', 'CloseActivate', 'Compile', 'CompileNextError', 'CompilePrevError', 'CompleteWord', - 'ConfigRecompile', 'CvsCommand', 'CvsIgnoreRx', 'Delete', 'DeleteFile', 'DesktopSave', 'DesktopSaveAs', + 'ConfigRecompile', 'Delete', 'DeleteFile', 'DesktopSave', 'DesktopSaveAs', 'DirOpen', 'DirGoUp', 'DirGoDown', 'DirGoRoot', 'DirGoto', 'ExitEditor', 'Fail', 'FileClose', 'FileCloseAll', 'FileLast', 'FileNext', 'FileOpen', 'FileOpenInMode', 'FilePrev', 'FilePrint', @@ -97,7 +97,7 @@ 'C_FirstLevelIndent', 'C_FirstLevelWidth', 'C_Indent', 'C_ParenDelta', 'Colorizer', 'CommentEnd', 'CommentStart', 'CompileCommand', 'CompileRx', 'CompletionFilter', 'CursorInsertEnd', 'CursorInsertStart', - 'CursorOverEnd', 'CursorOverStart', 'CursorThroughTabs', + 'CursorOverEnd', 'CursorOverStart', 'CursorThroughTabs', 'CvsCommand', 'CvsIgnoreRx', 'DefaultModeName', 'DefFindOpt', 'DefFindReplaceOpt', 'DeleteKillBlock', 'DeleteKillTab', 'DetectLineSep', 'ExpandTabs', 'FileNameRx', 'FirstLineRx', 'ForceNewLine', 'FunctionUsesContinuation', 'HelpCommand', 'HilitOn', 'HilitTags', @@ -111,7 +111,8 @@ 'SelectPathname', 'ShowHScroll', 'ShowMarkers', 'ShowMenuBar', 'ShowTabs', 'ShowToolBar', 'ShowVScroll', 'SpaceTabs', 'StripChar', 'SyntaxParser', 'SysClipboard', 'TabSize', 'Trim', 'TrimOnSave', - 'UndoLimit', 'UndoMoves', 'WeirdScroll', 'WordChars', 'WordWrap' + 'UndoLimit', 'UndoMoves', 'WeirdScroll', 'WordChars', 'WordWrap', + 'XShellCommand' }; } |