Changeset 4548
- Timestamp:
- Jul 12, 2005, 9:36:19 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
pslib.kdevelop (modified) (4 diffs)
-
pslib.kdevses (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/pslib.kdevelop
r4367 r4548 4 4 <author>Robert Daniel DeSonia</author> 5 5 <email>robert.desonia@mhpcc.hpc.mil</email> 6 <version>1. 5</version>6 <version>1.6</version> 7 7 <projectmanagement>KDevAutoProject</projectmanagement> 8 8 <primarylanguage>C</primarylanguage> … … 11 11 <keyword>Code</keyword> 12 12 </keywords> 13 <ignoreparts> 14 <part>KDevClearCase</part> 15 <part>KDevcopyto</part> 16 <part>KDevCTags</part> 17 <part>CvsService</part> 18 <part>KDevFileGroups</part> 19 <part>KDevPerforce</part> 20 <part>KDevsubversion</part> 21 </ignoreparts> 22 <projectdirectory>./src/</projectdirectory> 13 <ignoreparts/> 14 <projectdirectory>.</projectdirectory> 23 15 <absoluteprojectpath>false</absoluteprojectpath> 24 <description />16 <description></description> 25 17 <secondaryLanguages/> 26 18 </general> … … 159 151 <headerCompletionDelay>250</headerCompletionDelay> 160 152 </codecompletion> 153 <creategettersetter> 154 <prefixGet></prefixGet> 155 <prefixSet>set</prefixSet> 156 <prefixVariable>m_,_</prefixVariable> 157 <parameterName>theValue</parameterName> 158 <inlineGet>true</inlineGet> 159 <inlineSet>true</inlineSet> 160 </creategettersetter> 161 161 </kdevcppsupport> 162 162 <cppsupportpart> … … 168 168 <kdevdebugger> 169 169 <general> 170 <programargs />171 <gdbpath />170 <programargs></programargs> 171 <gdbpath></gdbpath> 172 172 <dbgshell>libtool</dbgshell> 173 <configGdbScript />174 <runShellScript />175 <runGdbScript />173 <configGdbScript></configGdbScript> 174 <runShellScript></runShellScript> 175 <runGdbScript></runGdbScript> 176 176 <breakonloadinglibs>true</breakonloadinglibs> 177 177 <separatetty>false</separatetty> -
trunk/psLib/pslib.kdevses
r4534 r4548 2 2 <!DOCTYPE KDevPrjSession> 3 3 <KDevPrjSession> 4 <DocsAndViews NumberOfDocuments="10" > 5 <Doc0 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/image/psImage.h" > 6 <View0 Type="Source" /> 7 </Doc0> 8 <Doc1 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/image/psImagePixelExtract.c" > 9 <View0 Type="Source" /> 10 </Doc1> 11 <Doc2 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/image/psImageGeomManip.c" > 12 <View0 Type="Source" /> 13 </Doc2> 14 <Doc3 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/image/psImageGeomManip.h" > 15 <View0 Type="Source" /> 16 </Doc3> 17 <Doc4 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/image/psImage.c" > 18 <View0 Type="Source" /> 19 </Doc4> 20 <Doc5 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/collections/psPixels.h" > 21 <View0 Type="Source" /> 22 </Doc5> 23 <Doc6 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/dataManip/psBinaryOp.h" > 24 <View0 Type="Source" /> 25 </Doc6> 26 <Doc7 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/dataManip/psBinaryOp.c" > 27 <View0 Type="Source" /> 28 </Doc7> 29 <Doc8 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/dataManip/psUnaryOp.h" > 30 <View0 Type="Source" /> 31 </Doc8> 32 <Doc9 NumberOfViews="1" URL="file:/home/drobbin/panstarrs/psLib/src/dataManip/psUnaryOp.c" > 33 <View0 line="305" Type="Source" /> 34 </Doc9> 35 </DocsAndViews> 4 <DocsAndViews NumberOfDocuments="0" /> 36 5 <pluginList> 6 <kdevdebugger> 7 <breakpointList/> 8 </kdevdebugger> 37 9 <kdevbookmarks> 38 10 <bookmarks> … … 48 20 <kcachegrind path="" /> 49 21 </kdevvalgrind> 50 <kdevdebugger>51 <breakpointList/>52 </kdevdebugger>53 22 </pluginList> 54 23 </KDevPrjSession>
Note:
See TracChangeset
for help on using the changeset viewer.
