line numbers
Posted: Thu Dec 06, 2007 5:24 am
I have a line of xml that looks like this:
<requestClassName>com.tlrg.nsa.jal.sso.impl.SsoTokenValidateRequestImpl</requestClassName>
This is all on one line of source code. Yet when it appears in EDP it is spread across two numbered lines, like this:
<requestClassName>
com.tlrg.nsa.jal.sso.impl.SsoTokenValidateRequestImpl</requestClassName>
When I am dealing with a file of several thousand lines of xml, this makes it very difficult to correlate between EDP and the same file as it's displayed in my IDE.
How can I make EDP display content using the same line numbering scheme that other editors or IDEs use?
I should add that I am using an evaluation of EDP, so maybe some things might works differently than a paid version?
Thanks.
<requestClassName>com.tlrg.nsa.jal.sso.impl.SsoTokenValidateRequestImpl</requestClassName>
This is all on one line of source code. Yet when it appears in EDP it is spread across two numbered lines, like this:
<requestClassName>
com.tlrg.nsa.jal.sso.impl.SsoTokenValidateRequestImpl</requestClassName>
When I am dealing with a file of several thousand lines of xml, this makes it very difficult to correlate between EDP and the same file as it's displayed in my IDE.
How can I make EDP display content using the same line numbering scheme that other editors or IDEs use?
I should add that I am using an evaluation of EDP, so maybe some things might works differently than a paid version?
Thanks.