Ignore:
Timestamp:
Jul 17, 2012, 9:15:42 AM (12 years ago)
Author:
chronos
Message:
  • Added: Form with text output of executed external producer tool.
  • Fixed: Template for new unit mustn't initialize new project but only add unit file to project.
  • Added: Project manager file deletion and rename.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UFormProjectNew.pas

    r57 r61  
    7474    with Core do
    7575    for I := 0 to ProjectTemplates.Count - 1 do
    76     with TProjectTemplate(ProjectTemplates[I]) do begin
     76    with TProjectTemplate(ProjectTemplates[I]) do
     77    if (not Assigned(Core.Project) and IsProject) or Assigned(Core.Project) then begin
    7778      NewItem := ListView1.Items.Add;
    7879      NewItem.Caption := Name;
Note: See TracChangeset for help on using the changeset viewer.