Code (re)formatting, EAP 1094

I dont know what you guys have done, but the code reformatting in build 1094 is not reformatting anywhere close to correctly. Many options (spaces, indenting, blank lines, chop down rules) are just plain not working, or are reformatting in a very odd way.


Nick

0
6 comments
Avatar
Permanently deleted user

Nick,

please be more concrete in your descriptions. The best way to do so is to
file requests with test cases.

Friendly,
Dmitry
Nick Pratt wrote:

I dont know what you guys have done, but the code reformatting in build
1094 is not reformatting anywhere close to correctly. Many options
(spaces, indenting, blank lines, chop down rules) are just plain not
working, or are reformatting in a very odd way.


Nick


--
Dmitry Lomov
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"

0
Avatar
Permanently deleted user

I have noticed this also. An example is the output from the toString
plugin.

Here is the output for one of my classes:
public String toString() {
String temp;
temp = "com.appriss.vinehistory.lineup.LineupMember{" +
"offenderSID=" + offenderSID + ", DOB='" + DOB + "'" + ", fullName='" +
fullName + "'" + ", photoSubDirectory='" + photoSubDirectory + "'" + ",
frontImage='" + frontImage + "'" + ", offenderType='" + offenderType + "'" +
", subject=" + subject + '}';
return temp;
}


Attached is my code style and what it looks like.

I thought it was just me, so I never said anything.




"Dmitry Lomov (JetBrains)" <Dmitry.Lomov@jetbrains.com> wrote in message
news:bu14sj$n2k$1@is.intellij.net...

Nick,

>

please be more concrete in your descriptions. The best way to do so is to
file requests with test cases.

>

Friendly,
Dmitry
Nick Pratt wrote:

>

I dont know what you guys have done, but the code reformatting in build
1094 is not reformatting anywhere close to correctly. Many options
(spaces, indenting, blank lines, chop down rules) are just plain not
working, or are reformatting in a very odd way.

>
>

Nick

>

--
Dmitry Lomov
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"







Attachment(s):
code_style.doc
0
Avatar
Permanently deleted user

On 1/13/04 10:10 PM, in article bu1fse$q92$1@is.intellij.net, "Norris
Shelton" <nshelton@appriss.com> wrote:

Attached is my code style and what it looks like.


I only see image attached. Can I look at the code style scheme? Please also
validate that you're editing scheme that is being used in the project
(project one if use project scheme chosen or global one otherwise).

0
Avatar
Permanently deleted user

Scroll down and give it a sec. It should be there.

I verified that it is using the global setting.


"Maxim Shafirov (JetBrains)" <max@intellij.com> wrote in message
news:BC2A2025.36EB%max@intellij.com...

On 1/13/04 10:10 PM, in article bu1fse$q92$1@is.intellij.net, "Norris
Shelton" <nshelton@appriss.com> wrote:

>

Attached is my code style and what it looks like.

>

I only see image attached. Can I look at the code style scheme? Please

also

validate that you're editing scheme that is being used in the project
(project one if use project scheme chosen or global one otherwise).

>


0
Avatar
Permanently deleted user

Scroll down and give it a sec. It should be there.


I think he is asking for the xml file so he can load it up in his version of IDEA.

Mike

0
Avatar
Permanently deleted user

Ah, ha. I'm still a little new with the config thingy-ma-stuff. Here it
is.



--
Norris Shelton
Web Developer
Sun Certified Java Programmer


"Michael Kirby" <kirby@ess.mc.xerox.com> wrote in message
news:32713100.1074085171988.JavaMail.itn@is.intellij.net...

Scroll down and give it a sec. It should be there.

>

I think he is asking for the xml file so he can load it up in his version

of IDEA.
>

Mike

>





Attachment(s):
Norris_Code_Style.xml
0

Please sign in to leave a comment.