Menu

#1068 Highlight 2.5

None
closed-accepted
None
5
2021-10-17
2021-04-21
No

{{{ Highlight 2.5
Source: https://github.com/kpouer/jEdit-plugin-Highlight.git tag 2.5
Announcement: Fix a memory leak where the memory was not completely released when a buffer was closed
Highlight overview is now multithreaded
Highlight overview is now disabled for files with over 200000 lines
Requires Java 11
Requires jEdit 05.06.99.00

Short Description: Highlight is a visual plugin that will highlight words (or matched regexp) with different colors.

Long Description: <html>

Highlight is a visual plugin that will highlight words (or matched regexps) with different colors in the text area.

Contains the option highlight word at caret, which some say should be a built-in feature of jEdit. There are many other options and actions that allow you to highlight specific things in different ways.


}}}

Discussion

  • Eric Le Lay

    Eric Le Lay - 2021-04-30
    • assigned_to: Eric Le Lay
     
  • Eric Le Lay

    Eric Le Lay - 2021-05-17

    Released to plugin central.
    Doesn't compile with jEdit 5.5 but OK with 5.6:

     [jp.javac] /releasing/sandbox/Highlight-2.4/Highlight/src/gatchan/highlight/HighlightList.java:109: error: incompatible types: MouseEvent cannot be converted to int
     [jp.javac]                 if (TextAreaMouseHandler.isRightButton(e))
     [jp.javac]                                                        ^
     [jp.javac] /releasing/sandbox/Highlight-2.4/Highlight/src/gatchan/highlight/HighlightOverview.java:166: error: cannot find symbol
     [jp.javac]         if (items.isEmpty())
     [jp.javac]                  ^
     [jp.javac]   symbol:   method isEmpty()
     [jp.javac]   location: variable items of type IntegerArray
     [jp.javac] Note: Some input files use unchecked or unsafe operations.
     [jp.javac] Note: Recompile with -Xlint:unchecked for details.
     [jp.javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
     [jp.javac] 2 errors
    
     
  • Eric Le Lay

    Eric Le Lay - 2021-05-17
    • assigned_to: Eric Le Lay --> Matthieu Casanova
     
  • Eric Le Lay

    Eric Le Lay - 2021-08-05

    Matthieu, can you fix the dependency and re-tag?
    Thanks,

     
  • Matthieu Casanova

    • summary: Highlight 2.4 --> Highlight 2.5
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,5 @@
    -{{{ Highlight 2.4
    -    Source: https://github.com/kpouer/jEdit-plugin-Highlight.git tag 2.4
    +{{{ Highlight 2.5
    +    Source: https://github.com/kpouer/jEdit-plugin-Highlight.git tag 2.5
         Announcement: Fix a memory leak where the memory was not completely released when a buffer was closed
             Highlight overview is now multithreaded
             Highlight overview is now disabled for files with over 200000 lines
    
     
  • Matthieu Casanova

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,7 +4,7 @@
             Highlight overview is now multithreaded
             Highlight overview is now disabled for files with over 200000 lines
         Requires Java 11
    -    Requires jEdit 05.05.99.00
    +    Requires jEdit 05.06.99.00
    
         Short Description: Highlight is a visual plugin that will highlight words (or matched regexp) with different colors.
    
     
  • Eric Le Lay

    Eric Le Lay - 2021-10-17

    Released 2.5 to plugin central. Thanks!

     
  • Eric Le Lay

    Eric Le Lay - 2021-10-17
    • status: open --> closed-accepted
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.