Änderungen

Summary

  1. fixed #584 (autocomplete problem) (commit: c022f4f) (details)
Commit c022f4faca54cac41114cb94b1f8a93d2973a532 by peter.peq
fixed #584 (autocomplete problem)

there were some problems with empty lines and missing line breaks at the
end of the file.
Positions were not calculated correctly in that case
(commit: c022f4f)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/utils/Utils.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/AutoCompleteTests.java (diff)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/parser/antlr/ExtendedWurstLexer.java (diff)