hi, i have the follwoing problem, if i use the layout function my own layout is lost, but the problem is that i can't specify the layout for variable declarations. for example i wrote
private String text = "Dummy Text"; private int var1 = 1024; private Socket socket = new Socket(...); after layout code, the varibale declarations looks like: private String text = "Dummy Text"; private int var1 = 1024; private Socket socket = new Socket(...); so my request, can u guys add a variable options to the code style options, so i can specify, don't layout varaible, or layout with the following options, indent, align and so on greetz, Ercan _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
