Eclipse XML Editor in Flash Builder

Eclipse (at least the JDT package) comes with a pretty decent XML editor. However, Flash Builder (based on Eclipse) does not. Is there a way to install this XML editor in Flash Builder as a plugin?

+3
source share
1 answer

You can install it from an Eclipse release email site that is compatible with your version of Flash Builder (e.g. http://download.eclipse.org/releases/galileo/ for Eclipse 3.5), this is part of the web tools (select Help > "Install New Software" and add the URL above, then select "Web Tools").

+3
source

Source: https://habr.com/ru/post/1752054/


All Articles