Ignore:
Timestamp:
Feb 14, 2012, 7:33:51 AM (12 years ago)
Author:
chronos
Message:
  • Added: Form containing list of supported compiler producers. Path to real compiler can be changed.
File:
1 edited

Legend:

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

    r36 r37  
    7474    BeginUpdate;
    7575    Clear;
    76     NewNode := AddChild(nil, Project.Name);
    77     UpdateProjectGroup(NewNode, Project);
    78     NewNode.Expand(True);
     76    if Project.Active then begin
     77      NewNode := AddChild(nil, Project.Name);
     78      UpdateProjectGroup(NewNode, Project);
     79      NewNode.Expand(True);
     80    end;
    7981    EndUpdate;
    8082    if Assigned(TreeViewProject.TopItem) and
Note: See TracChangeset for help on using the changeset viewer.