fpini.inc 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {$ifdef Delphi}
  2. const fpini : array[0..2] of string[240]=(
  3. {$else Delphi}
  4. const fpini : array[0..2,1..240] of char=(
  5. {$endif Delphi}
  6. '[Compile]'#013#010+
  7. 'CompileMode=DEBUG'#013#010+
  8. #013#010+
  9. '[Help]'#013#010+
  10. 'Files="%basepath%\doc\fpctoc.htx"'#013#010+
  11. #013#010+
  12. '[Editor]'#013#010+
  13. 'DefaultTabSize=8'#013#010+
  14. 'DefaultFlags=20599'#013#010+
  15. 'DefaultSaveExt=.pas'#013#010+
  16. 'DefaultIndentSize=1'#013#010+
  17. #013#010+
  18. '[Highlight]'#013#010+
  19. 'Exts="*.pas;*.pp;*.inc"'#013#010+
  20. 'NeedsTabs="make*;make*.*"'#013#010+
  21. #013#010+
  22. '[Sou','rcePath]'#013#010+
  23. 'SourceList=""'#013#010+
  24. #013#010+
  25. '[Mouse]'#013#010+
  26. 'DoubleDelay=8'#013#010+
  27. 'ReverseButtons=0'#013#010+
  28. 'AltClickAction=6'#013#010+
  29. 'CtrlClickAction=1'#013#010+
  30. #013#010+
  31. '[Search]'#013#010+
  32. 'FindFlags=4'#013#010+
  33. #013#010+
  34. '[Breakpoints]'#013#010+
  35. 'Count=0'#013#010+
  36. #013#010+
  37. '[Watches]'#013#010+
  38. 'Count=0'#013#010+
  39. #013#010+
  40. '[Preferences]'#013#010+
  41. 'DesktopFileFlags=209'#013#010+
  42. 'CenterCurrentLineWhile','Debugging=1'#013#010+
  43. 'AutoSaveFlags=7'#013#010+
  44. 'MiscOptions=6'#013#010+
  45. 'DesktopLocation=1'#013#010+
  46. #013#010+
  47. '[Misc]'#013#010+
  48. 'ShowReadme=1'#013#010+
  49. #013#010+
  50. '[Files]'#013#010+
  51. 'OpenExts="*.pas;*.pp;*.inc"'#013#010
  52. );