Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Eclipse Content Assist in DS XML Files?

    Another dumb question:

    Is it possible to enable Eclipse's Content Assist to display all possible XML Attributes for DataSource Descriptor Files?

    E.g., how come when I hit Ctrl+space here*, I don't get a pop-up list of operationId="", operationType="", cacheSyncOperation="", etc?:
    <operationBinding * ></operationBinding>

    Same question for GWT Module Descriptor files, though I realize that's a native GWT thing.

    Thanks for any advice/explanation on this.

    #2
    We don't have this for DataSource files because there's no way to provide a DTD or .xsd since the format is extensible (at least, not without making it much much harder to extend).

    Comment


      #3
      Originally posted by DevMo View Post
      Another dumb question:

      Is it possible to enable Eclipse's Content Assist to display all possible XML Attributes for DataSource Descriptor Files?

      E.g., how come when I hit Ctrl+space here*, I don't get a pop-up list of operationId="", operationType="", cacheSyncOperation="", etc?:
      <operationBinding * ></operationBinding>

      Same question for GWT Module Descriptor files, though I realize that's a native GWT thing.

      Thanks for any advice/explanation on this.
      Hi,

      I just found this thread while searching for some information. If it is still a concern for you, you can start with my XSD from this thread and modify it to your needs.

      Best regards,
      Blama

      Comment

      Working...
      X