Ignore:
Timestamp:
Dec 27, 2017, 6:05:11 PM (6 years ago)
Author:
chronos
Message:
  • Added: Lookup tables can be defined and their usage set from grammer rules.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generator/Forms/UFormMain.lfm

    r132 r137  
    2929      Height = 28
    3030      Top = 5
    31       Width = 169
     31      Width = 198
    3232      Align = alNone
    3333      AutoSize = True
     
    7474        Action = AGrammerSettings
    7575      end
     76      object ToolButton7: TToolButton
     77        Left = 169
     78        Top = 0
     79        Action = ALookupTables
     80      end
    7681    end
    7782  end
     
    154159    end
    155160    object MenuItem8: TMenuItem
    156       Caption = 'Tools'
     161      Caption = 'Grammer'
    157162      object MenuItem9: TMenuItem
    158163        Action = ABuildCompiler
     164      end
     165      object MenuItem3: TMenuItem
     166        Action = ALookupTables
    159167      end
    160168    end
     
    228236      OnExecute = AToolbarVisibleExecute
    229237    end
     238    object ALookupTables: TAction
     239      Caption = 'Lookup tables'
     240      ImageIndex = 8
     241      OnExecute = ALookupTablesExecute
     242    end
    230243  end
    231244  object OpenDialog1: TOpenDialog
Note: See TracChangeset for help on using the changeset viewer.