Changeset 33 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 18, 2012, 11:08:44 PM (12 years ago)
Author:
chronos
Message:
  • Modified: CompiledForm replaced by compiled source tab in PageControl on MainForm.
  • Added: Function for switching position between source code and target code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r32 r33  
    1010  Interfaces, // this includes the LCL widgetset
    1111  Forms, UApplicationInfo, UTarget, UTargetC, UTargetDelphi,
    12   UTargetInterpretter, UTargetPHP, UCompiledForm, UInterpretterForm, UMainForm,
     12  UTargetInterpretter, UTargetPHP, UInterpretterForm, UMainForm,
    1313  UOptionsForm, CoolTranslator, Common,
    1414  TemplateGenerics, UCompilersForm;
     
    2121  Application.Initialize;
    2222  Application.CreateForm(TMainForm, MainForm);
    23   Application.CreateForm(TCompiledForm, CompiledForm);
    2423  Application.CreateForm(TInterpreterForm, InterpreterForm);
    2524  Application.CreateForm(TOptionsForm, OptionsForm);
Note: See TracChangeset for help on using the changeset viewer.