Ignore:
Timestamp:
Nov 10, 2010, 9:42:27 AM (13 years ago)
Author:
george
Message:
  • Added: Parsing type parameters.
  • Fixed: Saving edited files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IDE/Forms/UMainForm.lfm

    r21 r24  
    11object MainForm: TMainForm
    2   Left = 362
     2  Left = 336
    33  Height = 501
    4   Top = 115
     4  Top = 102
    55  Width = 695
    66  Caption = 'Transpascal IDE'
     
    152152      Caption = 'New'
    153153      Hint = 'Create new project'
     154      OnExecute = AProjectNewExecute
    154155    end
    155156    object AProjectOpen: TAction
     
    164165      Hint = 'Save project to disk'
    165166      OnExecute = AProjectSaveExecute
     167      ShortCut = 16467
    166168    end
    167169    object AProjectSaveAs: TAction
Note: See TracChangeset for help on using the changeset viewer.