From dc0398d650e75efe9641f0c48d630f2c2027281a Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 24 Aug 2021 11:39:57 +1000 Subject: Remove line end white space. --- doc/Scintilla5Migration.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Scintilla5Migration.html') diff --git a/doc/Scintilla5Migration.html b/doc/Scintilla5Migration.html index 3f8b916ee..6b09f288f 100644 --- a/doc/Scintilla5Migration.html +++ b/doc/Scintilla5Migration.html @@ -101,15 +101,15 @@

From C++: LexillaAccess

The easiest technique is to implement in C++ using LexillaAccess and load a Lexilla shared library.

- +

LexillaAccess simplifies use of Lexilla, hides operating system differences, and allows loading multiple libraries that support the Lexilla protocol. It is defined in lexilla/access/LexillaAccess.h and the source code is in lexilla/access/LexillaAccess.cxx. Add these to the build dependencies of the project or build file.

- +

Both SciTE and TestLexers (used to test Lexilla) in lexilla/test use LexillaAccess. TestLexers is much simpler than SciTE so can be a good example to examine.

- +

Building

Header files for lexers and for using Lexilla will be included so build files will need to reference these new locations. @@ -169,7 +169,7 @@ for a sufficiently motivated developer to call methods on the lexer from C.

There is an example for using Lexilla from C in examples/CheckLexilla.

- +

Steps in code

Include the system header for loading shared objects. -- cgit v1.2.3