Hi alltogether, I recently discovered, that when using getDocumentation() all the newlines are missing. After downloading todays snapshot, I discovered that within
private String keepFormattedText(String text, boolean wrappedInCDATA, String beforeEachLine, String afterEachLIne) all the newlines are beeing deleted, because of this String[] split = textWithTab.split(newline); and this result += beforeEachLine + s + afterEachLIne; string s is the split string in split and therefor hasn't got any newlines as far as I know, so all of the original ones are lost. I hope I'll be able to compile the project, so I can get my Documentation with the newline chars. Otherwise I'll just wait for an update ;-) Regards Dominik
_______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
