File indent options provider API

This commit is contained in:
Rustam Vishnyakov
2014-09-18 18:30:53 +04:00
parent 74d683de3e
commit 3fb1e5d778
29 changed files with 366 additions and 71 deletions
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
<selection>if (b) {
System.out.println(x);
}</selection>
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
<selection>if (b) {
System.out.println(x);
}</selection>
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
if (b) {
System.out.println(x);
}
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
if (b) {
System.out.println(x);
}
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
if (b) {
System.out.println(x);
}
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
if (b) {
System.out.println(x);
}
}
}
@@ -0,0 +1,6 @@
class A {
private void foo() {
int x;
<caret>
}
}
@@ -0,0 +1,5 @@
class A {
private void foo() {
int x;<caret>
}
}
@@ -0,0 +1,6 @@
class A {
private void foo() {
int x;
<caret>
}
}
@@ -0,0 +1,6 @@
class A {
private void foo() {
int x;
<caret>
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
<selection>if (b) {
System.out.println(x);
}</selection>
}
}
@@ -0,0 +1,8 @@
class A {
private void foo(boolean b) {
int x;
<selection>if (b) {
System.out.println(x);
}</selection>
}
}