Changeset 159 for trunk/Packages/SynEditEx
- Timestamp:
- Jun 12, 2023, 11:46:36 PM (17 months ago)
- Location:
- trunk/Packages/SynEditEx
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/SynEditEx/SynEditEx.lpk
r128 r159 30 30 <Files> 31 31 <Item> 32 <Filename Value=" USynEditEx.pas"/>32 <Filename Value="SynEditEx.pas"/> 33 33 <HasRegisterProc Value="True"/> 34 <UnitName Value="USynEditEx"/> 34 <UnitName Value="SynEditEx"/> 35 </Item> 36 <Item> 37 <Filename Value="SynEditExPackage.pas"/> 38 <Type Value="Main Unit"/> 39 <UnitName Value="SynEditExPackage"/> 35 40 </Item> 36 41 </Files> -
trunk/Packages/SynEditEx/SynEditEx.pas
r158 r159 1 unit USynEditEx;1 unit SynEditEx; 2 2 3 3 interface … … 28 28 end; 29 29 30 31 30 { TSynEditEx } 32 31 … … 38 37 end; 39 38 40 41 39 end. 42 40
Note:
See TracChangeset
for help on using the changeset viewer.