- Jan 17, 2011
-
-
Leandro Melo authored
Task-number: QTCREATORBUG-2674
-
- Jan 12, 2011
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 17, 2010
-
-
con authored
-
- Oct 01, 2010
-
-
Leandro Melo authored
The C++ hover handler should just iterate over the list of candidates, since it was created by the element evaluator considering all possible name qualifications and in the right order. Reviewed-by: kh1
-
Leandro Melo authored
This is basically for consistency with the docs and with the html extraction mechanism. Reviewed-by: Roberto Raggi
-
- Sep 23, 2010
-
-
Leandro Melo authored
-
- Sep 16, 2010
-
-
Friedemann Kleint authored
-
- Sep 01, 2010
-
-
Leandro Melo authored
Also some less significant improvements.
-
- Aug 31, 2010
-
-
Leandro Melo authored
-
Leandro Melo authored
-
- Aug 17, 2010
-
-
Leandro Melo authored
Reviewed-by: Robert Loehning
-
- Aug 13, 2010
-
-
Leandro Melo authored
Hierarchy information removed from tooltips now.
-
- Aug 11, 2010
-
-
Roberto Raggi authored
-
- Aug 05, 2010
-
-
Leandro Melo authored
To catch cases of invalid code like this: struct A : B {}; struct B : A {}; Reviewed-by: Roberto Raggi
-
- Aug 03, 2010
-
-
Leandro Melo authored
-
- Aug 02, 2010
-
-
Leandro Melo authored
-
- Jul 28, 2010
-
-
Leandro Melo authored
-
- Jul 27, 2010
-
-
Leandro Melo authored
-
- Jul 22, 2010
-
-
Leandro Melo authored
The old integration option is now used to switch to extended descriptions.
-
Leandro Melo authored
-
- Jul 21, 2010
-
-
Roberto Raggi authored
-
- Jul 20, 2010
-
-
Leandro Melo authored
-
Leandro Melo authored
-
- Jul 19, 2010
-
-
con authored
We need to add the fully qualified name to the case statements. Reviewed-by: Roberto Raggi
-
- Jul 14, 2010
-
-
Thorbjørn Lindeijer authored
-
Leandro Melo authored
To conform with recent changes that affected LookupContext::fullyQualifiedName.
-
- Jul 13, 2010
-
-
Friedemann Kleint authored
-
Leandro Melo authored
-
Leandro Melo authored
-
- Jul 12, 2010
-
-
Leandro Melo authored
-
- Jul 02, 2010
-
-
Erik Verbruggen authored
-
- Jun 25, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-1169
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 04, 2010
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- Jun 01, 2010
-
-
Thorbjørn Lindeijer authored
Was broken in 915a07bd, which caused help links only to be resolved for expressions under the cursor. Task-number: QTCREATORBUG-159 Reviewed-by: ckamm
-