Update 2. Is it only my installation or there is still some problem with editor and compile time errors:? sometimes all is shifted (cursor too) two lines up of the real errors...


Update 2. Is it only my installation or there is still some problem with editor and compile time errors:? sometimes all is shifted (cursor too) two lines up of the real errors...

Comments

  1. ANSI / UTF-8 file encoding mixups, maybe?

    ReplyDelete
  2. That almost always happens because of a text encoding problem, or a CRLF problem in your file.

    ReplyDelete
  3. Thanks. I've just discovered that sometimes it's enough to do a Ctrl+D (format) to fix it...But I don't play with my source files.. why on the earth this problem with them? ;)

    ReplyDelete
  4. Marco Cirinei do you use git? It loves to mess around with file encodings and end of line.

    ReplyDelete
  5. Leonardo Herrera No, I've just reopened my application with Berlin Upd 2 (with Upd 1 no problem of this type until today)

    ReplyDelete
  6. It's really not hard to check your line endings.

    ReplyDelete
  7. Leonardo Herrera Actually it is not that hard to set up git to do that properly - unfortunately most of the git repositories don't contain a .gitattributes file (see https://help.github.com/articles/dealing-with-line-endings/)

    ReplyDelete
  8. Using cnwizard? I need to uninstall cnw to fix it; I like what cnw offers, but it cause issues with the structural/flow control highlighting :( like your picture shows.

    ReplyDelete
  9. Mr. E ! No, I've installed CNWizards on others IDEs (XE7, XE8, Seattle) but not on Berlin

    ReplyDelete

Post a Comment