Dmitry Avdeev
|
f41fdc2118
|
test data moved
|
2011-07-20 13:30:59 +04:00 |
|
anna
|
47725a30c3
|
Merge remote branch 'origin/master'
|
2011-07-19 12:55:17 +04:00 |
|
anna
|
f59e8524f9
|
eclipse: do not warn about output if it was configured via path variable/linked resources (IDEA-71689)
|
2011-07-19 12:53:54 +04:00 |
|
peter
|
045baa388b
|
IDEA-66018 provide smart completion for assertEquals() arguments
|
2011-07-18 16:58:51 +02:00 |
|
Denis Zhdanov
|
28e375358d
|
IDEA-67496 Regression: Reformat on paste: Indent Block is not working when clipboard starts with comment
Corrected processing in situation when pasted text ends with empty line
|
2011-07-18 13:28:41 +04:00 |
|
peter
|
8986e40ab1
|
show substituted parameter types in method completion
|
2011-07-15 19:09:31 +02:00 |
|
peter
|
29f5bf705c
|
IDEA-72119 autocomplete for reserved names adds some extra characters
|
2011-07-15 17:44:52 +02:00 |
|
peter
|
cdb202387c
|
IDEA-72127 Do not suggest live templates after a dot
|
2011-07-15 17:44:52 +02:00 |
|
peter
|
8bdd53200a
|
IDEA-72144 Import StringValue class
|
2011-07-15 16:23:57 +02:00 |
|
Roman Shevchenko
|
25170eb69c
|
Old Java stub builder dropped
|
2011-07-15 15:50:00 +02:00 |
|
anna
|
bc579f1e58
|
inplace introduce param: no need to correct caret position with or without conflict
|
2011-07-15 14:28:40 +04:00 |
|
Denis Zhdanov
|
defd63b8ba
|
EA-28828 - IOOBE: CharArray.charAt
Corrected pasting at the document start
|
2011-07-15 12:02:05 +04:00 |
|
anna
|
9e5beea3e1
|
reinit type selection manager after exprs invalidation (IDEA-72129)
|
2011-07-15 11:25:58 +04:00 |
|
peter
|
8e87003120
|
java-tests really require ui-designer
|
2011-07-14 17:33:01 +02:00 |
|
Denis Zhdanov
|
cd6539d503
|
IDEA-71404 Strange behavior when typing over selected text
Looks like the problem is fixed already (suppose auto-completion is involved). So, the only change is to add the test
|
2011-07-14 15:16:30 +04:00 |
|
peter
|
673b4466b4
|
remove debug output
|
2011-07-14 12:31:29 +02:00 |
|
Denis Zhdanov
|
b0b040101f
|
IDEA-67496 Regression: Reformat on paste: Indent Block is not working when clipboard starts with comment
Indent adjustment algorithm is corrected for 'indent fragile' environment (e.g. Python source)
|
2011-07-14 13:10:12 +04:00 |
|
Denis Zhdanov
|
9ec2ec69b9
|
IDEA-68563 complete current statement generates invalid cod
Corrected completion of 'return' expression inside non-void method
|
2011-07-14 13:10:11 +04:00 |
|
Alexey Kudravtsev
|
203a912f31
|
SOE in stub builder (IDEA-25679 StackOverflowException when parsing DeepStringConcat.java)
|
2011-07-14 12:08:02 +04:00 |
|
anna
|
902deda3ac
|
good code is red: allow unchecked conversion when static methods are in the same class
|
2011-07-13 16:56:37 +04:00 |
|
Alexey Kudravtsev
|
5b1230ec46
|
introduced PsiPolyadicExpression
|
2011-07-13 16:02:43 +04:00 |
|
anna
|
47e7f584b7
|
rename/move empty package as directory: correct refs on dir itself
|
2011-07-13 13:53:00 +04:00 |
|
anna
|
6037842cc6
|
fix tests
|
2011-07-13 11:37:28 +04:00 |
|
anna
|
a42792b192
|
inplace introduce: correctly restore anchors to insert newly created field
|
2011-07-13 10:38:42 +04:00 |
|
peter
|
834679b51d
|
[^yole] once a preferred (green) lookup item has been ignored for too many times, it was impossible to make it preferred again
|
2011-07-12 19:34:13 +02:00 |
|
peter
|
8cd9bc819f
|
IDEA-69745 Buggy completion for Point2D.Double and similar classes
|
2011-07-12 18:10:11 +02:00 |
|
peter
|
47a6fc0a41
|
undo doesn't suffer from autopopup intervention, again
|
2011-07-12 18:10:11 +02:00 |
|
anna
|
3db3301161
|
inplace introduce: ensure that no refs on newly created var from expression would participate in the further processing
|
2011-07-12 19:12:52 +04:00 |
|
anna
|
2e7f8bf8bb
|
class types are not provably distinct when they belong to one hierarchy
|
2011-07-12 19:12:51 +04:00 |
|
anna
|
b437fbe924
|
rename method: qualify refs inside anonymous classes if necessary (IDEA-71830 )
|
2011-07-12 17:43:37 +04:00 |
|
anna
|
2e8060a53b
|
rename package: do not replace dir with corresponding package when package was already processed
move classes from dir: update file refs
|
2011-07-12 17:43:36 +04:00 |
|
anna
|
49d4914f57
|
unchecked casts: ignore extends wildcards with the same bound as corresponding type parameter bound (IDEA-71629)
|
2011-07-12 17:43:36 +04:00 |
|
peter
|
1234ca2495
|
fire action listeners when executing editor actions in tests
|
2011-07-11 19:35:08 +02:00 |
|
anna
|
9cbf19e193
|
introduce: pass error message if non-physical expression can't be extracted
|
2011-07-11 17:53:42 +04:00 |
|
Denis Zhdanov
|
c013a7a130
|
IDEA-71823 Problem with Code Style
'Space after comma' code style setting is respected for java method call arguments
|
2011-07-11 17:21:54 +04:00 |
|
Denis Zhdanov
|
b0dd32855e
|
IDEA-67496 Regression: Reformat on paste: Indent Block is not working when clipboard starts with comment
Corrected common processing on 'reformat block on paste'
|
2011-07-11 12:39:05 +04:00 |
|
anna
|
972167979b
|
can be final: do not suggest to make final if overriding constructor reassign the field
|
2011-07-11 09:40:42 +04:00 |
|
peter
|
5d5998dd2e
|
debugging the test
|
2011-07-09 19:05:32 +02:00 |
|
peter
|
b663efb262
|
debugging the test
|
2011-07-09 12:24:08 +02:00 |
|
peter
|
36c706fb29
|
debugging the test
|
2011-07-08 22:51:11 +02:00 |
|
peter
|
4498b5b127
|
don't depend on virtual space setting in test
|
2011-07-08 20:50:09 +02:00 |
|
peter
|
67d0f6c20b
|
more test debugging
|
2011-07-08 17:44:23 +02:00 |
|
Alexey Kudravtsev
|
51dd2c2ed4
|
cleanup
|
2011-07-08 18:11:15 +04:00 |
|
peter
|
4f114b6e1e
|
debugging the test
|
2011-07-08 15:53:33 +02:00 |
|
peter
|
b93e7f7833
|
a failing test for completion undo
|
2011-07-08 15:53:32 +02:00 |
|
Alexey Kudravtsev
|
f3631279a7
|
moved to community
|
2011-07-07 14:49:20 +04:00 |
|
peter
|
6eb83a1ad0
|
select the exact prefix match, even if case-insensitive
|
2011-07-06 18:03:20 +02:00 |
|
peter
|
1472eed7b7
|
IDEA-71339 If completion of method call without parameters is finished by space two spaces are inserted
|
2011-07-06 18:03:19 +02:00 |
|
nik
|
16b181532d
|
fixed adding gwt library from module wizard called from 'Project Structure' dialog
|
2011-07-06 10:21:04 +04:00 |
|
peter
|
4eb2b1cfe6
|
calculate all classes in autopopup background
when completion is case insensitive, show all classes (IDEA-25979)
|
2011-07-05 19:35:45 +02:00 |
|