Time Saving Minutiae
Posted
by Dave Jarvis
on Stack Overflow
See other posts from Stack Overflow
or by Dave Jarvis
Published on 2010-04-14T16:38:31Z
Indexed on
2010/04/14
16:43 UTC
Read the original article
Hit count: 402
Development
|efficiency
What little tricks do you use to save time when developing? For example:
In JDeveloper, change the default editor to Source view from Design view for JSP files.
Tools » Preferences » File Types » Default Editors » JSP Tag File
By default, JDeveloper opens JSP files in Design view, which can take 10 to 15 seconds to begin editing a file. Opening files in Source view only takes 2 seconds.
© Stack Overflow or respective owner