Browse Source

+ TabsPattern added

pierre 26 years ago
parent
commit
bcb0017927
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ide/text/fpvars.pas

+ 5 - 1
ide/text/fpvars.pas

@@ -32,6 +32,7 @@ const ClipboardWindow  : PClipboardWindow = nil;
       CalcWindow       : PCalculator = nil;
       RecentFileCount  : integer = 0;
       HighlightExts    : string[80] = '*.pas;*.pp;*.inc';
+      TabsPattern      : string = 'make*;make*.*';
       PrimaryFile      : string = '';
       IsEXECompiled    : boolean = false;
       MainFile         : string = '';
@@ -62,7 +63,10 @@ implementation
 END.
 {
   $Log$
-  Revision 1.5  1999-01-21 11:54:26  peter
+  Revision 1.6  1999-02-04 13:15:40  pierre
+   + TabsPattern added
+
+  Revision 1.5  1999/01/21 11:54:26  peter
     + tools menu
     + speedsearch in symbolbrowser
     * working run command