[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools] Re: SSE editor content

Yes, you understand me correctly.

Nick Sandonato ÐÐÑÐÑ:
If I'm understanding this correctly, I think you want the editor to display text that is not in the Document or in the file backing the Document. Instead, some text would be inferred based on the tag name, and show in the XML editor as if it were a text node of the element.

Is this right?


Navatski Siarhei wrote:
The other editor is Text Editor for example.

It is no problem, it is feature which I want to realize. For example, depending on the name tag, I want to show a some comment in my editor after the tag. But this comment should not be kept in the file (document) and not be display in other editor.

David Carver ÐÐÑÐÑ:
A sample file might help and what is the other editor?

You haven't given us enough information in order to help diagnose what is happening.

Dave

Navatski Siarhei wrote:
Hi All.
Is it possible that the SSE editor displays the content, which is different from his document?


example:
    the file contains that text:
        <tag></tag>
    SSE editor displays:
        <tag>
            bla-bla-bla
        </tag>
    and when I open this file in the other editor I see:
        <tag></tag>