Text highlighting configuration
-
I want to get with notepad++ under windows the same text highlighting as in Linux. Currently its showing a escape characters as they are…
The Textfile extension is .log , it is created by a logfile API called “github.com/sirupsen/logrus”
The original Text is getting shown by notepad++ this way.
Selecting language-shell does not help…
[2022-10-27 19:21:10] - [36mINFO[0m -
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###
[2022-10-27 19:21:10] - [36mINFO[0m - ###My Linux shell shows the same file this way:
I have searched the existing topics relating my issue and havent found something about.
Thanks for every help regarding this issue!
Alex
-
This looks like error list files.
Currently, including 8.4.6 there is no native Npp way to implement this, but you can install the PythonScript plugin and use this with a script such as provided here.