anna
0bb2f844f2
remove redundant else: check all then clauses (IDEA-58136)
2010-08-30 20:52:53 +04:00
anna
a92ecff6a1
move class referenced from property file (IDEA-58083 )
2010-08-30 12:44:24 +04:00
Alexey Kudravtsev
03a403cd29
IDEA-42131
2010-08-30 12:19:31 +04:00
Denis Zhdanov
feb72f4b67
IDEA-56242 Align When Multiline > Fields/variables groups does not align correctly when using tabs
...
1. Removed 'Align in columns' option processing for local variables;
2. Corrected white space string generation during 'align fields in columns' processing (tabs are not used for non-first block on a line alignment now);
3. Green code policy is applied whenever possible;
4. Corresponding tests are added;
2010-08-30 12:14:14 +04:00
peter
549415de14
global method completion to insert qualified calls by default, import static available via Left key option
2010-08-29 09:40:12 +01:00
anna
db9fc5a09b
assert statement: description should be of string type (IDEA-58067)
2010-08-27 20:19:49 +04:00
Konstantin Bulenkov
e07af960db
cosmetic
2010-08-27 17:43:04 +04:00
Konstantin Bulenkov
3430fa769e
spelling
2010-08-27 16:50:09 +04:00
Konstantin Bulenkov
a095b6b9bc
tests for introduce variable functionality
2010-08-27 16:48:15 +04:00
Denis Zhdanov
51d7fc3713
IDEA-57936 Not-compiling code after reformating in Java
...
Avoiding creating code block for replacing expressions
2010-08-27 13:16:04 +04:00
Denis Zhdanov
e5161c0e28
IDEA-57936 Not-compiling code after reformating in Java
...
Added special handling of situation when target region to surround by braces ends with single-line comment
2010-08-27 10:50:37 +04:00
peter
da3434e44d
honor 'exclude from completion' settings (IDEA-54855)
2010-08-26 19:34:18 +01:00
peter
3a364bbe41
java global member name completion initial (IDEA-54855)
2010-08-26 19:23:28 +01:00
peter
0afff998b0
don't throw exceptions when completing in the RHS of >>, complete instead
2010-08-26 17:07:18 +01:00
peter
acac73de5e
smart primitive constant completion to work in binary expressions like |
2010-08-26 16:47:32 +01:00
Anton Makeev
6b91301356
CIDR Formatter: more spaces
2010-08-26 13:25:29 +04:00
anna
ab7796431a
show methods the same if type parameter bounds were mixed
2010-08-26 12:03:53 +04:00
Alexey Kudravtsev
d856e1330d
moved to community
2010-08-25 14:37:23 +04:00
Alexey Kudravtsev
51ab66430b
editor leak in tests
2010-08-25 14:37:21 +04:00
nik
2da67e1690
OrderEnumerator: option to exclude the main module output added
2010-08-25 14:17:38 +04:00
Denis Zhdanov
62d5694932
IDEA-57897 blank lines after class header changed between idea 9.0 and 10.0
...
Added dedicated option that controls number of blank lines after anonymous class header
2010-08-25 11:00:16 +04:00
anna
60bdcacc70
check whether wildcard bound or not (IDEA-57343)
2010-08-24 17:33:26 +04:00
anna
20ed44ab80
unbounded wildcard cant be proved to be different: test data
2010-08-24 13:26:08 +04:00
Alexey Kudravtsev
48245a1a3a
duplicate annotations
2010-08-23 14:29:03 +04:00
Konstantin Bulenkov
5c25d65314
replace simple anonymous Functions
2010-08-22 23:59:19 +04:00
peter
a5dcfb5582
make ctrl+space in java offer all class names, not just the imported ones
2010-08-22 18:37:29 +01:00
anna
1931d7b80a
test data fixed according to new name suggestions
2010-08-20 13:27:54 +04:00
anna
35c566eb50
test data fixed according to new name suggestions
2010-08-20 13:19:58 +04:00
anna
12ef70ac18
duplicated annotations
2010-08-20 13:19:58 +04:00
anna
9de47db6da
check if wildcard capture is possible; check array types inheritance ( IDEA-57261;IDEA-57262;IDEA-57266;IDEA-57288)
2010-08-19 11:47:00 +04:00
anna
42fc89c734
check type within its bound: raw types (IDEA-57288)
2010-08-19 11:46:58 +04:00
Roman Shevchenko
b46b3d493c
New Java parser (dead loop in expression parsing parsing fixed)
2010-08-17 20:55:50 +04:00
Alexey Kudravtsev
0fe49defaa
IDEA-57396
2010-08-13 12:09:42 +04:00
Roman Shevchenko
bd11cd8213
Test data fixed
2010-08-12 22:24:10 +04:00
anna
e70fae642f
check type within its bound: wildcards
2010-08-12 21:01:15 +04:00
Roman Shevchenko
86d114f730
Hopefuly last empty import list placement issue
2010-08-12 20:52:08 +04:00
Roman Shevchenko
87b0c2b795
New Java parser (incomplete methods parsing fixed)
2010-08-12 20:52:08 +04:00
Roman Shevchenko
64f94033fb
New Java parser (incomplete array types parsing fixed)
2010-08-12 20:52:08 +04:00
Roman Shevchenko
58379a9d76
New Java parser (incomplete multi-line field declarations)
2010-08-12 16:30:04 +04:00
Roman Shevchenko
ad3b391f9c
Greedy unclosed code blocks
2010-08-12 12:42:34 +04:00
anna
8039cffacc
JLS 5.5: cast conversion implemented for generics types (inspired by IDEA-57342 )
2010-08-12 12:39:50 +04:00
Roman Shevchenko
047bbdd65d
Empty import list placement and comment binding (fixed)
2010-08-11 15:58:46 +04:00
Alexey Kudravtsev
8eae113fb8
separating jsp
2010-08-11 13:22:22 +04:00
Alexey Kudravtsev
1314259c53
moved to community, dropped obsolete tests
2010-08-11 13:22:22 +04:00
Roman Shevchenko
d6ec09cf71
New Java parser (incomplete parenthesized expression parsing fixed)
2010-08-10 17:44:33 +04:00
Roman Shevchenko
7f8ba694f2
New Java parser (incomplete class declaration parsing fixed)
2010-08-10 17:44:33 +04:00
Roman Shevchenko
9b3d3c88ab
New Java parser (static import reference parsing fixed)
2010-08-10 17:44:33 +04:00
Roman Shevchenko
5bac84751f
New Java parser (incomplete annotation parsing fixed)
2010-08-10 17:44:33 +04:00
Roman Shevchenko
7bab89a29f
New Java parser (incomplete reference parsing fixed)
2010-08-10 17:44:32 +04:00
Roman Shevchenko
193b44dca1
Empty import list placement and comment binding (test data fixed)
2010-08-10 17:44:32 +04:00