Commit Graph

6 Commits

Author SHA1 Message Date
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
con
23c22b7c66 License headers, part 2 2010-12-17 17:14:20 +01:00
Christian Kamm
8848038164 C++ indenter: Fix for access declarations and initializer lists.
Reviewed-by: Erik Verbruggen
2010-12-08 13:52:42 +01:00
Christian Kamm
f64462ab1d C++ indenter: Don't use label indent when typing 'Type:'.
It could easily be followed by another colon.

Reviewed-by: Roberto Raggi
2010-12-07 14:33:20 +01:00
Leandro Melo
ea8cb4764b Editors: Move auto-completion code out of the editor
This is basically a continuation of the commits which
refactor code out of the base text editor. For instance,
36fa1de4c6 and
3a684586fa.

Also removed the doXXXX() forwarding methods.
2010-12-01 09:07:15 +01:00
Leandro Melo
3a684586fa Editors: Refactor indenters out of the editors for better reusability.
Reviewed-by: ckamm
2010-11-05 14:28:38 +01:00