| Changing format automatic <%@page import=... insertion to include space after @ delimiter [message #190342] |
Thu, 22 March 2007 15:09 |
Will Budreau Messages: 3 Registered: July 2009 |
Junior Member |
|
|
When I use the eclipse quick fix for inclidng a class file, an entry in
the following format appears.
<%@page import="my.class.Name">
Note there is no space after the "@"
This is inconsistent with the format specified for all the code
templates in the preferences, i.e.
<%@ taglib uri="" prefix="${cursor}" %>
<%@ page import="my.class.Name">
Is there a way to over-ride the current quick fix behavior to include
the space for consistency?
And if anyone has a compelling argument why the space should be removed
from the templates instead, I'd be happy to hear it.
-Will Budreau
|
|
|
Powered by
FUDForum. Page generated in 0.01566 seconds