|
From: <dmo...@us...> - 2005-03-09 15:00:15
|
Date: Wednesday March 9, 2005 @ 7:00 Author: dmoebius Update of /cvsroot/jedit/plugins/JCompiler/jcompiler In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7653/jcompiler Modified Files: JCompiler.java JCompilerClasspathSource.java JCompilerOutput.java JCompilerPlugin.java JCompilerShell.java JCompilerTask.java Log Message: - bugfix #955631 ("JCompile javac cannot find packages included in clas path"): JCompiler now supports the '~' character in all path textfields of the Compile options pane. All occurrences of '~' are replaced by the user's home directory. - bugfix #999571 ("ArrayIndexOutOfBoundsException"): when compiling a file with wrong bracket structure and option "Parse errors for `^` column indicator" is enabled. - changed shell prompt - updated docs - fixed empty lines in source code (wrong endline characters) |