Notepad3: How to add scheme for a new programming language which is unsupported by Notepad3 ?

Created on 18 Aug 2019  路  4Comments  路  Source: rizonesoft/Notepad3

Hi,

This is a question, not a bug report.

First of all I would like to thank/congratulate you for developing this featureful editor. It opens in a jiffy and is very useful!

Is there a way to add syntax highlighting for a new programming language without recompiling Notepad3 ?

Regards,
Akshay

question

Most helpful comment

Hello @aks2161989,
sorry, there is no way to add a new programming language syntax highlighting to Notepad3 w/o adding necessary program code to Notepad3 (and recompile).
Things to do:

  1. Choose a lexer from Scintilla repository (or code your own lexer like LexTOML.cxx)
  2. Code the corresponding lexer styles for keyword and features of the lexer.
  3. Add the new code to Notepad3's repository and build a new version.

There is a request to add a "generic" lexer to Notepad3 (#1135) with a configurable syntax/style definition, like Notepad++ has, but we don't have this yet.

All 4 comments

Hello @aks2161989,
sorry, there is no way to add a new programming language syntax highlighting to Notepad3 w/o adding necessary program code to Notepad3 (and recompile).
Things to do:

  1. Choose a lexer from Scintilla repository (or code your own lexer like LexTOML.cxx)
  2. Code the corresponding lexer styles for keyword and features of the lexer.
  3. Add the new code to Notepad3's repository and build a new version.

There is a request to add a "generic" lexer to Notepad3 (#1135) with a configurable syntax/style definition, like Notepad++ has, but we don't have this yet.

@aks2161989 : which programming language syntax highlighting are you missing ?

Hello @aks2161989 ,
As far as I'm concerned, I think you (as requester) can close this issue...

@RaiKoHoff Thank you for the clear instructions. You have solved my doubts.
Regards.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

blackcrack picture blackcrack  路  3Comments

bravo-hero picture bravo-hero  路  3Comments

zb-z picture zb-z  路  3Comments

rizonesoft picture rizonesoft  路  4Comments

craigo- picture craigo-  路  3Comments