Commit History

Author SHA1 Message Date
  kevinkofler dd6adffa3c Bump version to 1.01. 18 years ago
  kevinkofler 927d8c8118 Fix moving files across file systems after compilation not working. 18 years ago
  kevinkofler cc39668db9 Remove unneeded duplicate lines. 18 years ago
  kevinkofler d23938bc9e Allow using F8 instead of Ctrl+F9. 18 years ago
  kevinkofler 508470b581 Implement argument hint popups. 18 years ago
  kevinkofler 80132e6bd4 Implement my own AssistantClient using KDE classes (KProcIO, KExtendedSocket) because QAssistantClient uses QProcess which conflicts with KProcess (fixes lockups while waiting for a process to complete). 18 years ago
  kevinkofler 5d71976256 Enable "Find symbol declaration" and completion for Quill files, to be consistent with external source files. (They are useful mainly in the C section these files can have.) 18 years ago
  kevinkofler c85f1c0b82 The completion parser expects to operate on a C (or Quill) file, so ignore Ctrl+Space/Ctrl+M for assembly files. 18 years ago
  kevinkofler ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). 18 years ago
  kevinkofler dc4694a81e Oops, Ctrl+E is already taken, use Ctrl+G instead. 18 years ago
  kevinkofler e2b4eadb30 Implement Ctrl+Tab/Ctrl+E (switches to the next file, there are 2 combos because Ctrl+Tab is taken by default under KDE) and Shift+Ctrl+Alt+F9 (undocumented, switches link target, or would if it worked - on Linux/X11, way too many key combos are reserved by the system). 18 years ago
  kevinkofler 48d2536805 Implement loading/saving system header completion info. 18 years ago
  kevinkofler d9533b6ee9 Fix warnings from recent g++ about -1 being passed where an unsigned number is expected (reported by Romain Liévin). 18 years ago
  kevinkofler f50dc5b235 Fix "New folder" not always selecting the folder for renaming (another instance of the KListView bug already worked around in the Preferences dialog, clean that workaround up a bit while I am at it). 18 years ago
  kevinkofler bc7905e12a Implement "Find symbol declaration" (currently does not search system headers). 18 years ago
  kevinkofler d1091524bc Implement openHeader helper function for "Find symbol declaration". 18 years ago
  kevinkofler 5720ef656c Mark completion data dirty if the file was changed. 18 years ago
  kevinkofler e4194ee0ed Clean up setTextSafe (needed for the coming change to invalidate completion info on changes). 18 years ago
  kevinkofler 74ae18f47a Implement function to parse a source file for completion info. 18 years ago
  kevinkofler 2ce874a9eb Implement template popups (Ctrl+J). 18 years ago
  kevinkofler d90da807ff Temporarily hide unimplemented "Find symbol declaration" so I can release a beta without non-working menu items. 18 years ago
  kevinkofler d6ae23bbff Prompt for saving out-of-project source files before exiting. 18 years ago
  kevinkofler b6134236db Fix Ctrl+C/Ctrl+Ins conflict between main window and error list. (Now works as expected: They apply to the error window if it has the focus, and the main window otherwise.) 18 years ago
  kevinkofler 9dde29d3a9 Don't hardcode background color of KListViews to white, set alternateColor to QColor() instead. 18 years ago
  kevinkofler afecec0117 Remove redundant braces again. 18 years ago
  kevinkofler a920412b3f Add another crude hack to fix reloading the highlighting in the case where there is exactly one Kate view open. 18 years ago
  kevinkofler 2d79b10966 Revise hack to update syntax highlighting settings in filePreferences. 18 years ago
  kevinkofler a98a0a1506 Allow disabling syntax highlighting from the preferences. 18 years ago
  kevinkofler 27969e5f80 Start implementing syntax highlighting preferences: 18 years ago
  kevinkofler 096b8d1104 Set the default project directory to ~/tigcc-projects instead of $TIGCC/projects (which doesn't make much sense for the usual case of a system-wide TIGCC install). 18 years ago