- Jul 28, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1919
-
- Jul 16, 2010
-
-
Christian Kamm authored
Without requiring ',' to be an electric character. Task-number: QTCREATORBUG-1866 Reviewed-by: Roberto Raggi
-
- Jul 15, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Jul 12, 2010
-
-
mae authored
The lexer needs its own lexerState, before it was using the syntax highlighter user state. This breaks the brace depth calculation of the highlighter. Reviewed-by: Roberto Raggi
-
- Jul 09, 2010
-
-
Christian Kamm authored
-
- Jul 08, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1825
-
Christian Kamm authored
Task-number: QTCREATORBUG-1818
-
Christian Kamm authored
Done-with: Thomas Hartmann
-
Christian Kamm authored
Task-number: QTCREATORBUG-1816
-
Christian Kamm authored
Fixes incorrect indentation we got previously when they were used in a statement context.
-
- Jul 06, 2010
-
-
Christian Kamm 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.
-
Christian Kamm authored
-
- Jul 05, 2010
-
-
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
-
- Jul 02, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-