Changeset 23 for trunk


Ignore:
Timestamp:
Feb 12, 2012, 8:25:44 PM (12 years ago)
Author:
chronos
Message:
  • All forms moved to subfolder.
Location:
trunk
Files:
2 added
1 deleted
5 edited
10 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UMainForm.pas

    r22 r23  
    149149
    150150uses
    151   UInterpreterForm, UApplicationInfo, UCompiledForm, UOptionsForm,
     151  UInterpretterForm, UApplicationInfo, UCompiledForm, UOptionsForm,
    152152  UCompilerDelphi, UCompilerPHP;
    153153
  • trunk/Languages/LazFuckIDE.cs.po

    r22 r23  
    265265
    266266#: uinterpreterform.sstepspersecond
     267msgctxt "uinterpreterform.sstepspersecond"
    267268msgid " steps/s"
    268269msgstr " kroků/s"
    269270
     271#: uinterpretterform.sstepspersecond
     272msgctxt "uinterpretterform.sstepspersecond"
     273msgid " steps/s"
     274msgstr " kroků/s"
     275
  • trunk/Languages/LazFuckIDE.po

    r21 r23  
    256256
    257257#: uinterpreterform.sstepspersecond
     258msgctxt "uinterpreterform.sstepspersecond"
    258259msgid " steps/s"
    259260msgstr ""
    260261
     262#: uinterpretterform.sstepspersecond
     263msgctxt "uinterpretterform.sstepspersecond"
     264msgid " steps/s"
     265msgstr ""
     266
  • trunk/LazFuckIDE.lpi

    r21 r23  
    9292      </Unit0>
    9393      <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"/>
    9997      </Unit1>
    10098      <Unit2>
    101         <Filename Value="UBrainFuck.pas"/>
    102         <IsPartOfProject Value="True"/>
    103         <UnitName Value="UBrainFuck"/>
     99        <Filename Value="UApplicationInfo.pas"/>
     100        <IsPartOfProject Value="True"/>
     101        <UnitName Value="UApplicationInfo"/>
    104102      </Unit2>
    105103      <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"/>
    111107      </Unit3>
    112108      <Unit4>
    113         <Filename Value="UApplicationInfo.pas"/>
    114         <IsPartOfProject Value="True"/>
    115         <UnitName Value="UApplicationInfo"/>
     109        <Filename Value="Compiler\UCompilerDelphi.pas"/>
     110        <IsPartOfProject Value="True"/>
     111        <UnitName Value="UCompilerDelphi"/>
    116112      </Unit4>
    117113      <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"/>
    123117      </Unit5>
    124118      <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"/>
    130122      </Unit6>
    131123      <Unit7>
    132         <Filename Value="Compiler\UCompiler.pas"/>
    133         <IsPartOfProject Value="True"/>
    134         <UnitName Value="UCompiler"/>
     124        <Filename Value="Common\URegistry.pas"/>
     125        <IsPartOfProject Value="True"/>
     126        <UnitName Value="URegistry"/>
    135127      </Unit7>
    136128      <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"/>
    140133      </Unit8>
    141134      <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"/>
    145139      </Unit9>
    146140      <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"/>
    150145      </Unit10>
    151146      <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"/>
    155151      </Unit11>
    156152    </Units>
     
    164160    <SearchPaths>
    165161      <IncludeFiles Value="$(ProjOutDir)"/>
    166       <OtherUnitFiles Value="Compiler;Common"/>
     162      <OtherUnitFiles Value="Compiler;Common;Forms"/>
    167163      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
    168164    </SearchPaths>
     
    174170        <StackChecks Value="True"/>
    175171      </Checks>
    176       <VerifyObjMethodCallValidity Value="True"/>
    177172    </CodeGeneration>
    178173    <Linking>
  • trunk/LazFuckIDE.lpr

    r21 r23  
    99  {$ENDIF}
    1010  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;
    1514
    1615{$R *.res}
    1716
    1817begin
    19   Application.Title:='LazFuck IDE';
     18  Application.Title := 'LazFuck IDE';
    2019  RequireDerivedFormResource := True;
    2120  Application.Initialize;
    2221  Application.CreateForm(TMainForm, MainForm);
     22  Application.CreateForm(TCompiledForm, CompiledForm);
    2323  Application.CreateForm(TInterpreterForm, InterpreterForm);
    24   Application.CreateForm(TCompiledForm, CompiledForm);
    2524  Application.CreateForm(TOptionsForm, OptionsForm);
    2625  Application.Run;
  • trunk/UApplicationInfo.pas

    r16 r23  
    5353  Name := 'LazFuck';
    5454  Identification := 1;
    55   ReleaseDate := EncodeDate(2012, 2, 11);
     55  ReleaseDate := EncodeDate(2012, 2, 12);
    5656  MajorVersion := 0;
    5757  MinorVersion := 1;
Note: See TracChangeset for help on using the changeset viewer.