mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
|
||
---|---|---|
.. | ||
settings | ||
CMakeLists.txt | ||
kdevdocumentmodel.cpp | ||
kdevdocumentmodel.h | ||
kdevdocumentselection.cpp | ||
kdevdocumentselection.h | ||
kdevdocumentview.cpp | ||
kdevdocumentview.desktop.cmake | ||
kdevdocumentview.h | ||
kdevdocumentview.rc | ||
kdevdocumentviewdelegate.cpp | ||
kdevdocumentviewdelegate.h | ||
kdevdocumentviewplugin.cpp | ||
kdevdocumentviewplugin.h | ||
Messages.sh | ||
README |
Coding style for the document view part: // kate: space-indent on; indent-width 4; tab-width 4; replace-tabs on namespace foospace { class Bar { public: int foo(); private: int m_foo; } ; int Bar::foo() { switch (x) { case 1: break; default: break; } if (isBar) { bar(); return m_foo + 1; } else return 0; } }