- Jul 08, 2010
-
-
Christian Kamm authored
Fixes incorrect indentation we got previously when they were used in a statement context.
-
- Jul 06, 2010
-
-
Christian Kamm authored
-
Roberto Raggi authored
-
Christian Kamm authored
So you now get enum A { a = 2, b = 3, };
-
Christian Kamm authored
This will allow much faster indenting of selected areas as the state doesn't have to be checked again for every line.
-
Erik Verbruggen authored
-
Christian Kamm authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Bill King authored
-
- Jul 05, 2010
-
-
Roberto Raggi authored
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
-
Christian Kamm authored
Keep more information by using enter() instead of turnInto() when moving from a *_start to *_open.
-
Christian Kamm authored
-
Roberto Raggi authored
This was a regression introduced in 8e4fb678 triggersCompletion should return `true' when the token at the left of the T_LPAREN is an identifier, a SIGNAL, a SLOT or T_GREATER (for template functions).
-
- Jul 02, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
- Jun 25, 2010
- Jun 22, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- Jun 18, 2010
-
-
Erik Verbruggen authored
-
- Jun 16, 2010
-
-
Thorbjørn Lindeijer authored
columnNumber() relies on text wrapping, and we're only interested in the position of the cursor in the block.
-
- Jun 14, 2010
-
-
Erik Verbruggen authored
-
Erik Verbruggen authored
Also removed TokenUnderCursor as it's functionality is in the token cache. Reviewed-by: ckamm
-
- Jun 11, 2010
- Jun 07, 2010
-
-
con authored
-
Roberto Raggi authored
-
- Jun 04, 2010
-
-
Erik Verbruggen authored
This reverts commit c2393df0.
-
Erik Verbruggen authored
This should speed things up a bit, because before, the line was tokenized at least 3 times.
-
- Jun 02, 2010
-
-
Roberto Raggi authored
-
Roberto Raggi authored
-
- May 31, 2010
-
-
Roberto Raggi authored
-
- May 28, 2010
-
-
Roberto Raggi authored
-
- May 27, 2010
-
-
Roberto Raggi authored
Don't sort the global completion items when we have too many of them, instead populate the completion box in a way where local symbols are showed before global symbols.
-
- May 26, 2010
-
-
Roberto Raggi authored
-
Erik Verbruggen authored
-