Commit History

Author SHA1 Message Date
  kevinkofler 9c448e1cf1 Make Ctrl+Return work for "Open file at cursor". 17 years ago
  kevinkofler c0a925d59f Store name of recent file to open before calling savePrompt() (fixes the wrong recent file getting opened when opening triggers save prompt). 17 years ago
  kevinkofler 4e0fd16f91 Fix adding to the recent file list getting confused by changes to the list from other KTIGCC instances. 17 years ago
  kevinkofler c6c7a9793f Fix A68k items in the New menu being shown even when A68k is not installed. 17 years ago
  kevinkofler 1aa460cf17 Fix highlighting update when moving a file to Header Files from another editable category. (The first character was read from the wrong buffer.) 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 91c4e16efb When saving a project for the first time, if it is still named "Project1", set a name based on the .tpr file name (as in TIGCC IDE). 17 years ago
  kevinkofler bc86ff6f8b Ctrl+Tab/Ctrl+G now skips the project root and the categories. 17 years ago
  kevinkofler 7ef79f70f8 Fix inverted logic bug causing the Debug menu and toolbar buttons to get hidden during File/New/Project. 18 years ago
  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