Changeset 40 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 19, 2012, 2:13:49 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Text message handling moved to UTarget unit as field of TTarget.
  • Modified: Messages are displayed as TListVIew rather then TMemo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r38 r40  
    99  {$ENDIF}
    1010  Interfaces, // this includes the LCL widgetset
    11    Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi,
     11  Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi,
    1212  UTargetInterpretter, UTargetPHP, UFormCPU, UFormMain,
    1313  UFormOptions, CoolTranslator, Common,
    1414  TemplateGenerics, UFormTargets, UFormOutput, UFormInput, UFormMemory,
    15 UFormMessages;
     15  UFormMessages;
    1616
    1717{$R *.res}
     
    2828  Application.CreateForm(TFormInput, FormInput);
    2929  Application.CreateForm(TFormMemory, FormMemory);
    30   Application.CreateForm(TFormMesssages, FormMesssages);
     30  Application.CreateForm(TFormMessages, FormMessages);
    3131  Application.Run;
    3232end.
Note: See TracChangeset for help on using the changeset viewer.