Indenter is now a separate class which can be reused through composition....
Indenter is now a separate class which can be reused through composition. Added it to the generic editor.
Showing
- src/plugins/genericeditor/editor.cpp 16 additions, 0 deletionssrc/plugins/genericeditor/editor.cpp
- src/plugins/genericeditor/editor.h 14 additions, 0 deletionssrc/plugins/genericeditor/editor.h
- src/plugins/genericeditor/highlightdefinition.h 1 addition, 2 deletionssrc/plugins/genericeditor/highlightdefinition.h
- src/plugins/genericeditor/highlightdefinitionhandler.cpp 1 addition, 1 deletionsrc/plugins/genericeditor/highlightdefinitionhandler.cpp
- src/plugins/texteditor/indenter.cpp 47 additions, 0 deletionssrc/plugins/texteditor/indenter.cpp
- src/plugins/texteditor/indenter.h 63 additions, 0 deletionssrc/plugins/texteditor/indenter.h
- src/plugins/texteditor/normalindenter.cpp 89 additions, 0 deletionssrc/plugins/texteditor/normalindenter.cpp
- src/plugins/texteditor/normalindenter.h 52 additions, 0 deletionssrc/plugins/texteditor/normalindenter.h
- src/plugins/texteditor/plaintexteditor.cpp 1 addition, 43 deletionssrc/plugins/texteditor/plaintexteditor.cpp
- src/plugins/texteditor/plaintexteditor.h 6 additions, 2 deletionssrc/plugins/texteditor/plaintexteditor.h
- src/plugins/texteditor/texteditor.pro 6 additions, 2 deletionssrc/plugins/texteditor/texteditor.pro
Loading
Please register or sign in to comment