{{{ LaTeXTools 0.6.1
Source: Source code is in SVN with the tag LaTeXTools-0.6.1
Announcement: Documentation improvements
Improvements to default.nav sidekick parsing rules.
Requires Java 1.6
Requires jEdit 04.05.99.00
Required plugins:
Console 4.5 (console.ConsolePlugin)
ErrorList 1.9 (errorlist.ErrorListPlugin)
GnuRegexp 1.0 (GnuRegexpPlugin)
SideKick 1.3 (sidekick.SideKickPlugin)
Short Description: A simple LaTeX plugin offering compilation actions and navigation.
Long Description: <html>
The LaTeXTools plugin offers actions for compiling LaTeX source files, inserting environments and navigation.
Support is also provided for finding and pruning duplicate or dead references.
}}}
Diff:
Getting some compile errors:
cross-compile:
[echo] java.home: /Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre
[javac] /Users/elberry/development/projects/jedit/release-sandbox/LaTeXTools-0.6.1/LaTeXTools/build.xml:108: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 29 source files to /Users/elberry/development/projects/jedit/release-sandbox/LaTeXTools-0.6.1/LaTeXTools/build
[javac] /Users/elberry/development/projects/jedit/release-sandbox/LaTeXTools-0.6.1/LaTeXTools/uk/co/antroy/latextools/parsers/LabelParser.java:182: error: unmappable character for encoding UTF8
[javac] prefix = "� ";
[javac] ^
[javac] /Users/elberry/development/projects/jedit/release-sandbox/LaTeXTools-0.6.1/LaTeXTools/uk/co/antroy/latextools/parsers/LabelParser.java:184: error: unmappable character for encoding UTF8
[javac] prefix = "� ";
[javac] ^
[javac] 2 errors
Diff:
Tested with GnuRegexp 1.0.1, and jEdit 4.5.2