Table A.38 lists the Editor class properties.
| Name |
Property Type |
|---|---|
An RGB values list is a list of three numbers from 0 to 65,535 that specifies how much red, green, and blue a color contains. For example, this example code sets the main text color to red.
set Prefs to Get Preferences from panel "Editor"
set Main Text Color of Prefs to {65535,0,0}
Set Preferences of panel "Editor" to Prefs
Table A.39 lists the Font class properties.
| Name |
Property Type |
|---|---|
This class, shown in Table A.40, contains class properties for a text file opened with the CodeWarrior Editor. The plural form for this class should be referred to as Documents.
The elements for a document are:
character by numeric index, before/after another element, as a range of
elements, or satisfying a test
insertion point before/after another element
line by numeric index, as a range of elements, before/after another
element
text as a range of elements
| Name |
Property Type |
|---|---|
Table A.41 describes the Character class properties.
Table 0.41 Character Class Properties
| Name |
Property Type |
|---|---|
Table A.42 describes the Insertion Point Class properties.
Table 0.42 Insertion Point Class Properties
| Name |
Property Type |
|---|---|
Table A.43 describes the Custom Keywords class properties.
Table 0.43 Custom Keywords Class Properties
| Name |
Property Type |
|---|---|
Table A.44 describes the properties for the Line class. The plural form of the class should be referred to as Lines. This class has elements that may be described as follows:
Table 0.44 Line Class Properties
| Name |
Property Type |
|---|---|
Table A.45 describes the Text class properties. The Text Class has the following elements:
character by numeric index, before/after another element, as a range of
elements
insertion point before/after another element
line by numeric index, as a range of elements, before/after another
element
text as a range of elements
Table 0.45 Text Class Properties
| Name |
Property Type |
|---|---|
Table A.46 describes the Selection-Object class properties. The elements of this object are:
character by numeric index, before/after another element, as a range of
elements, or satisfying a test
line by numeric index, as a range of elements, or before/after another
element
text as a range of elements
Table 0.46 Selection-Object Class Properties
| Name |
Property Type |
|---|---|
Table A.48 describes the Syntax Coloring class properties.
Table 0.47 Syntax Coloring Class Properties
| Name |
Property Type |
|---|---|
Table A.48 describes the Window class properties. The plural form of this object is Windows.
Table 0.48 Window Class Properties
| Name |
Property Type |
|---|---|