anna
ea622c99f3
create public inner class in interface (IDEA-70577)
2011-06-06 19:09:04 +04:00
peter
e1293791da
don't load GroovyPsiManager when we only need GroovyShortNamesCache
2011-06-06 16:42:39 +02:00
anna
aed71eb5de
disable sub menu selection on enter when no quick fix available (IDEA-70476 )
2011-06-06 17:36:20 +04:00
Gregory Shrago
64502ce062
Sanselan cannot read or write JPEG images
2011-06-06 17:29:57 +04:00
Dmitry Avdeev
cdf4079bf8
StructureViewExtension refactored
2011-06-06 17:11:55 +04:00
Dmitry Avdeev
5cb6d15733
lazy XPathLanguageInjector
2011-06-06 17:11:54 +04:00
irengrig
b095f82d3a
UtilTest fix
2011-06-06 17:08:26 +04:00
Alexey Kudravtsev
76d59d2739
http://youtrack.jetbrains.net/issue/IDEA-67711
2011-06-06 15:44:00 +04:00
Denis Zhdanov
086212b255
IDEA-70655 IOOBE at com.intellij.openapi.editor.impl.EditorImpl.a
...
Caret positions are synced only when the same document is opened at the split now.
2011-06-06 14:49:14 +04:00
Denis Zhdanov
b1597623c5
IDEA-70661 Javadoc parameter description smart completion: Correct processing in case of @return tag
...
Only 'param' javadoc ends are processed now
2011-06-06 13:35:23 +04:00
anna
0af6e665ce
tweak test data
2011-06-06 13:26:55 +04:00
Dmitry Avdeev
01932e71e8
lazy DomUIFactory
2011-06-06 12:57:19 +04:00
Dmitry Avdeev
6bc70372b9
lazy DomUIFactory
2011-06-06 12:51:51 +04:00
Denis Zhdanov
b8f647d578
IDEA-66053 Formatter: Optimize performance of applying formatting changes
...
Corrected CharArrayUtil.getChars() processing for StringBuilder and StringBuffer ('length' argument was used as 'end offset' though 'start offset' argument was not obliged to be zero)
2011-06-06 12:48:34 +04:00
unknown
6be917deb1
IDEA-70346: make ctrl-shift-alt-c work from class FQN references in xml
2011-06-06 12:32:21 +04:00
Maxim Medvedev
8abeff1770
IDEA-69675 Rename (Refactor) produces non-compilable code in Groovy
2011-06-06 12:18:02 +04:00
Maxim Medvedev
238eea0d66
check for static correctness in resolve
2011-06-06 12:17:57 +04:00
Maxim Medvedev
ccf00f94e6
import-intention names for Groovy
2011-06-06 12:17:53 +04:00
Maxim Medvedev
0691154ecf
don't check inner-class members for static modifier
2011-06-06 12:17:51 +04:00
Maxim Medvedev
58462fbceb
GrAnnotator clean-up
2011-06-06 12:17:48 +04:00
Dmitry Trofimov
5532cb5e23
Removed file references from empty strings (PY-3638).
2011-06-05 20:35:39 +02:00
Dmitry Cheryasov
429340666b
PY-3484: support SQL and ReST in WarmNeon color scheme.
2011-06-05 20:43:51 +03:00
Kirill Likhodedov
b836098c93
Logging to catch NFE (IDEA-70499)
...
1. Make GitUtil.parseTimestamp accept handler and its output and print them in the case of NFE.
2. Review all usages of GitUtil.parseTimestamp and use the new method in most of them.
2011-06-05 19:49:41 +04:00
Dmitry Jemerov
6fb8982ccb
update monokai and twilight for ReST, .sql and .po (PY-3484)
2011-06-05 17:35:00 +02:00
Dmitry Jemerov
7f23e3a49f
Merge branch 'psicore'
2011-06-05 12:51:48 +02:00
Dmitry Cheryasov
915a161cbd
Merge remote branch 'origin/master'
2011-06-04 19:19:17 +03:00
Dmitry Cheryasov
bf369cc633
Factored out createAndAddSDK()
2011-06-04 19:18:26 +03:00
anna
c17e86b4b5
case change
2011-06-04 11:37:44 +04:00
peter
7a90d7989d
don't fail with performance tests in TeamCity:Main
2011-06-03 23:21:56 +02:00
peter
a6db0a0c93
correctly move when several statements are selected (IDEA-69097)
2011-06-03 22:38:59 +02:00
Roman Shevchenko
122b04a0ca
Renderers fixed for GTK+; typos
2011-06-03 20:53:07 +04:00
Roman Shevchenko
05a18e8ab1
Better language level description for Java7
2011-06-03 20:53:07 +04:00
Roman Shevchenko
94ed30e2f5
CE project files updated
2011-06-03 20:53:07 +04:00
Kirill Likhodedov
537e7fbc36
IDEA-69702 Don't report file as modified on typing if it already has a status. [Reviewed by irengrig]
2011-06-03 20:38:12 +04:00
Kirill Likhodedov
4d6fee0d86
IDEA-69855 NPE Timer might have been not initialized yet. [Reviewed by irengrig]
2011-06-03 20:38:11 +04:00
Kirill Likhodedov
2a582b5ae4
IDEA-69768 Don't need the parent of the commit to get the path. If it is a rename commit, we get the first path anyway in GitHistoryUtils.history().
...
[reviewed by irengrig]
2011-06-03 20:28:10 +04:00
Kirill.Safonov
af7403b364
collect Java-dependent stuff in IdeaPlugin.xml and remove it from FlexPlugin.xml
2011-06-03 19:04:28 +04:00
Konstantin Bulenkov
c6e49b932c
navigatable utils
2011-06-03 18:30:24 +04:00
Sascha Weinreuter
5563f30c0d
IDEA-70579
2011-06-03 16:23:30 +02:00
Denis Zhdanov
2a792bfeab
IDEA-70602 Soft wrap in xml files: lines after long line are wrapped though they are not too long
2011-06-03 18:11:08 +04:00
Denis Zhdanov
d5929b0091
IDEA-70323 NPE at com.intellij.openapi.editor.PsiAwareLineWrapPositionStrategy.calculateWrapPosition
...
null checks are added
2011-06-03 18:11:08 +04:00
anna
425619ad7f
multiple suite files in one suite: start time from the first suite - end time from the last suite; last suite should stop running (IDEA-69717)
2011-06-03 17:59:06 +04:00
anna
c69def04d1
set parent as testcase only when current is testcase
2011-06-03 17:59:05 +04:00
anna
2280dade76
skip parenthesized expressions during type inference (IDEA-70591)
2011-06-03 17:59:04 +04:00
anna
48e81bb6c1
do not add conditional goto switch end when no default label present but all enum constants were mentioned (IDEA-68872)
2011-06-03 17:59:04 +04:00
Roman Shevchenko
0e416a207b
More selective combo box renderer inspection
2011-06-03 16:38:11 +04:00
irengrig
116e18e91c
IDEA-70597 SVN: annotation is not shown, when "show merge sources for annotation" is turned off
...
IDEA-67997 extremely slow svn annotate on a single file
2011-06-03 14:55:25 +04:00
Dmitry Avdeev
504c89bafb
service, not component
2011-06-03 13:23:29 +04:00
peter
11f8f480e1
Merge branch 'master' into move
2011-06-03 10:22:00 +02:00
Alexey Kudravtsev
2c80213055
cleanup
2011-06-03 11:57:38 +04:00