Browse Source

+ TFPCodeMemo consts from Gabor

pierre 25 years ago
parent
commit
6c734bc94d
1 changed files with 13 additions and 1 deletions
  1. 13 1
      ide/text/fpconst.pas

+ 13 - 1
ide/text/fpconst.pas

@@ -77,6 +77,8 @@ const
      dfBreakpoints        = $00000008;
      dfBreakpoints        = $00000008;
      dfOpenWindows        = $00000010;
      dfOpenWindows        = $00000010;
      dfSymbolInformation  = $00000020;
      dfSymbolInformation  = $00000020;
+     dfCodeCompleteWords  = $00000040;
+     dfCodeTemplates      = $00000080;
 
 
      { Auto Save flag constants }
      { Auto Save flag constants }
      asEditorFiles        = $00000001; { Editor files }
      asEditorFiles        = $00000001; { Editor files }
@@ -175,6 +177,8 @@ const
      cmSwitchesMode      = 2014;
      cmSwitchesMode      = 2014;
      cmBrowser           = 2015;
      cmBrowser           = 2015;
      cmDesktopOptions    = 2016;
      cmDesktopOptions    = 2016;
+     cmCodeCompleteOptions=2017;
+     cmCodeTemplateOptions=2018;
 
 
      cmHelpContents      = 2100;
      cmHelpContents      = 2100;
      cmHelpIndex         = 2101;
      cmHelpIndex         = 2101;
@@ -250,6 +254,8 @@ const
      hcSwitchesMode      = hcShift+cmSwitchesMode;
      hcSwitchesMode      = hcShift+cmSwitchesMode;
      hcBrowser           = hcShift+cmBrowser;
      hcBrowser           = hcShift+cmBrowser;
      hcDesktopOptions    = hcShift+cmDesktopOptions;
      hcDesktopOptions    = hcShift+cmDesktopOptions;
+     hcCodeCompleteOptions=hcShift+cmCodeCompleteOptions;
+     hcCodeTemplateOptions=hcShift+cmCodeTemplateOptions;
      hcAbout             = hcShift+cmAbout;
      hcAbout             = hcShift+cmAbout;
      hcCompilerMessages  = hcShift+cmCompilerMessages;
      hcCompilerMessages  = hcShift+cmCompilerMessages;
 
 
@@ -321,6 +327,7 @@ const
      hcOpenAtCursor      = hcShift+cmOpenAtCursor;
      hcOpenAtCursor      = hcShift+cmOpenAtCursor;
      hcBrowseAtCursor    = hcShift+cmBrowseAtCursor;
      hcBrowseAtCursor    = hcShift+cmBrowseAtCursor;
      hcEditorOptions     = hcShift+cmEditorOptions;
      hcEditorOptions     = hcShift+cmEditorOptions;
+     hcBrowserOptions    = hcShift+cmBrowserOptions;
 
 
      { History constants }
      { History constants }
      hisChDirDialog      = 2000;
      hisChDirDialog      = 2000;
@@ -353,6 +360,8 @@ const
 
 
      CFPToolTip     = #228;
      CFPToolTip     = #228;
 
 
+     CFPCodeMemo    = #26#26#26#28#26#29#26#26#26#27#26#26#26#26#26#26#26;
+
      CIDEAppColor = CAppColor +
      CIDEAppColor = CAppColor +
          { CIDEHelpDialog }
          { CIDEHelpDialog }
 {128-143}#$70#$7F#$7A#$13#$13#$70#$70#$7F#$7E#$20#$2B#$2F#$78#$2E#$70#$30 + { 1-16}
 {128-143}#$70#$7F#$7A#$13#$13#$70#$70#$7F#$7E#$20#$2B#$2F#$78#$2E#$70#$30 + { 1-16}
@@ -375,7 +384,10 @@ implementation
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.33  2000-01-25 00:26:36  pierre
+  Revision 1.34  2000-02-07 11:51:40  pierre
+   + TFPCodeMemo consts from Gabor
+
+  Revision 1.33  2000/01/25 00:26:36  pierre
    + Browser info saving
    + Browser info saving
 
 
   Revision 1.32  2000/01/08 18:26:20  florian
   Revision 1.32  2000/01/08 18:26:20  florian