diff options
author | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-10-21 15:19:45 +0000 |
commit | f79c4c47f6f70ac07e521f06420bb80b1028a799 (patch) | |
tree | 5342357eade0c4afdf7d7ea7fb896af106d990c4 /osirion.kdevses | |
parent | 97cbb7514135ec81803e746f0b549e9f95abbecc (diff) |
project files updates
Diffstat (limited to 'osirion.kdevses')
-rw-r--r-- | osirion.kdevses | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/osirion.kdevses b/osirion.kdevses index c6fee45..05ea41e 100644 --- a/osirion.kdevses +++ b/osirion.kdevses @@ -1,27 +1,29 @@ <?xml version = '1.0' encoding = 'UTF-8'?> <!DOCTYPE KDevPrjSession> <KDevPrjSession> - <DocsAndViews NumberOfDocuments="4" > - <Doc0 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/game/game.cc" > - <View0 line="10" Type="Source" /> + <DocsAndViews NumberOfDocuments="2" > + <Doc0 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/gl/osiriongl.h" > + <View0 Encoding="" line="0" Type="Source" /> </Doc0> - <Doc1 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/game/star.cc" > - <View0 line="0" Type="Source" /> + <Doc1 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/gl/osiriongl.cc" > + <View0 Encoding="" line="69" Type="Source" /> </Doc1> - <Doc2 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/game/world.h" > - <View0 line="0" Type="Source" /> - </Doc2> - <Doc3 NumberOfViews="1" URL="file:///home/ingar/projects/osirion/src/game/sector.h" > - <View0 line="20" Type="Source" /> - </Doc3> </DocsAndViews> <pluginList> <kdevdebugger> <breakpointList/> + <showInternalCommands value="0" /> </kdevdebugger> + <kdevastyle> + <Extensions ext="*.cpp *.h,*.c *.h,*.cxx *.hxx,*.c++ *.h++,*.cc *.hh,*.C *.H,*.diff,*.inl,*.java,*.moc,*.patch,*.tlh,*.xpm" /> + <AStyle IndentPreprocessors="0" FillCount="4" PadParenthesesOut="1" IndentNamespaces="1" IndentLabels="1" Fill="Tabs" MaxStatement="40" Brackets="Break" MinConditional="-1" IndentBrackets="0" PadParenthesesUn="1" BlockBreak="0" KeepStatements="1" KeepBlocks="1" BlockIfElse="0" IndentSwitches="1" PadOperators="0" FStyle="UserDefined" IndentCases="0" FillEmptyLines="0" BracketsCloseHeaders="0" BlockBreakAll="0" PadParenthesesIn="1" IndentClasses="1" IndentBlocks="0" FillForce="0" /> + </kdevastyle> <kdevbookmarks> <bookmarks/> </kdevbookmarks> + <kdevsubversion> + <subversion base="" /> + </kdevsubversion> <kdevvalgrind> <executable path="" params="" /> <valgrind path="" params="" /> |