Changeset 23
- Timestamp:
- Feb 12, 2012, 8:25:44 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 deleted
- 5 edited
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UMainForm.pas
r22 r23 149 149 150 150 uses 151 UInterpret erForm, UApplicationInfo, UCompiledForm, UOptionsForm,151 UInterpretterForm, UApplicationInfo, UCompiledForm, UOptionsForm, 152 152 UCompilerDelphi, UCompilerPHP; 153 153 -
trunk/Languages/LazFuckIDE.cs.po
r22 r23 265 265 266 266 #: uinterpreterform.sstepspersecond 267 msgctxt "uinterpreterform.sstepspersecond" 267 268 msgid " steps/s" 268 269 msgstr " kroků/s" 269 270 271 #: uinterpretterform.sstepspersecond 272 msgctxt "uinterpretterform.sstepspersecond" 273 msgid " steps/s" 274 msgstr " kroků/s" 275 -
trunk/Languages/LazFuckIDE.po
r21 r23 256 256 257 257 #: uinterpreterform.sstepspersecond 258 msgctxt "uinterpreterform.sstepspersecond" 258 259 msgid " steps/s" 259 260 msgstr "" 260 261 262 #: uinterpretterform.sstepspersecond 263 msgctxt "uinterpretterform.sstepspersecond" 264 msgid " steps/s" 265 msgstr "" 266 -
trunk/LazFuckIDE.lpi
r21 r23 92 92 </Unit0> 93 93 <Unit1> 94 <Filename Value="UMainForm.pas"/> 95 <IsPartOfProject Value="True"/> 96 <ComponentName Value="MainForm"/> 97 <ResourceBaseClass Value="Form"/> 98 <UnitName Value="UMainForm"/> 94 <Filename Value="UBrainFuck.pas"/> 95 <IsPartOfProject Value="True"/> 96 <UnitName Value="UBrainFuck"/> 99 97 </Unit1> 100 98 <Unit2> 101 <Filename Value="U BrainFuck.pas"/>102 <IsPartOfProject Value="True"/> 103 <UnitName Value="U BrainFuck"/>99 <Filename Value="UApplicationInfo.pas"/> 100 <IsPartOfProject Value="True"/> 101 <UnitName Value="UApplicationInfo"/> 104 102 </Unit2> 105 103 <Unit3> 106 <Filename Value="UInterpreterForm.pas"/> 107 <IsPartOfProject Value="True"/> 108 <ComponentName Value="InterpreterForm"/> 109 <ResourceBaseClass Value="Form"/> 110 <UnitName Value="UInterpreterForm"/> 104 <Filename Value="Compiler\UCompiler.pas"/> 105 <IsPartOfProject Value="True"/> 106 <UnitName Value="UCompiler"/> 111 107 </Unit3> 112 108 <Unit4> 113 <Filename Value=" UApplicationInfo.pas"/>114 <IsPartOfProject Value="True"/> 115 <UnitName Value="U ApplicationInfo"/>109 <Filename Value="Compiler\UCompilerDelphi.pas"/> 110 <IsPartOfProject Value="True"/> 111 <UnitName Value="UCompilerDelphi"/> 116 112 </Unit4> 117 113 <Unit5> 118 <Filename Value="UCompiledForm.pas"/> 119 <IsPartOfProject Value="True"/> 120 <ComponentName Value="CompiledForm"/> 121 <ResourceBaseClass Value="Form"/> 122 <UnitName Value="UCompiledForm"/> 114 <Filename Value="Compiler\UCompilerPHP.pas"/> 115 <IsPartOfProject Value="True"/> 116 <UnitName Value="UCompilerPHP"/> 123 117 </Unit5> 124 118 <Unit6> 125 <Filename Value="UOptionsForm.pas"/> 126 <IsPartOfProject Value="True"/> 127 <ComponentName Value="OptionsForm"/> 128 <ResourceBaseClass Value="Form"/> 129 <UnitName Value="UOptionsForm"/> 119 <Filename Value="Common\ULastOpenedList.pas"/> 120 <IsPartOfProject Value="True"/> 121 <UnitName Value="ULastOpenedList"/> 130 122 </Unit6> 131 123 <Unit7> 132 <Filename Value="Com piler\UCompiler.pas"/>133 <IsPartOfProject Value="True"/> 134 <UnitName Value="U Compiler"/>124 <Filename Value="Common\URegistry.pas"/> 125 <IsPartOfProject Value="True"/> 126 <UnitName Value="URegistry"/> 135 127 </Unit7> 136 128 <Unit8> 137 <Filename Value="Compiler\UCompilerDelphi.pas"/> 138 <IsPartOfProject Value="True"/> 139 <UnitName Value="UCompilerDelphi"/> 129 <Filename Value="Forms\UCompiledForm.pas"/> 130 <IsPartOfProject Value="True"/> 131 <HasResources Value="True"/> 132 <UnitName Value="UCompiledForm"/> 140 133 </Unit8> 141 134 <Unit9> 142 <Filename Value="Compiler\UCompilerPHP.pas"/> 143 <IsPartOfProject Value="True"/> 144 <UnitName Value="UCompilerPHP"/> 135 <Filename Value="Forms\UMainForm.pas"/> 136 <IsPartOfProject Value="True"/> 137 <HasResources Value="True"/> 138 <UnitName Value="UMainForm"/> 145 139 </Unit9> 146 140 <Unit10> 147 <Filename Value="Common\ULastOpenedList.pas"/> 148 <IsPartOfProject Value="True"/> 149 <UnitName Value="ULastOpenedList"/> 141 <Filename Value="Forms\UOptionsForm.pas"/> 142 <IsPartOfProject Value="True"/> 143 <HasResources Value="True"/> 144 <UnitName Value="UOptionsForm"/> 150 145 </Unit10> 151 146 <Unit11> 152 <Filename Value="Common\URegistry.pas"/> 153 <IsPartOfProject Value="True"/> 154 <UnitName Value="URegistry"/> 147 <Filename Value="Forms\UInterpretterForm.pas"/> 148 <IsPartOfProject Value="True"/> 149 <HasResources Value="True"/> 150 <UnitName Value="UInterpretterForm"/> 155 151 </Unit11> 156 152 </Units> … … 164 160 <SearchPaths> 165 161 <IncludeFiles Value="$(ProjOutDir)"/> 166 <OtherUnitFiles Value="Compiler;Common "/>162 <OtherUnitFiles Value="Compiler;Common;Forms"/> 167 163 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 168 164 </SearchPaths> … … 174 170 <StackChecks Value="True"/> 175 171 </Checks> 176 <VerifyObjMethodCallValidity Value="True"/>177 172 </CodeGeneration> 178 173 <Linking> -
trunk/LazFuckIDE.lpr
r21 r23 9 9 {$ENDIF} 10 10 Interfaces, // this includes the LCL widgetset 11 Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo, 12 UCompiledForm, UOptionsForm, ULastOpenedList, URegistry, CoolTranslator, 13 Common, TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP 14 { you can add units after this }; 11 Forms, UBrainFuck, UApplicationInfo, UCompiledForm, UInterpretterForm, 12 UMainForm, UOptionsForm, ULastOpenedList, URegistry, CoolTranslator, Common, 13 TemplateGenerics, UCompiler, UCompilerDelphi, UCompilerPHP; 15 14 16 15 {$R *.res} 17 16 18 17 begin 19 Application.Title :='LazFuck IDE';18 Application.Title := 'LazFuck IDE'; 20 19 RequireDerivedFormResource := True; 21 20 Application.Initialize; 22 21 Application.CreateForm(TMainForm, MainForm); 22 Application.CreateForm(TCompiledForm, CompiledForm); 23 23 Application.CreateForm(TInterpreterForm, InterpreterForm); 24 Application.CreateForm(TCompiledForm, CompiledForm);25 24 Application.CreateForm(TOptionsForm, OptionsForm); 26 25 Application.Run; -
trunk/UApplicationInfo.pas
r16 r23 53 53 Name := 'LazFuck'; 54 54 Identification := 1; 55 ReleaseDate := EncodeDate(2012, 2, 1 1);55 ReleaseDate := EncodeDate(2012, 2, 12); 56 56 MajorVersion := 0; 57 57 MinorVersion := 1;
Note:
See TracChangeset
for help on using the changeset viewer.