OSDN Git Service

Editors: Refactor indenters out of the editors for better reusability.
authorLeandro Melo <leandro.melo@nokia.com>
Fri, 5 Nov 2010 13:27:16 +0000 (14:27 +0100)
committerLeandro Melo <leandro.melo@nokia.com>
Fri, 5 Nov 2010 13:28:38 +0000 (14:28 +0100)
commit3a684586fabf103b8e09cef31a18ffae1fd9f0c7
treeffa3f74bd66d01f3ed1aca89c5e0ed0e65b936b0
parent1afea78c7d0f6c37f5ff6c06bfc19f0445a34875
Editors: Refactor indenters out of the editors for better reusability.

Reviewed-by: ckamm
19 files changed:
src/plugins/cppeditor/cppeditor.cpp
src/plugins/cppeditor/cppeditor.h
src/plugins/cppeditor/cppeditor.pro
src/plugins/cppeditor/cppqtstyleindenter.cpp [new file with mode: 0644]
src/plugins/cppeditor/cppqtstyleindenter.h [new file with mode: 0644]
src/plugins/qmljseditor/qmljseditor.cpp
src/plugins/qmljseditor/qmljseditor.h
src/plugins/qmljseditor/qmljseditor.pro
src/plugins/qmljseditor/qmljsindenter.cpp [new file with mode: 0644]
src/plugins/qmljseditor/qmljsindenter.h [new file with mode: 0644]
src/plugins/texteditor/basetexteditor.cpp
src/plugins/texteditor/basetexteditor.h
src/plugins/texteditor/basetexteditor_p.h
src/plugins/texteditor/indenter.cpp
src/plugins/texteditor/indenter.h
src/plugins/texteditor/normalindenter.cpp
src/plugins/texteditor/normalindenter.h
src/plugins/texteditor/plaintexteditor.cpp
src/plugins/texteditor/plaintexteditor.h