Ignore:
Timestamp:
Feb 13, 2012, 3:50:17 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Selection of Analyzer and Producer is now done in main menu.
  • Added: Options form for application wide user settings.
  • Added: Multilanguage interface support. Can be change in main options dialog.
  • Added: Source icons used for actions.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Transpascal.lpr

    r34 r35  
    1111  UTextSource, UProject, UApplicationInfo, URegistry, ULastOpenedList,
    1212  UDebugLog, TranspascalCompiler, UProjectManager, UCodeForm, UMessagesForm,
    13   UCompiledForm, UCodeTreeForm, TemplateGenerics, Common, UAboutForm;
     13  UCompiledForm, UCodeTreeForm, TemplateGenerics, Common, CoolTranslator,
     14  UAboutForm, UFormOptions;
    1415
    1516{$R *.res}
     
    3233  Application.CreateForm(TCodeTreeForm, CodeTreeForm);
    3334  Application.CreateForm(TAboutForm, AboutForm);
     35  Application.CreateForm(TFormOptions, FormOptions);
    3436  Application.Run;
    3537end.
Note: See TracChangeset for help on using the changeset viewer.