Ignore:
Timestamp:
Feb 11, 2012, 4:32:27 PM (12 years ago)
Author:
chronos
Message:
  • Added: Display source code caret position in statusbar.
  • Modified: Optimized jump speed using precreated direct jump table.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        33LazFuckIDE.lps
        44backup
         5LazFuckIDE
  • trunk/UInterpreterForm.lfm

    r11 r12  
    4343      object Label1: TLabel
    4444        Left = 8
    45         Height = 14
     45        Height = 18
    4646        Top = 8
    47         Width = 31
     47        Width = 38
    4848        Caption = 'Input:'
    4949        ParentColor = False
     
    7171      object Label2: TLabel
    7272        Left = 8
    73         Height = 14
     73        Height = 18
    7474        Top = 6
    75         Width = 39
     75        Width = 49
    7676        Caption = 'Output:'
    7777        ParentColor = False
     
    109109    object Label3: TLabel
    110110      Left = 1
    111       Height = 14
     111      Height = 18
    112112      Top = 8
    113       Width = 82
     113      Width = 110
    114114      Caption = 'Program pointer:'
    115115      ParentColor = False
     
    117117    object LabelProgramPointer: TLabel
    118118      Left = 112
    119       Height = 14
     119      Height = 18
    120120      Top = 8
    121       Width = 10
     121      Width = 13
    122122      Caption = '   '
    123123      ParentColor = False
     
    125125    object Label5: TLabel
    126126      Left = 1
    127       Height = 14
     127      Height = 18
    128128      Top = 24
    129       Width = 80
     129      Width = 108
    130130      Caption = 'Memory pointer:'
    131131      ParentColor = False
     
    133133    object LabelMemoryPointer: TLabel
    134134      Left = 112
    135       Height = 14
     135      Height = 18
    136136      Top = 24
    137       Width = 10
     137      Width = 13
    138138      Caption = '   '
    139139      ParentColor = False
     
    141141    object Label4: TLabel
    142142      Left = 1
    143       Height = 14
     143      Height = 18
    144144      Top = 42
    145       Width = 67
     145      Width = 87
    146146      Caption = 'Step counter:'
    147147      ParentColor = False
     
    149149    object LabelStepCounter: TLabel
    150150      Left = 112
    151       Height = 14
     151      Height = 18
    152152      Top = 42
    153       Width = 10
     153      Width = 13
    154154      Caption = '   '
    155155      ParentColor = False
     
    168168        item
    169169          Caption = 'Data'
    170           Width = 300
     170          Width = 330
    171171        end>
    172172      Font.Height = -11
     
    181181    object Label6: TLabel
    182182      Left = 8
    183       Height = 14
     183      Height = 18
    184184      Top = 104
    185       Width = 43
     185      Width = 57
    186186      Caption = 'Memory:'
    187187      ParentColor = False
     
    211211      Action = MainForm.AProgramStop
    212212    end
     213    object ToolButton4: TToolButton
     214      Left = 70
     215      Top = 2
     216      Action = MainForm.AInterpretterRunToCursor
     217    end
     218    object ToolButton5: TToolButton
     219      Left = 93
     220      Top = 2
     221      Action = MainForm.AInterpretterStepInto
     222    end
     223    object ToolButton6: TToolButton
     224      Left = 116
     225      Top = 2
     226      Action = MainForm.AInterpretterStepOut
     227    end
     228    object ToolButton7: TToolButton
     229      Left = 139
     230      Top = 2
     231      Action = MainForm.AInterpretterStopOver
     232    end
    213233  end
    214234  object Timer1: TTimer
Note: See TracChangeset for help on using the changeset viewer.