Changeset 144 for trunk/UBFHighlighter.pas
- Timestamp:
- Jun 2, 2023, 11:18:38 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UBFHighlighter.pas
r125 r144 47 47 48 48 *) 49 50 {$mode objfpc}{$H+}51 49 52 50 interface … … 142 140 143 141 // Ensure the HL reacts to changes in the attributes. Do this once, if all attributes are created 144 SetAttributesOnChange( @DefHighlightChange);142 SetAttributesOnChange(DefHighlightChange); 145 143 end; 146 144
Note:
See TracChangeset
for help on using the changeset viewer.