anna
832f94cf93
merge multiple conflict dialogs (IDEADEV-39791)
2009-10-02 18:02:51 +04:00
Dmitry Jemerov
fcd6e431c0
distinguish annotation interfaces in Ctrl-hover popup (IDEADEV-40633)
2009-10-02 14:36:36 +04:00
Peter Gromov
1aede81a59
creat -> create
2009-10-01 16:36:49 +04:00
Alexey Kudravtsev
90fbcd9e76
always use getIcon instead of findIcon
2009-09-30 18:06:58 +04:00
Alexey Kudravtsev
6208267bb6
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2009-09-30 17:47:39 +04:00
Alexey Kudravtsev
d6f256126f
@NotNull
2009-09-30 17:44:39 +04:00
Peter Gromov
42efc764cd
fix injection tests
2009-09-30 17:33:59 +04:00
Peter Gromov
6af1792547
cleanup
2009-09-30 16:09:11 +04:00
Peter Gromov
ecc6715fde
PsiClasses aren't equivalent if one of them is outside src root
2009-09-29 23:09:45 +04:00
unknown
f15fb2e1b8
better formatting for inner classes and annotations on Classes, Methods and Fields
2009-09-29 12:11:45 +04:00
Peter Gromov
0047c3f966
fix SOE
2009-09-28 18:12:45 +04:00
Peter Gromov
31210b4d0d
PsiClasses aren't equivalent if they are outside source roots and not equal with respect to originalFile
2009-09-28 13:57:26 +04:00
Alexey Kudravtsev
a1cad414c2
IDEADEV-40461
2009-09-23 19:07:18 +04:00
Dmitry Avdeev
10b6da7290
IDEADEV-40061: Exclude Spring annotation JMX-exposed methods from "Unused symbol" inspection
2009-09-23 12:02:58 +04:00
Maxim Shafirov
31a203ff28
deadlock fix
2009-09-22 16:48:44 +04:00
greg
8aefdf1c71
IDEADEV-40480
...
Can't rename java files outside source roots
2009-09-22 15:33:34 +04:00
Maxim Shafirov
6a8f66deb6
IDEADEV-40479: ctrl+shift+enter inserts missing semicolon after array initializer expression
2009-09-21 21:07:42 +04:00
Maxim Shafirov
8a473428c8
typo
2009-09-21 20:55:32 +04:00
Peter Gromov
69a6a9f339
AutoCompletionPolicy removed from LookupElement, an ability to customize auto-completion in CompletionContributor
2009-09-21 19:44:24 +04:00
Anton Makeev
6ad85ec855
Quick Fix: Create Abstract Method from Usage
2009-09-21 18:29:28 +04:00
Anton Makeev
f2a54b3550
Undo: reworked
2009-09-21 18:19:43 +04:00
Peter Gromov
2077219080
method may invalidate during the search
2009-09-21 17:17:46 +04:00
Peter Gromov
7f787fa71d
catch INRE during resolve
2009-09-21 16:54:18 +04:00
Alexey Kudravtsev
aa530b724e
reenable highlighting in debugger evaluation field
2009-09-21 16:53:57 +04:00
Kirill Safonov
96379088b6
rebind imports when moving members + cleanup
2009-09-19 23:35:40 +04:00
Maxim Mossienko
e7f237f24b
WI-107
...
add css live templates by default (WI-107)
2009-09-18 22:00:15 +04:00
Maxim Shafirov
4e5a3f044a
Imaginary common ancestor nodes for content roots.
2009-09-18 21:41:48 +04:00
Peter Gromov
d02d684647
when method is too complex, don't auto-insert any casts
2009-09-18 15:54:58 +04:00
Peter Gromov
ff67c6e824
decorate->withRenderer, createDecorator->withTail, remove Visagiste
2009-09-18 11:18:28 +04:00
Peter Gromov
d6eab791b2
don't create variables with wildcard type
2009-09-17 22:31:59 +04:00
Maxim Shafirov
eaaff0b140
IDEADEV-40421: honor module type when painting an icon for content root in project view.
2009-09-17 22:12:26 +04:00
Anna Kozlova
39f93426e2
move members: show conflict if non-final field is moved to interface
2009-09-17 21:10:31 +04:00
Peter Gromov
4b53ed7039
local variables and recursion checks are more important for relevance than expected types in basic completion
2009-09-17 21:03:01 +04:00
Anna Kozlova
1532f28ec0
refactoring conflicts in usage view: strip html
2009-09-17 17:38:07 +04:00
Anna Kozlova
2c8953718a
restore varargs combo on fold/unfold parameters
2009-09-17 15:37:46 +04:00
Anna Kozlova
3a3b500f9c
show refactoring conflicts in usage view
2009-09-16 21:42:50 +04:00
Peter Gromov
29f569e32a
read action
2009-09-16 21:34:24 +04:00
Peter Gromov
e05ea7c933
disprefer the variable item when completing inside its own initializer, unify recursiveCall and qualifierParameter weighers
2009-09-16 21:32:57 +04:00
Eugene Zhuravlev
680ecac84a
Endorsed Standards Override support for JDKs (IDEADEV-40400):
...
1. auto-discover libraries in "endorsed" folder on new jdk creation
2. auto-update jdk roots in correct sequence when new files are put into "endorsed" folder
2009-09-16 19:52:24 +04:00
Alexey Kudravtsev
b6f59a2620
IDEADEV-40411
2009-09-16 18:29:54 +04:00
Peter Gromov
1e7e771af0
casting completion: don't run dfa when there are no suspicious casts, when dfa fails, offer all possible casts
2009-09-16 18:22:07 +04:00
Alexey Kudravtsev
9b2bae5c9c
Report 191889
2009-09-16 18:06:23 +04:00
Alexey Kudravtsev
3e610fdfd1
suggest to override clone method from super class, not from Object
2009-09-16 18:05:42 +04:00
Alexey Kudravtsev
a2b5602c88
correctly find super methods overridden generically
2009-09-16 17:30:44 +04:00
Anna Kozlova
d646e0ccd1
layout
2009-09-16 17:08:57 +04:00
Peter Gromov
8a0745c9f7
fix casting instanceofed qualifier when qualifier is a method call
2009-09-16 16:37:51 +04:00
Peter Gromov
5ecd03a36b
fixed unwanted overwriting when smart-completing cast
2009-09-16 16:17:45 +04:00
Anna Kozlova
7f5dae1e86
introduce constant: do not delete self if it is still needed
2009-09-16 16:08:29 +04:00
Alexey Kudravtsev
28d24d8b13
cleanup
2009-09-16 14:56:58 +04:00
Alexey Kudravtsev
ebe0670819
getPackageName for scala class file is always empty
2009-09-16 14:54:58 +04:00