Commit History

Author SHA1 Message Date
  kevinkofler a98a0a1506 Allow disabling syntax highlighting from the preferences. 18 years ago
  kevinkofler 3276320053 Implement Functions dialog. 18 years ago
  kevinkofler 8f889ca909 Implement function popup. 18 years ago
  kevinkofler 418fcf1c39 Also create the Functions popup menu for out-of-project source files. 18 years ago
  kevinkofler 0e50e3c77a All source files now have their LineStartList. 18 years ago
  kevinkofler d495161439 Implement source file splitting and debugging #line directives (code not used yet, will be used for temp files during compilation). 18 years ago
  kevinkofler dbb8fb395a New SourceFile::isCSourceFile member because line splitting (to get more precise error locations) is only done on source files, not header files. 18 years ago
  kevinkofler 28c3f52fa5 Fix handling of KDirWatch in SourceFileWindow. 18 years ago
  kevinkofler 95a9ba3c94 Implement opening files outside of a project. 18 years ago
  kevinkofler a0ac0327f4 Make a pointer to the main form accessible to the SourceFileWindow instances. 18 years ago
  kevinkofler b172e7a78d Don't use static variables in SourceFileWindow, we need one copy of each variable per instance. 18 years ago