"src/plugins/git@git.qt.io:mabubke/flatpak-qt-creator.git" did not exist on "0edf62e533e35a6f21edd6754bf05228f6c5adb6"
- 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
-