peter.gromov
2c366d0ce4
IDEA-49625 Smart completion suggest variables for private overloaded methods
2010-12-23 20:11:33 +03:00
Kirill Kalishev
7bab96e645
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-12-23 19:32:39 +03:00
Kirill Kalishev
495dabef51
[10.0.2] TreeUI: node updating for creating new node descriptor bug
2010-12-23 19:32:30 +03:00
peter.gromov
f5a10c64d6
IDEA-51287 Condition field should support extended completion in case of using instanceof
2010-12-23 18:32:18 +03:00
peter.gromov
4240c6817e
in completing an anonymous class, the closing parenthesis should be inserted regardless of the pair bracket settings (IDEA-63392)
2010-12-23 18:32:16 +03:00
irengrig
11014fdc4e
Git log: reset contained branches cache on refresh
2010-12-23 18:13:41 +03:00
anna
53b27c41d2
inspection descriptions: remove table height=150 (IDEA-63076)
2010-12-23 18:01:55 +03:00
anna
e1ac3c6f0a
suggest new param name based on type instead of other params
2010-12-23 18:01:52 +03:00
anna
1e3f864b29
find in path: show group by package action (IDEA-48413)
2010-12-23 18:01:51 +03:00
Denis Zhdanov
f3bedad762
IDEA-63413 Soft wrap: IndexOutOfBoundsException at SoftWrapApplianceManager.doRecalculateSoftWraps()
...
Editor lexer is updated on document change before soft wrap model now
2010-12-23 18:00:44 +03:00
lera_nikolaenko
4b70855a6c
Php use CodeInsightTestFixture (generalization for JSFoldingTest)
2010-12-23 17:36:05 +03:00
irengrig
877e4f186e
Git: fix process canceled exception on project reopening
2010-12-23 17:33:50 +03:00
irengrig
9d2f3a5557
IDEA-61095 CVS Merge fails completely (thanks ann)
2010-12-23 17:16:13 +03:00
Maxim.Mossienko
640bcc822d
better fix for tests
2010-12-23 16:57:13 +03:00
Rustam.Vishnyakov
a7df4effdd
WI-4511 Automatically add a link to documentation depending on JS library (framework) [r=K.Safonov]
2010-12-23 16:45:33 +03:00
Konstantin Bulenkov
4cd5542160
make a wrapper
2010-12-23 16:28:27 +03:00
irengrig
9193df7c1d
IDEA-59757 Version Control: autodetect VCS root doesn't delete corresponding none mapping (PyCharm). (for IDEA as well)
2010-12-23 16:21:43 +03:00
Konstantin Bulenkov
36d9cec97e
support validation in dialog wrappers
2010-12-23 16:13:45 +03:00
Denis Zhdanov
7003f54c9a
IDEA-63443 Formatter: Improve formatter performance during operations that require big number of small changes
...
1. Formatter performs whole document text replacement instead of applying thousand of small changes if necessary;
2. Common algorithm of line translation between two text changes is moved to util class in order to be reused during bookmarks restoring on bulk formatter processing;
3. EditorImpl is document bulk processing aware now (size container recalculation is adapted);
4. Soft wrap model caches information necessary for 'is EDT' check;
2010-12-23 15:50:04 +03:00
Kirill Kalishev
6532b45d2c
Merge branch 'master' of git@git.labs.intellij.net:idea/community
2010-12-23 15:05:13 +03:00
Kirill Kalishev
e305f1765d
[10.0.1] IDEA-62703 Pressing Alt-Right in the diff viewer causes a window switch - 2
2010-12-23 15:04:46 +03:00
Anton Makeev
3eab2806ec
Module Scopes: correctly clearing cached scopes on root changes
2010-12-23 14:53:47 +03:00
Anton Makeev
ad203f56f4
Module Scopes: test fixes
2010-12-23 14:53:45 +03:00
Anton Makeev
a27869ef10
Module Scopes: tunes and test fixes
2010-12-23 14:53:44 +03:00
Anton Makeev
75dea402a7
dummy change
2010-12-23 14:53:42 +03:00
Anton Makeev
e88d4eae81
Module Search Scopes use OrderEnumerator
2010-12-23 14:53:40 +03:00
irengrig
fe52b19f35
IDEA-62286 It is impossible to delete VCS settings
2010-12-23 14:29:07 +03:00
Eugene Zhuravlev
28d3c75bbb
breakpoint requests for redeployed classes fix (IDEA-63224)
2010-12-23 14:02:33 +03:00
Maxim.Mossienko
06b79e9171
fix tests
2010-12-23 13:51:34 +03:00
Kirill.Safonov
a9176c04ea
AS move static members, create class from usage, create class/component on UML, create subclass/interface, extract superclass/interface, create Flex skin: allow to choose directory for new class (IDEA-56194)
2010-12-23 13:44:13 +03:00
Dmitry Avdeev
7313da74e5
tests fixed
2010-12-23 13:32:35 +03:00
Bas Leijdekkers
91854d7050
new "String concatenation argument in call to 'format()'" inspection, fixes IDEA-57528
2010-12-23 10:59:28 +01:00
Bas Leijdekkers
7c94ca9b25
cleanup
2010-12-23 10:58:13 +01:00
Alexey Kudravtsev
117ff7dc1a
in dumb mode mark non-dumb-aware passes as passed
2010-12-23 12:39:18 +03:00
Alexey Kudravtsev
d8b5e6eb5a
IDEA-59622
2010-12-23 12:39:18 +03:00
Alexey Kudravtsev
ec90754f4a
IDEA-63384
2010-12-23 12:39:17 +03:00
Alexey Kudravtsev
c95b4fd862
cleanup
2010-12-23 12:39:17 +03:00
Alexey Kudravtsev
a8731db936
optimization
2010-12-23 12:39:15 +03:00
Dmitry Trofimov
b87655a5dd
Merge branch 'master' of git.labs.intellij.net:idea/community
2010-12-23 09:33:09 +03:00
anna
77009d153e
allow to delete unused params if replaceAll is selected (IDEA-62186)
2010-12-22 22:25:21 +03:00
anna
0654693bcf
inline methods: delete static imports on method delete (IDEA-62126)
2010-12-22 22:25:20 +03:00
anna
9010b36338
invert if: do not skip returns as they may contain valuable info (IDEA-61892)
2010-12-22 22:25:20 +03:00
Dmitry Jemerov
79b47c42ad
increase default size of update info dialog (IDEA-61701)
2010-12-22 21:58:43 +03:00
peter.gromov
768eb61d72
remove superfluous FacesPresentation calls
2010-12-22 20:07:55 +03:00
peter.gromov
1fbf64384a
deprecations in the name of LookupElementBuilder
2010-12-22 19:58:25 +03:00
peter.gromov
970d6363e8
deactivate gdsl on VFS contents change
...
take the gdsl text from VFS, not PSI
2010-12-22 19:49:54 +03:00
peter.gromov
34f79e3621
an informative GroovyDslScript.toString()
2010-12-22 19:49:54 +03:00
peter.gromov
dcfc73f460
greener gant scripts
2010-12-22 19:49:53 +03:00
peter.gromov
871a014e19
remove Gant library
2010-12-22 19:49:53 +03:00
peter.gromov
151dffbf9e
closure folding is like that of anonymous classes, not lambdas
2010-12-22 19:49:53 +03:00