Changeset 20 for trunk/UMainForm.lfm


Ignore:
Timestamp:
Feb 11, 2012, 10:56:03 PM (12 years ago)
Author:
chronos
Message:
  • Added: Action to shrink source code by remove all non printable characters.
  • Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMainForm.lfm

    r19 r20  
    7979    end
    8080    object ToolButton5: TToolButton
    81       Left = 93
     81      Left = 116
    8282      Top = 2
    8383      Width = 10
     
    8686    end
    8787    object ToolButton6: TToolButton
    88       Left = 103
     88      Left = 149
    8989      Top = 2
    9090      Action = AProgramRun
     
    9696    end
    9797    object ToolButton8: TToolButton
    98       Left = 149
     98      Left = 93
    9999      Top = 2
    100100      Action = AOptions
    101101    end
    102102    object ToolButton9: TToolButton
     103      Left = 218
     104      Top = 2
     105      Action = ABreakpointToggle
     106    end
     107    object ToolButton10: TToolButton
    103108      Left = 172
    104109      Top = 2
    105       Action = ABreakpointToggle
     110      Action = AProgramPause
     111    end
     112    object ToolButton11: TToolButton
     113      Left = 195
     114      Top = 2
     115      Action = AProgramStop
    106116    end
    107117  end
     
    402412      object MenuItemTarget: TMenuItem
    403413        Caption = 'Target'
    404         object MenuItem21: TMenuItem
    405           Caption = 'New Item21'
    406         end
    407414      end
    408415      object MenuItem17: TMenuItem
     
    531538      object MenuItem25: TMenuItem
    532539        Action = AFormatSource
     540      end
     541      object MenuItem27: TMenuItem
     542        Action = AShrinkSource
    533543      end
    534544    end
     
    727737      Caption = 'Format source'
    728738      OnExecute = AFormatSourceExecute
     739    end
     740    object AShrinkSource: TAction
     741      Caption = 'Shrink source'
     742      OnExecute = AShrinkSourceExecute
    729743    end
    730744  end
     
    12151229      Action = AFormatSource
    12161230    end
     1231    object MenuItem21: TMenuItem
     1232      Action = AShrinkSource
     1233    end
    12171234  end
    12181235end
Note: See TracChangeset for help on using the changeset viewer.