Ignore:
Timestamp:
Jul 20, 2018, 9:41:37 AM (6 years ago)
Author:
chronos
Message:
  • Added: Allow to enable individual code optimization from settings dialog.
  • Added: Actions to format or shrink target BF code.
Location:
trunk/Forms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms

    • Property svn:ignore set to
      *.lrj
  • trunk/Forms/UFormTargetCode.lfm

    r64 r91  
    11object FormTargetCode: TFormTargetCode
    2   Left = 306
     2  Left = 682
    33  Height = 240
    4   Top = 75
     4  Top = 485
    55  Width = 320
    66  Caption = 'Target code'
    77  ClientHeight = 240
    88  ClientWidth = 320
    9   LCLVersion = '1.3'
     9  DesignTimePPI = 120
     10  LCLVersion = '1.8.2.0'
    1011  object MemoTarget: TMemo
    1112    Left = 0
     
    2223  end
    2324  object PopupMenuTarget: TPopupMenu
    24     Images = MainForm.ImageListMain
     25    Images = Core.ImageListMain
    2526    left = 84
    2627    top = 100
    2728    object MenuItem20: TMenuItem
    28       Action = MainForm.AShowSourcePosition
     29      Action = AFormatCode
     30    end
     31    object MenuItem1: TMenuItem
     32      Action = AShrinkCode
     33    end
     34  end
     35  object ActionList1: TActionList
     36    Images = Core.ImageListMain
     37    left = 199
     38    top = 39
     39    object AFormatCode: TAction
     40      Caption = 'Format code'
     41      OnExecute = AFormatCodeExecute
     42    end
     43    object AShrinkCode: TAction
     44      Caption = 'Shrink code'
     45      OnExecute = AShrinkCodeExecute
    2946    end
    3047  end
Note: See TracChangeset for help on using the changeset viewer.