|
@@ -51,8 +51,8 @@ const ClipboardWindow : PClipboardWindow = nil;
|
|
|
CalcWindow : PCalculator = nil;
|
|
|
RecentFileCount : integer = 0;
|
|
|
LastCompileTime : cardinal = 0;
|
|
|
- OpenExts : string = '*.pas;*.pp;*.inc';
|
|
|
- HighlightExts : string = '*.pas;*.pp;*.inc';
|
|
|
+ OpenExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
|
|
|
+ HighlightExts : string = '*.pas;*.pp;*.inc;*.dpr;*.lpr';
|
|
|
TabsPattern : string = 'make*;make*.*;fpcmake.loc';
|
|
|
SourceDirs : string = '';
|
|
|
StandardUnits : string = '';
|