Strange xml error: Incorrect line ending

前端 未结 15 697
臣服心动
臣服心动 2021-02-01 13:42

I haven\'t used Eclipse since 1 week ago. Today I started it and I noticed that it loaded slowly. When it was started it prompted this:

http://tinypic.com?ref=2zpk1g2&am

15条回答
  •  耶瑟儿~
    2021-02-01 14:26

    As Tor says here, this is because they have solved the problem of "transparent" lines in xml, that weird error that when you click one line you were in another.

    As also he says, if you have this error is because you had files that can cause this "transparent" error so:

    Simply open up the file and invoke Ctrl-1; that will show the available quickfixes, and there's a quickfix for this line warning which will go and clean up the line endings in the given file.

    (Click over the error, press ctrl+1, you will see the fix)

提交回复
热议问题