-
Notifications
You must be signed in to change notification settings - Fork 13
/
readme.txt
53 lines (30 loc) · 1.33 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
TurboPack SynEdit
Table of contents
1. Introduction
2. Package names
3. Installation
==============================================
1. Introduction
SynEdit is a syntax highlighting edit control, not based on the Windows
common controls. SynEdit is compatible with both Delphi and C++ Builder.
This is a source-only release of TurboPack SynEdit. It includes
designtime and runtime packages for Delphi and C++Builder and supports Win32 and Win64.
==============================================
2. Package names
TurboPack SynEdit package names have the following form:
SynEditDR.bpl (Delphi Runtime)
SynEditDD.bpl (Delphi Designtime)
SynEditCR.bpl (C++Builder Runtime)
SynEditCD.bpl (C++Builder Designtime)
==============================================
3. Installation
To install TurboPack SynEdit into your IDE, take the following
steps:
1. Unzip the release files into a directory (e.g., d:\SynEdit).
2. Start RAD Studio.
3. Add the source subdirectory (e.g., d:\SynEdit\source) to the
IDE's library path. For CBuilder, add the hpp subdirectory
(e.g., d:\SynEdit\source\hpp\Win32\Release) to the IDE's system include path.
4. Open & install the designtime package specific to the IDE being
used. The IDE should notify you the components have been
installed.