Book a Demo

Author Topic: reverse engeneering  (Read 3031 times)

MREA

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
reverse engeneering
« on: November 07, 2012, 07:52:07 pm »
EA do not import \n
so the comments are always in one line!
Support- Languages: German, English, French

MREA

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: reverse engeneering
« Reply #1 on: November 07, 2012, 11:54:45 pm »
My Situation

1) I read C-files into EA
2)I delete old files
3) regenerate

After this a comment, that was read like that

" here
   is
   a comment"

will be generated like this
" here   is  a comment"
so were are the \n gone?
Support- Languages: German, English, French