Commit Verlauf

Autor SHA1 Nachricht Datum
  kevinkofler 26e6cf928c Implement approximate matching for prototype hints. vor 18 Jahren
  kevinkofler 61e821727a Make sure we find the correct popup in my popup detection hack. vor 18 Jahren
  kevinkofler a14956f0c7 Allow whitespace between the identifier and the parenthesis. vor 18 Jahren
  kevinkofler 508470b581 Implement argument hint popups. vor 18 Jahren
  kevinkofler 0b78fa3835 Warn if no TIGCCLIB completion data is available and offer download link. vor 18 Jahren
  kevinkofler 96a81d0fdc Remove comments from all the definition, not just the left side. There's no room for them. vor 18 Jahren
  kevinkofler 2ccb65a219 Fix parsing of enums from .hsf files. vor 18 Jahren
  kevinkofler abbdf1885d Remove duplicate (i.e. all fields match) completion entries when sorting the list for display. vor 18 Jahren
  kevinkofler 2752882278 Follow .ref links during .hsf parsing. vor 18 Jahren
  kevinkofler ca0bc5bae4 Handle empty "[Description]" lines. vor 18 Jahren
  kevinkofler d4d273fc48 Parse .hsf files for system header completion info. vor 18 Jahren
  kevinkofler 13e5b62aba Intercept the completion popup being closed without Kate telling us anything. vor 18 Jahren
  kevinkofler ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). vor 18 Jahren
  kevinkofler 48d2536805 Implement loading/saving system header completion info. vor 18 Jahren
  kevinkofler 96d7dfc00a Apply the same recursion fixes (recurse over system headers, avoid infinite recursion) as in findSymbolInFile in completionEntriesForFile. vor 18 Jahren
  kevinkofler b4cbd86816 Generate completion info from system headers (not help system sources yet, also no loading/saving yet). vor 18 Jahren
  kevinkofler b420417585 Implement recursive routines to find a symbol and to collect completion information in a file and all the headers it includes. vor 18 Jahren
  kevinkofler 74ae18f47a Implement function to parse a source file for completion info. vor 18 Jahren
  kevinkofler 2ce874a9eb Implement template popups (Ctrl+J). vor 18 Jahren