Changeset 6 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
May 6, 2015, 11:19:49 AM (9 years ago)
Author:
chronos
Message:
  • Added: Now opened projects are remembered between application restarts.
  • Added: Show basic list of files in selected project.
  • Added: Packages Common and TemplateGenerics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r5 r6  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore, UFormBrowse, UVCS, UFormFavorites, UFormSettings,
    11   UFormConsole, USubversion, UProject
     10  Forms, UFormMain, UCore, Common, TemplateGenerics, UFormBrowse, UVCS,
     11  UFormFavorites, UFormSettings, UFormConsole, USubversion, UProject
    1212  { you can add units after this };
    1313
     
    2222  Application.CreateForm(TFormFavorites, FormFavorites);
    2323  Application.CreateForm(TFormSettings, FormSettings);
     24  Application.CreateForm(TFormConsole, FormConsole);
    2425  Application.Run;
    2526end.
Note: See TracChangeset for help on using the changeset viewer.