• Login
Community
  • Login

EnhanceAnyLexer plugin

Scheduled Pinned Locked Moved Notepad++ & Plugin Development
2 Posts 1 Posters 847 Views
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.
  • E
    Ekopalypse
    last edited by Ekopalypse Jul 26, 2022, 7:25 PM Jul 26, 2022, 7:24 PM

    The plugin was updated to version 0.5

    New feature is a kind-of regex linter

    229a211e-392f-4464-b9fd-a0194ff922d5-image.png

    and, an idea stolen from the Python script plugin, a kind of real-time match update

    37b1f1b3-fc96-4abb-96ea-aaac1bd3fa57-image.png

    The version will be added to the plugin list next week if no critical problem is found.

    E 1 Reply Last reply Jul 26, 2022, 7:35 PM Reply Quote 2
    • E Ekopalypse referenced this topic on Jul 26, 2022, 7:26 PM
    • E
      Ekopalypse @Ekopalypse
      last edited by Jul 26, 2022, 7:35 PM

      Some information about the new functions.

      The regex error feature needs a decent npp version.
      Afaik 8.2.1 is needed to have the end of line annotation feature.

      The real time match update temporarily deletes already styled matches to see what really matches, I hope this makes sense.

      Two new ini keys are needed.

      ; The ID of the style used to display regex errors.
      ; If there are conflicts with other styles used by Npp or other plugins, change this value.
      ; The expected range is between 0 and 255; according to Scinitilla.
      regex_error_style_id=30
      ; The color used by the style.
      ; For an explanation of how this color can be defined, see the following description of the regexes and their colors.
      regex_error_color=0x756ce0
      
      1 Reply Last reply Reply Quote 2
      1 out of 2
      • First post
        1/2
        Last post
      The Community of users of the Notepad++ text editor.
      Powered by NodeBB | Contributors