incorrect inserting of indentation
Hi
When the cursor is directly before the first character in a line and I press
enter, then I got a new line and 2 indentations in that line. With other
words: not only a new line is happened, the line is much too much to the
right.
Bye
Michael
Please sign in to leave a comment.
Occures if vou press enter
namespace ClassLibrary2 { public class Class1 { public Class1() { } } }]]>Carsten Jendro
1) always
before:
using System;
using System.Collections using System.Data after using System; using System.Collectoins using System.Data 2.) and sometimes before: this.txtPhone.Text = "6548861" this.txtFax.Text = "23424234" after: this.txtPhone.Text = "6548861" this.txtFax.Text = "23424234" Michael "Carsten Jendro" ]]> wrote in message
news:14524846.1122879386740.JavaMail.javamailuser@localhost...
>
>
>
Thank you for the feedback.
This is a known problem in 2.0, and we will try to fix it in the nearest
future
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Michael Reukauff" <mreukauff@gmx.net> wrote in message
news:dckimp$6vo$1@is.intellij.net...
>
>
>
>
>
>
>> Occures if vou press enter
>>
>>
>> >> namespace ClassLibrary2 >> { >> public class Class1 >> { >> public Class1() >> { >> } >> } >> }]]>>>
>>
>> Carsten Jendro
>