Changeset 115 for trunk/Forms


Ignore:
Timestamp:
Feb 15, 2022, 3:46:22 PM (2 years ago)
Author:
chronos
Message:
  • Added: New tool action View source to show source code for loaded contacts. Source text can be edited and saved back. The editor shows line numbers and use color highlighting.
Location:
trunk/Forms
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.lfm

    r108 r115  
    184184        Action = Core.ATest
    185185      end
     186      object MenuItem11: TMenuItem
     187        Action = Core.AViewSource
     188      end
    186189    end
    187190    object MenuItemHelp: TMenuItem
  • trunk/Forms/UFormMain.pas

    r107 r115  
    1818    MenuItem1: TMenuItem;
    1919    MenuItem10: TMenuItem;
     20    MenuItem11: TMenuItem;
    2021    MenuItem3: TMenuItem;
    2122    MenuItem4: TMenuItem;
Note: See TracChangeset for help on using the changeset viewer.