Ekaterina Tuzova [Wed, 13 Aug 2014 14:14:47 +0000 (18:14 +0400)]
Moved educational plugin for PyCharm to community (from github cscenter repository)
Merge remote-tracking branch 'educational/master'
medvector [Wed, 13 Aug 2014 11:22:52 +0000 (15:22 +0400)]
EDIDE-122 reloading empty file fixed
medvector [Wed, 13 Aug 2014 11:12:21 +0000 (15:12 +0400)]
EDIDE-90 fixed
medvector [Wed, 13 Aug 2014 11:01:44 +0000 (15:01 +0400)]
some bugs with offset listener fixed
Dmitry Batrak [Wed, 13 Aug 2014 10:48:00 +0000 (14:48 +0400)]
EA-59312, EA-59313 - avoid exception in FormatterImpl.getLineIndent in case of empty document
Alexey Kudravtsev [Wed, 13 Aug 2014 10:34:18 +0000 (14:34 +0400)]
moved registration into idea-plugin.xml
Mikhail Golubev [Tue, 12 Aug 2014 18:15:39 +0000 (22:15 +0400)]
PY-11274 Check right operand of format operator using abc.Mapping interface
Mikhail Golubev [Tue, 12 Aug 2014 15:48:19 +0000 (19:48 +0400)]
Remove redundant method declaration from PyStatementPart
Anna Kozlova [Wed, 13 Aug 2014 10:20:48 +0000 (14:20 +0400)]
Merge remote-tracking branch 'origin/master'
Anna Kozlova [Wed, 13 Aug 2014 09:33:15 +0000 (13:33 +0400)]
method refs: do not accept static varargs methods by receiver (IDEA-128534)
Anna Kozlova [Wed, 13 Aug 2014 08:04:36 +0000 (12:04 +0400)]
notification group singleton
Maxim.Mossienko [Wed, 13 Aug 2014 10:15:25 +0000 (12:15 +0200)]
IDEA-128494 Vertically resizing "Find in Path" dialog makes the dropdown extra-fat
medvector [Wed, 13 Aug 2014 09:48:30 +0000 (13:48 +0400)]
change breaks offset listener
Maxim.Mossienko [Wed, 13 Aug 2014 09:47:32 +0000 (11:47 +0200)]
IDEA-128559 Find in files: context can't be disabled
Maxim.Mossienko [Wed, 13 Aug 2014 09:27:57 +0000 (11:27 +0200)]
IDEA-128540 Plugin installation error on stastup
Konstantin Kolosovsky [Wed, 13 Aug 2014 09:25:43 +0000 (13:25 +0400)]
Merge branch 'svn_18_3'
Vladimir Krivosheev [Wed, 13 Aug 2014 09:20:19 +0000 (11:20 +0200)]
don't use deprecated ctor RunContentBuilder
remove deprecated method setExecutionResult — deprecated since 01.03.2013, so, could be removed
don't write code twice — extract RunTab, so, we don't use incorrect RestartAction anymore
old java debugger tab is not modified — his destiny will be discussed later
Vladimir Krivosheev [Wed, 13 Aug 2014 08:00:43 +0000 (10:00 +0200)]
remove unused class MyRunContentDescriptor
Alexey Kudravtsev [Wed, 13 Aug 2014 09:13:21 +0000 (13:13 +0400)]
notnull
Alexey Kudravtsev [Wed, 13 Aug 2014 09:12:46 +0000 (13:12 +0400)]
do not enable commit thread during nested write actions
Alexey Kudravtsev [Tue, 12 Aug 2014 16:33:57 +0000 (20:33 +0400)]
resolve XML files too
Alexey Kudravtsev [Tue, 12 Aug 2014 09:45:28 +0000 (13:45 +0400)]
initial implementation of stored resolve results to speedup find usages
Alexey Kudravtsev [Tue, 12 Aug 2014 06:49:16 +0000 (10:49 +0400)]
simplify, reduce volatile write count
medvector [Wed, 13 Aug 2014 09:09:20 +0000 (13:09 +0400)]
EDIDE-115 fixed
Rustam Vishnyakov [Wed, 13 Aug 2014 08:22:26 +0000 (12:22 +0400)]
Deprecate CodeStyleSettings.RIGHT_MARGIN
Dmitry Batrak [Wed, 13 Aug 2014 08:49:06 +0000 (12:49 +0400)]
FormatterImpl refactoring (IDEA-127723, following CR-IC-5968)
Dmitry Trofimov [Wed, 13 Aug 2014 08:45:45 +0000 (10:45 +0200)]
Merge remote-tracking branch 'origin/master'
medvector [Wed, 13 Aug 2014 08:45:01 +0000 (12:45 +0400)]
reverted changes
Dmitry Trofimov [Wed, 13 Aug 2014 08:43:35 +0000 (10:43 +0200)]
Commit missing doctest test data.
medvector [Wed, 13 Aug 2014 08:41:45 +0000 (12:41 +0400)]
Merge remote-tracking branch 'origin/master'
Conflicts:
EDIDE/src/ru/compscicenter/edide/StudyTaskManager.java
Yaroslav Lepenkin [Wed, 13 Aug 2014 08:13:05 +0000 (12:13 +0400)]
JavaFormatter: space before "{" processing corrected (fixes IDEA-127110). Now four cases are checked, depending on braces placement option:
- when place brace on the end of line is on
- when option place brace next line if wrapped is on
- when place brace on next line is on and keep simple blocks/methods/classes option is on
- when place brace on next line is on
medvector [Wed, 13 Aug 2014 08:38:09 +0000 (12:38 +0400)]
EDIDE-105 finally fix. files created by user is now shown in task directories.
Dmitry Batrak [Wed, 13 Aug 2014 08:35:19 +0000 (12:35 +0400)]
make cloning carets work on double-cmd-up/down on Mac
Dmitry Batrak [Mon, 4 Aug 2014 11:55:57 +0000 (15:55 +0400)]
IDEA-128025 Expand selection in multiple carets through injections still failing
nik [Tue, 12 Aug 2014 10:12:47 +0000 (14:12 +0400)]
show 'Preview' if usages in generated code are found during rename/move refactoring (IDEA-128194)
Dmitry Trofimov [Tue, 12 Aug 2014 21:37:38 +0000 (23:37 +0200)]
Move test data to community to fix tests.
Konstantin Kolosovsky [Tue, 12 Aug 2014 20:48:25 +0000 (00:48 +0400)]
svn: Removed unnecessary WcRootsChangeConsumer interface and corresponding Topic
Dmitry Trofimov [Tue, 12 Aug 2014 20:18:01 +0000 (22:18 +0200)]
Env tests moved to community.
Dmitry Trofimov [Tue, 12 Aug 2014 19:54:24 +0000 (21:54 +0200)]
Move env tests to community.
Dmitry Trofimov [Tue, 12 Aug 2014 19:05:38 +0000 (21:05 +0200)]
Move community env tests back to env package.
Dmitry Trofimov [Tue, 12 Aug 2014 18:58:23 +0000 (20:58 +0200)]
Merge remote-tracking branch 'origin/master'
Vladimir Krivosheev [Tue, 12 Aug 2014 18:01:53 +0000 (20:01 +0200)]
CR-IC-6033#CFR-89041 fix javadoc
Vladimir Krivosheev [Tue, 12 Aug 2014 17:54:53 +0000 (19:54 +0200)]
CR-IC-6033#CFR-89039 fix usages instead of just use "fix" method, remove it from public API
Vladimir Krivosheev [Tue, 12 Aug 2014 17:48:05 +0000 (19:48 +0200)]
return empty list if both are empty
Vladimir Krivosheev [Tue, 12 Aug 2014 11:35:53 +0000 (13:35 +0200)]
cleanup
Anna Kozlova [Tue, 12 Aug 2014 17:48:23 +0000 (21:48 +0400)]
Merge remote-tracking branch 'origin/master'
Anna Kozlova [Tue, 12 Aug 2014 17:47:35 +0000 (21:47 +0400)]
compilation fix
Maxim.Mossienko [Tue, 12 Aug 2014 17:27:35 +0000 (19:27 +0200)]
IDEA-128266 Find In Path: context filters fail for repeated symbols in search pattern
Anna Kozlova [Tue, 12 Aug 2014 17:04:41 +0000 (21:04 +0400)]
register installed plugin dependencies (IDEA-128496)
Anna Kozlova [Tue, 12 Aug 2014 15:54:09 +0000 (19:54 +0400)]
preset connection timeout (IDEA-93335)
Alexander Lobas [Tue, 12 Aug 2014 16:11:27 +0000 (20:11 +0400)]
CPP-560 New Welcome Screen for CLion
Dmitry Trofimov [Tue, 12 Aug 2014 16:04:25 +0000 (18:04 +0200)]
Community env tests separated.
Konstantin Kolosovsky [Tue, 12 Aug 2014 15:53:36 +0000 (19:53 +0400)]
IDEA-128131 Do not process parent of dirty directory while collecting local changes
This fix is essentially revert of commit
07c6409, which was used to fix IDEA-94845. Currently IDEA-94845 is not reproduced even after such revert.
Konstantin Bulenkov [Tue, 12 Aug 2014 15:34:55 +0000 (17:34 +0200)]
git steals focus even if app inactive (temporary workaround)
Anna Kozlova [Tue, 12 Aug 2014 15:33:27 +0000 (19:33 +0400)]
redundant cast: process instanceof (IDEA-128493)
Anna Kozlova [Tue, 12 Aug 2014 15:21:48 +0000 (19:21 +0400)]
tests bombed
Anna Kozlova [Tue, 12 Aug 2014 15:03:01 +0000 (19:03 +0400)]
new inference: proceed with additional constraints when no nested calls available (IDEA-124424)
Dmitry Trofimov [Tue, 12 Aug 2014 15:18:04 +0000 (17:18 +0200)]
isValid method now is used instead of isInitialized. If it is true it means that sdk is valid and needs to be initialized.
Roman Shevchenko [Tue, 12 Aug 2014 15:13:10 +0000 (19:13 +0400)]
ui: NPE in Show Usages renderer
Sergey Simonchik [Tue, 12 Aug 2014 15:08:08 +0000 (19:08 +0400)]
move AnsiEscapeDecoderTest to platform-tests
Gregory.Shrago [Tue, 12 Aug 2014 14:47:04 +0000 (18:47 +0400)]
IDEA-127143 Bad color scheme in tabs 2
Konstantin Kolosovsky [Tue, 12 Aug 2014 14:44:42 +0000 (18:44 +0400)]
svn: Refactored SvnScopeZipper - removed unused/unnecessary code, code simplified, @NotNull
Sergey Simonchik [Tue, 12 Aug 2014 14:42:55 +0000 (18:42 +0400)]
ansi colors decoding optimized a little (allocate ArrayList if needed only) + tests
Bas Leijdekkers [Tue, 12 Aug 2014 13:19:13 +0000 (15:19 +0200)]
check enum constants for variables that can be passed as arguments
Roman Shevchenko [Tue, 12 Aug 2014 13:36:58 +0000 (17:36 +0400)]
Merge remote-tracking branch 'origin/master'
Roman Shevchenko [Tue, 12 Aug 2014 13:35:29 +0000 (17:35 +0400)]
Cleanup (nullability)
Dmitry Avdeev [Tue, 12 Aug 2014 09:54:25 +0000 (13:54 +0400)]
modern conveniences
Dmitry Avdeev [Tue, 12 Aug 2014 08:51:42 +0000 (12:51 +0400)]
vararg
Konstantin Bulenkov [Tue, 12 Aug 2014 13:21:37 +0000 (15:21 +0200)]
remove hacks and introduce RightAligned toolbar actions
Nadya Zabrodina [Tue, 12 Aug 2014 13:14:17 +0000 (17:14 +0400)]
Provide silent mode for history log and outgoing command execution, style
Nadya Zabrodina [Tue, 12 Aug 2014 12:00:26 +0000 (16:00 +0400)]
optimize outgoing commits getter in newest-first order
Ekaterina Tuzova [Tue, 12 Aug 2014 13:07:56 +0000 (17:07 +0400)]
Merge remote-tracking branch 'origin/master'
Ekaterina Tuzova [Tue, 12 Aug 2014 13:07:43 +0000 (17:07 +0400)]
removed test_num from course.json
Aleksey Pivovarov [Fri, 1 Aug 2014 09:20:34 +0000 (13:20 +0400)]
keymap settings: show action description in tooltip
Aleksey Pivovarov [Fri, 1 Aug 2014 09:18:53 +0000 (13:18 +0400)]
keymap settings: show description in statusbar on mouseover
Bas Leijdekkers [Tue, 12 Aug 2014 11:48:55 +0000 (13:48 +0200)]
SSR: replace try-catch with if
medvector [Tue, 12 Aug 2014 12:36:54 +0000 (16:36 +0400)]
deleted test num
Dmitry Batkovich [Tue, 12 Aug 2014 12:14:33 +0000 (16:14 +0400)]
highlight colors reverted
Anna Kozlova [Tue, 12 Aug 2014 12:00:23 +0000 (16:00 +0400)]
testdata for IDEA-127124 comment
Anna Kozlova [Tue, 12 Aug 2014 11:51:42 +0000 (15:51 +0400)]
new inference: take into account backward variable dependencies (IDEA-123951)
Mikhail Golubev [Tue, 12 Aug 2014 11:59:25 +0000 (15:59 +0400)]
PY-12801 Correctly infer type of result for tuple concatenation
Ekaterina Tuzova [Tue, 12 Aug 2014 12:02:08 +0000 (16:02 +0400)]
Merge remote-tracking branch 'origin/master'
Dennis Ushakov [Tue, 12 Aug 2014 11:01:35 +0000 (15:01 +0400)]
minor
Dmitry Trofimov [Tue, 12 Aug 2014 11:40:35 +0000 (13:40 +0200)]
Merge remote-tracking branch 'origin/master'
Ekaterina Tuzova [Tue, 12 Aug 2014 11:35:15 +0000 (15:35 +0400)]
don't patch project view if no course selected
Sergey Ignatov [Tue, 12 Aug 2014 11:16:44 +0000 (15:16 +0400)]
remove outdated searchable options
Sergey Ignatov [Tue, 12 Aug 2014 10:22:37 +0000 (14:22 +0400)]
more logging for EA-54678
Sergey Savenko [Tue, 12 Aug 2014 11:10:05 +0000 (15:10 +0400)]
JBTable: force cell editor focus request
Dmitry Trofimov [Tue, 12 Aug 2014 11:13:01 +0000 (13:13 +0200)]
Merge remote-tracking branch 'origin/master'
Sergey Malenkov [Tue, 12 Aug 2014 11:09:28 +0000 (15:09 +0400)]
IDEA-128336 / 4.2 / introduce new group separator with improved sticky behaviour
Dmitry Trofimov [Tue, 12 Aug 2014 11:10:52 +0000 (13:10 +0200)]
Fix console interrupt test.
Alexander Lobas [Tue, 12 Aug 2014 10:57:17 +0000 (14:57 +0400)]
CPP-560 New Welcome Screen for CLion: move ultimate and community icons to platform
Maxim.Mossienko [Wed, 6 Aug 2014 19:17:07 +0000 (21:17 +0200)]
NodeJS 138.(1189|1145)/ php (138.1161) / scala (0.42.23) / ruby (7.0.0.
20140724) plugins are marked as incompatible
(cherry picked from commit
44a6d40)
Bas Leijdekkers [Tue, 12 Aug 2014 10:47:42 +0000 (12:47 +0200)]
normalize field when converting to ThreadLocal or atomic
Bas Leijdekkers [Tue, 12 Aug 2014 10:04:58 +0000 (12:04 +0200)]
remove unnecessary condition
Bas Leijdekkers [Tue, 12 Aug 2014 10:03:36 +0000 (12:03 +0200)]
IDEA-128497 ("Field may be final" adds final modifier to a volatile field)
Bas Leijdekkers [Tue, 12 Aug 2014 09:53:19 +0000 (11:53 +0200)]
IG: normalize declaration before making final
Dmitry Batkovich [Tue, 12 Aug 2014 09:58:14 +0000 (13:58 +0400)]
forgotten mask added
Dmitry Batkovich [Tue, 12 Aug 2014 09:57:05 +0000 (13:57 +0400)]
Inspections ui: changed icons colors for severity levels + changed mask (colors now different in tree and in chooser)
Dennis Ushakov [Tue, 12 Aug 2014 09:20:34 +0000 (13:20 +0400)]
fix command launcher creation on mac
#IDEA-128480 fixed