{{{ GitPlugin 0.6
Source: Source code is in git with the tag 0.6
Announcement: Added a blame command.
Added a status command. Added file status icons.
Requires Java 1.6
Requires jEdit 05.00.99.00
Required plugins:
Common Controls 1.7.1 (CommonControlsPlugin)
Project Viewer 3.5.2 (projectviewer.ProjectPlugin)
Short Description: Offers a git VersionControlService for ProjectViewer, and some additional git actions for jEdit.
Long Description: <html><body>
<p> Provides git file importer filter and version control service for ProjectViewer. </p>
<p> Also provides actions such as <b>Checkout Branch</b>, <b>Blame</b>, <b>Open Changed files</b>, <b>Checkout Files</b>, <b>Git Commit</b>, and <b>Delete Branch</b>.</p>
</body></html>
}}}
Hi Alan, Getting compile error here:
[jp.javac] /Users/eberry/dev/myprojects/jedit/build-support/plugin-build.xml:353: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[jp.javac] Compiling 19 source files to /Users/eberry/dev/myprojects/jedit/plugin-releases/GitPlugin-0.6/GitPlugin/build/classes
[jp.javac] /Users/eberry/dev/myprojects/jedit/plugin-releases/GitPlugin-0.6/GitPlugin/git/action/OpenFilesAction.java:57: cannot find symbol
[jp.javac] symbol : method getBuffers()
[jp.javac] location: class org.gjt.sp.jedit.View
[jp.javac] for (Buffer b : viewer.getView().getBuffers()) {
[jp.javac] ^
[jp.javac] Note: /Users/eberry/dev/myprojects/jedit/plugin-releases/GitPlugin-0.6/GitPlugin/git/action/CheckoutFilesAction.java uses unchecked or unsafe operations.
[jp.javac] Note: Recompile with -Xlint:unchecked for details.
[jp.javac] 1 error
New jEdit 5.1 api?
Yes, it requires jedit 5.1
[ezust@cerberus] /home/ezust/workspace/jedit/plugins/GitPlugin> git push --tags --force
Total 0 (delta 0), reused 0 (delta 0)
To ssh://ezust@jedit.git.sourceforge.net/gitroot/jedit/GitPlugin
+ f93c855...b1c821f 0.6 -> 0.6 (forced update)
Released to Plugin Central.