Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider associating all *.xml files with Generic Text Editor, not just server.xml #88

Open
scottkurz opened this issue Jun 21, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@scottkurz
Copy link
Member

We might have to ask the WWD list why this doesn't already seem to happen, given the org.eclipse.wildwebdeveloper.xml plugin already does:

   <extension
         point="org.eclipse.ui.editors">
      <editorContentTypeBinding
            contentTypeId="org.eclipse.core.runtime.xml"
            editorId="org.eclipse.ui.genericeditor.GenericEditor">
      </editorContentTypeBinding>
   </extension>
@scottkurz scottkurz added this to the EOY 2022 GA milestone Jun 21, 2022
@scottkurz
Copy link
Member Author

Another angle from which to consider this issue is coexistence with LDT/WDT. They seem to make an association with all XMLs with root <server> element (is this actually what I'm seeing, not sure?). I don't think it's a hard req. to override LDT's association, but we at least need to understand it well, document, etc.

@scottkurz scottkurz added the enhancement New feature or request label Oct 25, 2022
@scottkurz
Copy link
Member Author

This is an interesting idea still but beyond the scope of this milestone. Moving out of milestone.

@scottkurz scottkurz removed this from the EOY 2022 GA milestone Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant