Changeset 28
- Timestamp:
- Aug 19, 2006, 4:23:25 PM (19 years ago)
- Location:
- trunk/NewView
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/CmdLineParameterUnit.pas
r25 r28 335 335 aResult.Clear; 336 336 337 tmpState := 0;337 tmpState := STATE_BEFORE; 338 338 tmpCurrentCommand := ''; 339 339 for i:=1 to length(aCmdLineString) do … … 370 370 STATE_START_QUOTE : 371 371 begin 372 tmpState := STATE_INSIDE; 373 tmpCurrentCommand := tmpCurrentCommand + tmpCurrentChar; 372 tmpState := STATE_INSIDE_QUOTED_START_QUOTE; 374 373 end; 375 374 STATE_INSIDE_QUOTED : -
trunk/NewView/NewView.spr
r24 r28 152 152 LibSrcDir=P:\newview_dev\sibyl\spcc;P:\newview_dev\sibyl\rtl;P:\newview_dev\library;P:\newview_dev\components 153 153 IncSrcDir= 154 CompInstallDir=P:\ newview_dev\sibyl\lib;P:\NEWVIEW_DEV\build\components;P:\newview_dev\components154 CompInstallDir=P:\NEWVIEW_DEV\build\components 155 155 156 156 [Directories OS/2] … … 165 165 [Find History] 166 166 167 Find0= CmdLineParameters168 Find1= height169 Find2= getSearchTextFlag170 Find3= parame171 Find4= cmdline172 Find5= matchflag173 Find6= Match174 Find7= StringToList175 Find8= Classes176 Find9= ExtractNextValue177 Find10= getHelpManagerFlag178 Find11= splitted179 Find12= CmdLineParameterUnit180 Find13= parsec181 Find14= ParseCommandLineParameters182 Find15= ShowUsageFlag167 Find0=todo 168 Find1=CmdLineParameters 169 Find2=height 170 Find3=getSearchTextFlag 171 Find4=parame 172 Find5=cmdline 173 Find6=matchflag 174 Find7=Match 175 Find8=StringToList 176 Find9=Classes 177 Find10=ExtractNextValue 178 Find11=getHelpManagerFlag 179 Find12=splitted 180 Find13=CmdLineParameterUnit 181 Find14=parsec 182 Find15=ParseCommandLineParameters 183 183 184 184 [General] … … 196 196 [Last Closed Files] 197 197 198 File0= ..\.\Library\ACLStringUtility.pas199 File1=..\.\ components\ACLLanguageUnit.pas200 File2=. \VersionUnit.pas201 File3=.\ NewView.pas202 File4=.\ ViewStub.pas203 File5=.\ NewViewTests.pas198 File0=D:\PROGS\SIBYL\BIN\CompLib.scl 199 File1=..\.\Library\ACLStringUtility.pas 200 File2=..\.\components\ACLLanguageUnit.pas 201 File3=.\VersionUnit.pas 202 File4=.\NewView.pas 203 File5=.\ViewStub.pas 204 204 205 205 [Last Open Files] 206 206 207 File0= D:\PROGS\SIBYL\BIN\CompLib.scl207 File0=.\StartupUnit.pas 208 208 File0.Left=-4 209 209 File0.Bottom=-5 210 File0.Width= 994211 File0.Height= 255210 File0.Width=1243 211 File0.Height=443 212 212 File0.Column=18 213 File0.Line= 8214 File1=.\ StartupUnit.pas213 File0.Line=348 214 File1=.\CmdLineParameterUnit.pas 215 215 File1.Left=-4 216 216 File1.Bottom=-5 217 File1.Width= 994218 File1.Height= 255219 File1.Column= 30220 File1.Line= 246221 File2=.\ CmdLineParameterUnit.pas217 File1.Width=1243 218 File1.Height=443 219 File1.Column=1 220 File1.Line=33 221 File2=.\MainForm.pas 222 222 File2.Left=-4 223 223 File2.Bottom=-5 224 File2.Width=1032 225 File2.Height=470 226 File2.Column=1 227 File2.Line=33 228 File3=.\MainForm.pas 229 File3.Left=-4 230 File3.Bottom=-5 231 File3.Width=994 232 File3.Height=255 233 File3.Column=65 234 File3.Line=2250 224 File2.Width=1243 225 File2.Height=443 226 File2.Column=46 227 File2.Line=4190 235 228 236 229 [Linker Options] -
trunk/NewView/VersionUnit.pas
r18 r28 14 14 15 15 const 16 Version = 'V2.1 8.1'; // $SS_REQUIRE_NEW_VERSION$17 BldLevelVersion = '2.1 8.1'; // Embedded for IBM BLDLEVEL tool16 Version = 'V2.19.beta1'; // $SS_REQUIRE_NEW_VERSION$ 17 BldLevelVersion = '2.19.beta1'; // Embedded for IBM BLDLEVEL tool 18 18 19 19 // RELEASE PROCESS
Note:
See TracChangeset
for help on using the changeset viewer.