Menu

#63 the content assist inserts "null" when file is empty

v0.6.1
open
nobody
editor (34)
5
2008-06-05
2008-06-05
Anonymous
No

When I insert a template in an empty file, using the <CTRL + SPACE> keystroke, it inserts a "null" word at each beginning of line.

It comes from the getIndentString function in net.sourceforge.veditor.document.HdlDocument, which returns null in this case.

A control on the return of this method should be done if I'm right. Or the method should simply return the empty string "" instead of a null string.

Discussion


Log in to post a comment.