Changeset 13 for trunk/LazFuckIDE.lpr


Ignore:
Timestamp:
Feb 11, 2012, 5:53:25 PM (12 years ago)
Author:
chronos
Message:
  • Added: Options form.
  • Modified: Interpretter now accept source code as string again.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LazFuckIDE.lpr

    r12 r13  
    1010  Interfaces, // this includes the LCL widgetset
    1111  Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo,
    12 UCompiledForm
     12UCompiledForm, UOptionsForm
    1313  { you can add units after this };
    1414
     
    2222  Application.CreateForm(TInterpreterForm, InterpreterForm);
    2323  Application.CreateForm(TCompiledForm, CompiledForm);
     24  Application.CreateForm(TOptionsForm, OptionsForm);
    2425  Application.Run;
    2526end.
Note: See TracChangeset for help on using the changeset viewer.