Revīziju vēsture

Autors SHA1 Ziņojums Datums
  kevinkofler 78570e1ffe Remove unneeded private variable completionModel (left over from previous attempt at fixing the completion crash) again. 16 gadi atpakaļ
  kevinkofler 51666168b3 Fix crash after code completion completes. 16 gadi atpakaļ
  kevinkofler ae492d5ef6 Finish porting completion now that the KatePart at least does something with it. (Argument hints still to do.) 17 gadi atpakaļ
  kevinkofler e8a4e6a8f4 Change list of completion entries from a QLinkedList to a QList. 17 gadi atpakaļ
  konrad_m 04230b0401 Updated to use QList / QLinkedList instead of the old Q3ValueList and Q3PtrList. 17 gadi atpakaļ
  kevinkofler 5e6f24d311 Convert remaining old-style Qt header #includes and remove no longer used #include <q3mimefactory.h>. 17 gadi atpakaļ
  kevinkofler b8d5e1d267 Run convert-newq4headers.pl. 17 gadi atpakaļ
  kevinkofler 5317d12931 Fix build of parsing.cpp (new KatePart interfaces). 17 gadi atpakaļ
  kevinkofler 7cc5afdbfd Run qt3to4. 17 gadi atpakaļ
  kevinkofler 508470b581 Implement argument hint popups. 18 gadi atpakaļ
  kevinkofler 13e5b62aba Intercept the completion popup being closed without Kate telling us anything. 18 gadi atpakaļ
  kevinkofler ac541b7eb2 Implement completion on Ctrl+Space (or Ctrl+M). 18 gadi atpakaļ
  kevinkofler 48d2536805 Implement loading/saving system header completion info. 18 gadi atpakaļ
  kevinkofler b4cbd86816 Generate completion info from system headers (not help system sources yet, also no loading/saving yet). 18 gadi atpakaļ
  kevinkofler bc7905e12a Implement "Find symbol declaration" (currently does not search system headers). 18 gadi atpakaļ
  kevinkofler b420417585 Implement recursive routines to find a symbol and to collect completion information in a file and all the headers it includes. 18 gadi atpakaļ
  kevinkofler e4194ee0ed Clean up setTextSafe (needed for the coming change to invalidate completion info on changes). 18 gadi atpakaļ
  kevinkofler 74ae18f47a Implement function to parse a source file for completion info. 18 gadi atpakaļ
  kevinkofler 2ce874a9eb Implement template popups (Ctrl+J). 18 gadi atpakaļ