Commit History

Author SHA1 Message Date
  kevinkofler 9c448e1cf1 Make Ctrl+Return work for "Open file at cursor". 17 years ago
  kevinkofler 74e6882028 Fix stray indentation at the end of the line when autoclosing a curly brace as ENTER is pressed. 17 years ago
  kevinkofler dd6adffa3c Bump version to 1.01. 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 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 bc7905e12a Implement "Find symbol declaration" (currently does not search system headers). 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 2ce874a9eb Implement template popups (Ctrl+J). 18 years ago
  kevinkofler d6ae23bbff Prompt for saving out-of-project source files before exiting. 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 7698b11759 Don't clear modified flags on "Discard" in save prompts. If the Open command is actually used to open an external file, not a project, "Discard" is often used just to get rid of the save prompts, and ending up with the file not getting saved later can be irritating. 18 years ago
  kevinkofler 74a26f26e9 Add small version of TIGCC IDE icon. Use it for the .desktop file in the RPM and for the task bar. 18 years ago
  kevinkofler c971d1c680 Implement Find/Open file at cursor. 18 years ago
  kevinkofler f6eadf1b43 Fix annoying padding between system icons (especially apparent at 16x16). 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 6f1723caea Implement "delete overwritten errors" preference. 18 years ago
  kevinkofler 1e509612e0 Update/delete errors for a source file when adopting/deleting it. 18 years ago
  kevinkofler 70e24050a5 Match the Windows IDE's behavior for saving: 18 years ago
  kevinkofler 475c222b41 Implement "Auto-save project before compiling" preference. 18 years ago
  kevinkofler 412d8d271f Also handle out-of-project source file windows when enabling/disabling/showing/hiding actions during compiles. 18 years ago
  kevinkofler d5a409ba17 Implement "Add to Project" in SourceFileWindow. 18 years ago
  kevinkofler 8ab87a63d8 Apply the preferences to the source file windows. 18 years ago
  kevinkofler 941568c8ac Fix "Save As" file filters in SourceFileWindow. 18 years ago