xml - Registering a bunch of custom schemas in IntelliJ -


i have bunch of custom xsd schemas in 1 of sub-modules other modules depends on. i'm start heavy xml development i'd know if there way auto-register namespaces inside these schemas intellij idea xml editors?

i know can register each namespace 1 one through resources settings, since have many namespaces i'm looking way i.e. register them @ once.

i.e. right click schema , select "register namespaces" type of thing...

br

if schema visible internet - can set cursor on xmlns element, press alt+enter, choose fetch external resource. should automatically added resource.

upd.

ok, far know can't add pack of xsd's - one. think can more comfortable add them via text editor.

open userfolder\.intellijidea10\config\options\other.xml

and find there tag

<component name="com.intellij.javaee.externalresourcemanagerimpl">     <resource url="urn:ui:com.google.gwt.uibinder" location="d:\..."/> 

hth


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -