Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Order of editor pages for jsp (Design, Code)

Status
Not open for further replies.

MMarek

Programmer
Nov 26, 2003
3
CZ
When I open jsp page, I usually switch to Code editor, but I have to wait quite long before page is rendered in Design editor, which is default. So I'd like to set Code editor to be the default.

I discovered file
Code:
<ORA_HOME>/jdev/lib/addins.xml
where it can be changed somehow.

When I exchange bodies of elements
Code:
<addin>oracle.jdevimpl.webapp.editor.jsp.JspEditorAddin</addin>
and
Code:
<dependency_addin>oracle.jdeveloper.ceditor.CodeEditorAddin</dependency_addin>
in one of elements
Code:
extensions/feature set/group[name=&quot;WTD&quot;]/group[name=&quot;JSP&quot;]/extension
, Design editor will not be visible.

It's usable, but it isn't so nice and even I prefer Code editor, Design editor is sometimes usable too.
Could anyone find better solution?
 
Forgot to notice it is for JDeveloper 10g. Didn't check older versions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top