Hi IDEA Guys    

I have this code

                String url = Res.string(Res.HTTP) + appServer.getHostName()
              + (port.equals("80") ? ("") : (":" + port))
              + Path.concat(deployment.getPortalRootPath(), 
                            "/start");

Can you guys add a feature to align multiline strings like this

                String url = Res.string(Res.HTTP) + appServer.getHostName()
                             + (port.equals("80") ? ("") : (":" + port))
                             + Path.concat(deployment.getPortalRootPath(), 
                            "/start");

thanx
Daya Sharma
Software Developer
Mongoose Technology, Inc.


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to