Is it possible to format JSP directives like this?
Is it possible to format JSP directives like this:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %>
<%@ page import="org.behrang.HibernateHelper" %>
<%@ page import="org.behrang.model.Project" %>
<%@ page import="org.hibernate.Session" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
In other words, I want the first attribute of all the directives to be aligned vertically.
P.S: How can I syntax highlight JSP code in the forum?
Cheers,
Behrang
请先登录再写评论。
No, this is not possible at the moment, please file YourTrack issue
On 09.04.2010 12:47, Behrang Saeedzadeh wrote:
>
>
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"