I've gotten a Java Error with AutoComplete when it's in a jar and in a path with a space, and i run autocompletion, it answers me " Unclosed ' ". I searched in AutoComplete code and found in ToolTip class on line 165 (SVN trunk version) that URL is not between ' '. So to correct that, i edit the line as that :
- Code: Select all
"ul { list-style-image: '" + url.toString() + "'; }");
Is it the good solution ?
Thanks,
Philippe
PS : Excuse me for my poor english, I'm French
