Menu

#1892 GitPlugin on macOS has several isssues #2: Commit Changes opens empty

None
open
GitPlugin (4)
5
2017-11-14
2017-10-25
Skeeve
No

Sorry, but I do not have much useful data to add as the activity protocol doesn't show anything. Maybe someone can instruct me how to retrieve information you require?

OS: macOS 10.12.6
java: 1.8.0_151
jEdit Version: 5.4.0
GitPlugin: 0.7.1
Project Viewer: 3.5.3
git version 2.13.5 (Apple Git-94)

Issue:
After changing a file I choose: Plugins > Git Plugin > Commit Changes
and the dialog pops up without showing any changed file

Discussion

  • Skeeve

    Skeeve - 2017-10-26

    Change in OpenFileList.java the line

        this.regex = Pattern.compile("#\\s+.+?:\\s+(.+)");
    

    to

        this.regex = Pattern.compile("#?\\s+.+?:\\s+(.+)");
    

    There is no Hash-char in my git's status output.

     
  • Dale Anson

    Dale Anson - 2017-10-27

    Fixed, made a couple of other small changes to account for presence or lack of #.

    Thanks for the bug report, that made this easy to find and fix.

     
  • Dale Anson

    Dale Anson - 2017-11-14
    • assigned_to: Dale Anson
    • Group: -->
     

Log in to post a comment.