Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Make External Lexer Plugin work with v8.4

    Plugin Development
    1
    1
    1168
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • donho
      donho last edited by donho

      In Notepad++ v8.4, Scintilla is upgrade from v4.x to v5.x and Lexilla module has been added in the project. With such major update, the old External Lexer Plugins need to migrate to Scintilla5 and add new CreateLexer export function, which return a pointer of ILexer5 instance, in your external lexer plugin to make it work under v8.4.

      Here’s the official info for updating your lexer to be compatible with Lexilla:
      https://www.scintilla.org/LexillaDoc.html

      An additional diff of migration done in an external lexer plugin Rainmeter may give you an idea for the migration of your external lexer:
      https://github.com/poiru/rainlexer/pull/3/files

      1 Reply Last reply Reply Quote 3
      • Referenced by  donho donho 
      • Referenced by  Stan Mitchell130 Stan Mitchell130 
      • First post
        Last post
      Copyright © 2014 NodeBB Forums | Contributors