Ignore:
Timestamp:
Mar 8, 2022, 10:55:43 AM (2 years ago)
Author:
chronos
Message:
  • Added: Action to generate text as brainfuck code.
  • Modified: Used loop in number generation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormSourceCode.lfm

    r133 r143  
    11object FormSourceCode: TFormSourceCode
    22  Left = 459
    3   Height = 589
     3  Height = 614
    44  Top = 278
    5   Width = 672
     5  Width = 700
    66  Caption = 'Source code'
    7   ClientHeight = 589
    8   ClientWidth = 672
    9   DesignTimePPI = 144
     7  ClientHeight = 614
     8  ClientWidth = 700
     9  DesignTimePPI = 150
    1010  OnCreate = FormCreate
    1111  OnDestroy = FormDestroy
     
    1313  inline SynEditSource: TSynEdit
    1414    Left = 0
    15     Height = 589
     15    Height = 614
    1616    Top = 0
    17     Width = 672
     17    Width = 700
    1818    Align = alClient
    19     Font.Height = -16
     19    Font.Height = -17
    2020    Font.Name = 'Courier New'
    2121    Font.Pitch = fpFixed
     
    2929    OnKeyUp = MemoSourceKeyUp
    3030    OnMouseDown = MemoSourceMouseDown
    31     Gutter.Width = 80
     31    Gutter.Width = 83
    3232    Gutter.MouseActions = <>
    3333    RightGutter.Width = 0
     
    479479    inline SynLeftGutterPartList1: TSynGutterPartList
    480480      object SynGutterMarks1: TSynGutterMarks
    481         Width = 36
     481        Width = 38
    482482        MouseActions = <>
    483483      end
     
    506506      object SynGutterCodeFolding1: TSynGutterCodeFolding
    507507        AutoSize = False
    508         Width = 14
     508        Width = 15
    509509        MouseActions = <>
    510510        MarkupInfo.Background = clNone
     
    517517  object PopupMenuSource: TPopupMenu
    518518    Images = Core.ImageListMain
    519     Left = 154
    520     Top = 154
     519    Left = 160
     520    Top = 160
    521521    object MenuItem23: TMenuItem
    522522      Action = FormMain.ABreakpointToggle
    523     end
    524     object MenuItem26: TMenuItem
    525       Action = AFormatSource
    526     end
    527     object MenuItem21: TMenuItem
    528       Action = AGenerateNumber
    529523    end
    530524    object MenuItem29: TMenuItem
     
    567561      }
    568562    end
     563    object Separator1: TMenuItem
     564      Caption = '-'
     565    end
     566    object MenuItem26: TMenuItem
     567      Action = AFormatSource
     568    end
    569569    object MenuItem36: TMenuItem
    570570      Action = AShrinkSource
     571    end
     572    object MenuItem21: TMenuItem
     573      Action = AGenerateNumber
     574    end
     575    object MenuItem7: TMenuItem
     576      Action = AGenerateText
    571577    end
    572578    object MenuItem1: TMenuItem
     
    591597  object ActionList1: TActionList
    592598    Images = Core.ImageListMain
    593     Left = 152
    594     Top = 67
     599    Left = 158
     600    Top = 70
    595601    object AGenerateNumber: TAction
    596602      Caption = 'Generate number'
     
    641647      ShortCut = 16472
    642648    end
     649    object AGenerateText: TAction
     650      Caption = 'Generate text'
     651      ImageIndex = 29
     652      OnExecute = AGenerateTextExecute
     653    end
    643654  end
    644655  object SynJavaSyn1: TSynJavaSyn
    645656    DefaultFilter = 'Soubory Java (*.java)|*.java'
    646657    Enabled = False
    647     Left = 486
    648     Top = 316
     658    Left = 506
     659    Top = 329
    649660  end
    650661end
Note: See TracChangeset for help on using the changeset viewer.