Roman Shevchenko
|
2e2a29c48b
|
EA-30535 (no more NPEs around CopyPasteManager.getContents())
|
2011-10-17 16:43:04 +02:00 |
|
Roman Shevchenko
|
d76f44e7c6
|
Ignore non-existing files in SymLinkUtil
|
2011-10-17 16:43:04 +02:00 |
|
Roman Shevchenko
|
936b5cf3af
|
Drop commented code
|
2011-10-17 16:43:03 +02:00 |
|
peter
|
41b005ce81
|
IDEA-75547 Groovy move statement moves method if a line comment is selected together with statements
|
2011-10-17 16:30:59 +02:00 |
|
peter
|
be92524835
|
IDEA-75548 Groovy surrounding should work correctly with comments
|
2011-10-17 16:30:59 +02:00 |
|
Dmitry Jemerov
|
ba18bdd73f
|
setDaemon(true) for threadpool threads
|
2011-10-17 16:28:59 +02:00 |
|
Dmitry Jemerov
|
c499387587
|
move PsiResolveHelperImpl to java-psi-impl, register it in JavaCoreEnvironment
|
2011-10-17 16:14:48 +02:00 |
|
Dmitry Jemerov
|
9435ad7311
|
replace 'boolean forCompletion' parameter in PsiResolveHelper with ParameterTypeInferencePolicy class
|
2011-10-17 16:14:48 +02:00 |
|
Dmitry Jemerov
|
984a7bdb3c
|
ResolveClassUtil & ResolveVariableUtil ->java-psi-impl
|
2011-10-17 16:14:47 +02:00 |
|
Evgeny Zakrevsky
|
9ecac5c9f0
|
EA-30520 - NPE: Splitter.getPreferredSize
|
2011-10-17 17:56:08 +04:00 |
|
Kirill Likhodedov
|
0c72d8292f
|
Add common shortcut for adding unversioned files (Ctrl/Cmd+Alt+A) to VcsActions.xml. This fixes IDEA-75576 since it references the action.
|
2011-10-17 17:49:38 +04:00 |
|
Bas Leijdekkers
|
24ac2e6a7b
|
cleanup CVS root configuration and IDEA-33904
|
2011-10-17 15:32:22 +02:00 |
|
Bas Leijdekkers
|
4cf6c52e11
|
Merge branch 'master' of git.labs.intellij.net:idea/community
|
2011-10-17 15:31:57 +02:00 |
|
irengrig
|
2a785ae751
|
IDEA-44008 Applying unified patch adds an empty line at the end of file
(I saw it reproduced with rename refactoring of java classes)
|
2011-10-17 17:30:17 +04:00 |
|
irengrig
|
91cb0b7852
|
Torn separators: reset connectors when recalculating
|
2011-10-17 17:30:17 +04:00 |
|
Bas Leijdekkers
|
a058f37a8a
|
Merge branch 'master' of git.labs.intellij.net:idea/community
|
2011-10-17 15:28:47 +02:00 |
|
Kirill Likhodedov
|
a77d0b3f49
|
Git: semaphore.up() in startFailed() and in finally block.
This fixes IDEA-75312 and should fix IDEA-75490
|
2011-10-17 16:59:25 +04:00 |
|
Maxim.Medvedev
|
4478764206
|
IDEA-75345 Non-substituted types when using collectEntries
|
2011-10-17 16:55:30 +04:00 |
|
Bas Leijdekkers
|
1f7f89ed95
|
select text field on selecting "Use private key file" checkbox
|
2011-10-17 14:21:34 +02:00 |
|
Maxim.Medvedev
|
f17b117850
|
IDEA-75340 Expression expected error is shown in editor for multi-dimensional arrays with no object count
|
2011-10-17 16:21:21 +04:00 |
|
Maxim.Medvedev
|
8e4294f564
|
IDEA-61776 Quick Documentation Lookup doesn't support @code JavaDoc tag
|
2011-10-17 16:21:20 +04:00 |
|
Denis.Zhdanov
|
07308f042f
|
EA-29579 - assert: CaretModelImpl.moveToOffset
Debug info is added
|
2011-10-17 16:15:19 +04:00 |
|
Denis.Zhdanov
|
484fc1803d
|
EA-29837 - IAE: DocumentImpl.replaceString
|
2011-10-17 16:15:19 +04:00 |
|
Denis.Zhdanov
|
0ceaaf6c06
|
EA-29939 - SIOOBE: ConsoleViewImpl.highlightUserTokens
|
2011-10-17 16:15:18 +04:00 |
|
Denis.Zhdanov
|
60a86c61c6
|
EA-29946 - assert: WhiteSpace.append
|
2011-10-17 16:15:18 +04:00 |
|
Roman Shevchenko
|
aac0acbad6
|
Fix rename tests
|
2011-10-17 14:09:30 +02:00 |
|
Konstantin Bulenkov
|
fd03cdf629
|
endless repaint fixed
|
2011-10-17 14:01:30 +02:00 |
|
Dmitry Jemerov
|
50e8538f74
|
JavaPsiImplementationHelper mock implementation for core
|
2011-10-17 13:59:29 +02:00 |
|
Dmitry Jemerov
|
8a73d02375
|
really really stupid typo
|
2011-10-17 13:51:24 +02:00 |
|
Dmitry Jemerov
|
e3babcfb5f
|
implement CoreJarVirtualFile.getChildren()
|
2011-10-17 13:51:24 +02:00 |
|
Dmitry Jemerov
|
7662e60565
|
hacky solution for pushing locked icon to a pluggable layer (remove icon loading in ElementBase static initializer)
|
2011-10-17 13:51:23 +02:00 |
|
Dmitry Jemerov
|
07fee99d1e
|
lazy icon loading
|
2011-10-17 13:51:22 +02:00 |
|
Roman Shevchenko
|
1995943190
|
Wrong case
|
2011-10-17 12:46:38 +02:00 |
|
irengrig
|
b6b0f412b4
|
apply patch: when revision number is specified, try to load base revision contents by number first (don't know why we didn't)
|
2011-10-17 14:45:25 +04:00 |
|
irengrig
|
758a4fa31c
|
apply patch: load base revision text under progress (when loading according to specified revision)
|
2011-10-17 14:45:25 +04:00 |
|
irengrig
|
ec487fe5f0
|
Slight annotate stacktrace optimization: -extra call; cache current revisions in one stack trace "highlighting pass"; do not ask for recent changes if virtual file file system is read only
|
2011-10-17 14:45:24 +04:00 |
|
irengrig
|
89f41db482
|
SVN: fix to ask current revision locally (COMMITTED constant was used -> provoked remote query)
|
2011-10-17 14:45:23 +04:00 |
|
Eugene Kudelevsky
|
4e4d94fbe9
|
Merge branch 'master' of git.labs.intellij.net:idea/community
|
2011-10-17 14:43:34 +04:00 |
|
Bas Leijdekkers
|
723769d135
|
fix equals()
|
2011-10-17 12:41:49 +02:00 |
|
Eugene Kudelevsky
|
1d639f6370
|
use html indent
|
2011-10-17 14:41:05 +04:00 |
|
Eugene Kudelevsky
|
1313127b9b
|
IDEA-75485 id-index should work for all layout-* and menu-* dirs
|
2011-10-17 14:41:04 +04:00 |
|
Eugene Kudelevsky
|
da062d329d
|
refresh preview if resource has been changed
|
2011-10-17 14:41:03 +04:00 |
|
Eugene Kudelevsky
|
e6f4c3809a
|
set bounds for TextArea
|
2011-10-17 14:41:02 +04:00 |
|
Dmitry Jemerov
|
cffb77f975
|
avoid initializing AWT event loop in Kotlin compiler
|
2011-10-17 12:38:11 +02:00 |
|
Dmitry Jemerov
|
42433ca8ed
|
CoreProjectScopeBuilder.getLibrariesScope()
|
2011-10-17 12:30:41 +02:00 |
|
Dmitry Jemerov
|
e1f36037b5
|
plugin exception tolerance (SCL-3697)
|
2011-10-17 12:30:41 +02:00 |
|
Alexey Kudravtsev
|
e2f9e22083
|
data races
|
2011-10-17 14:16:38 +04:00 |
|
Konstantin Bulenkov
|
1a4932d5f3
|
roll it back for awhile
|
2011-10-17 12:13:22 +02:00 |
|
Konstantin Bulenkov
|
b64efa7855
|
enable navbar decoration
|
2011-10-17 11:56:58 +02:00 |
|
Konstantin Bulenkov
|
3aa521048c
|
cleanup
|
2011-10-17 11:55:55 +02:00 |
|