Commit History

Author SHA1 Message Date
  kevinkofler 508470b581 Implement argument hint popups. 18 years ago
  kevinkofler 0b78fa3835 Warn if no TIGCCLIB completion data is available and offer download link. 18 years ago
  kevinkofler 96a81d0fdc Remove comments from all the definition, not just the left side. There's no room for them. 18 years ago
  kevinkofler 2ccb65a219 Fix parsing of enums from .hsf files. 18 years ago
  kevinkofler abbdf1885d Remove duplicate (i.e. all fields match) completion entries when sorting the list for display. 18 years ago
  kevinkofler 2752882278 Follow .ref links during .hsf parsing. 18 years ago
  kevinkofler ca0bc5bae4 Handle empty "[Description]" lines. 18 years ago
  kevinkofler d4d273fc48 Parse .hsf files for system header completion info. 18 years ago
  kevinkofler 13e5b62aba Intercept the completion popup being closed without Kate telling us anything. 18 years ago
  kevinkofler ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). 18 years ago
  kevinkofler 48d2536805 Implement loading/saving system header completion info. 18 years ago
  kevinkofler 96d7dfc00a Apply the same recursion fixes (recurse over system headers, avoid infinite recursion) as in findSymbolInFile in completionEntriesForFile. 18 years ago
  kevinkofler b4cbd86816 Generate completion info from system headers (not help system sources yet, also no loading/saving yet). 18 years ago
  kevinkofler b420417585 Implement recursive routines to find a symbol and to collect completion information in a file and all the headers it includes. 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