Commit Graph
168267 Commits
Author SHA1 Message Date
Anna Kozlova eeb4e4f49f inline superclass: proceed arrays (IDEA-152539) 2016-03-03 18:54:30 +01:00
Anna Kozlova db30803bee inline superclass: don't start push refactoring (with find usages, etc) inside inline; don't collect usages in all inheritors when at the end only one would be processed (IDEA-152480) 2016-03-03 18:54:30 +01:00
Anna Kozlova 20a8fcc015 inline local: search for usages in use-scope, accept non-project files (IDEA-152532) 2016-03-03 18:54:30 +01:00
Anna Kozlova ea7daa05cc inline superclass: skip constructors without body, e.g. kotlin default constructors (IDEA-152476) 2016-03-03 18:54:30 +01:00
Roman Shevchenko 0b5bc1acec Cleanup (constant) 2016-03-03 18:00:33 +01:00
Roman Shevchenko 009364f792 Merge remote-tracking branch 'origin/master' 2016-03-03 17:51:00 +01:00
Roman Shevchenko c47da586b7 Cleanup (typo) 2016-03-03 17:50:17 +01:00
Julia Beliaeva fc6d124624 [vcs-log] minor: move not null annotation 2016-03-03 19:38:45 +03:00
Alexander Lobas 1532dace6d IDEA-149210 Rework IDE notifications 2016-03-03 19:32:25 +03:00
Maxim.Mossienko e7dc1ded32 replace usages of SequenceLock with ReentrantLock 2016-03-03 17:07:24 +01:00
Aleksey Pivovarov 06ddccb92a diff: do not fail on editors with negative size
this can actually happen for some layouts, ex: BorderLayout
2016-03-03 18:57:01 +03:00
Aleksey Pivovarov cbebfe1c73 diff: allow to change proportions in three-side viewer 2016-03-03 18:50:51 +03:00
Gregory.Shrago 4dee50be5f Wallpaper: do not eat cpu cycles if not configured: but track system property 2016-03-03 18:45:43 +03:00
Roman Shevchenko 1f1c09d15e [ui] correct initial state of plugin update info dialog
Disables "OK" button if no plugins are selected.
2016-03-03 16:41:44 +01:00
nik 0aa7274999 maven: downgrade maven-resolver-* modules to Java 6 because they are added to classpath of maven process which may be started under older Java 2016-03-03 18:40:22 +03:00
Vladislav.Soroka eb9f718f1f maven: bombed some maven blinking tests 2016-03-03 18:13:17 +03:00
Aleksey Pivovarov 3159e7ec83 diff: simplify getting affected side by context 2016-03-03 18:10:48 +03:00
Ekaterina Tuzova e3b469e514 fixed PY-15859 Map F1 and help button (if any) of the IPython Notebook console to the specified id 2016-03-03 18:09:31 +03:00
Ekaterina Tuzova ce7bf477b1 fixed PY-15718 IPython Notebook: invalid project selected as serving directory in multi-project structure 2016-03-03 18:09:31 +03:00
Ekaterina Tuzova 6f97c6ff0d fixed editing cell on enter
do not provide EDITOR, cause it'll catch this typing event
2016-03-03 18:09:30 +03:00
Ekaterina Tuzova 7ae55e5fd1 fixed PY-15045 Newly created cell evaluation
do not remove cell from update map on empty payload. On payload is executed even on plain code evaluation
2016-03-03 18:09:30 +03:00
Dmitry Batkovich b74b40c896 inspection tool window: throw exception if can't create inspection output dir 2016-03-03 18:02:13 +03:00
Dmitry Batkovich de45ea6c7f inspection tool window: create inspection xml if no problems 2016-03-03 17:59:56 +03:00
Aleksey Pivovarov 5ec4a69f23 merge: @CalledInAwt 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov be60baebeb merge: remove painting on scrollbar background
this is no longer necessary, as we use transparent scrollbar for the middle editor now
2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 8fc27cab3a diff: replace helper class with util one 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 7177bd2f9c merge: cleanup - renames 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 1e4f1611a2 merge: remove duplication 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 043cc83725 merge: cleanup 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 6cd658dfc8 merge: simplify highligters update
* update inner highlighters independently
2016-03-03 17:49:47 +03:00
Aleksey Pivovarov e2abf64282 diff: cleanup 2016-03-03 17:49:47 +03:00
Aleksey Pivovarov 42c6922ebb merge: better range painting for right-only modifications
do not paint in gutter background of middle editor for right-only changes, if there are no line numbers shown
2016-03-03 17:49:47 +03:00
Vladislav.Soroka f714d40f7b gradle: fix orphaned data computation 2016-03-03 17:48:04 +03:00
Dmitry Batkovich 740046c457 inspection tool window: do not dump to xml excluded items 2016-03-03 17:36:17 +03:00
Kirill Likhodedov 43b670a5c3 git: amend: simplify ignore-whitespace comparison, and fix NPE warning 2016-03-03 17:31:28 +03:00
Alexey Kudravtsev f3a5536890 removed printlns, sorry 2016-03-03 17:24:27 +03:00
Anna Kozlova 46c29366cb additional testdata (following IDEA-CR-8743) 2016-03-03 15:22:36 +01:00
Anna Kozlova 339f9882a3 inline superclass: fix layout (IDEA-152474) 2016-03-03 15:16:22 +01:00
Anna Kozlova 3cd6b26423 inline superclass: don't change superconstructor if interface was inlined (IDEA-152481) 2016-03-03 15:16:22 +01:00
Anna Kozlova e836aa4980 invert boolean: leave final fields without initializer as is (IDEA-152514) 2016-03-03 15:16:22 +01:00
peter 6c0133127a display progress in long goto declaration actions 2016-03-03 14:23:18 +01:00
Dmitry Avdeev 6494059ef2 IDEA-152061 Ability to set default project location 2016-03-03 16:17:55 +03:00
Pavel Dolgov 9d0faa9992 javafx: Simplify resources for inspection of redundant FXML attributes and tags, fixed resource reloading after GC, move reused code to utility class (IDEA-102276) 2016-03-03 16:15:59 +03:00
Vladimir Krivosheev 94415b0079 startForceStepInto must be overriden 2016-03-03 14:14:43 +01:00
Dmitry Batkovich 192a18391e inspection tool window: do not recreate tree when "exclude" action is invoked. just repaint 2016-03-03 16:08:40 +03:00
Dmitry Trofimov da384d9ff6 Kill rpc webserver thread on console communication close 2016-03-03 14:05:40 +01:00
Ekaterina Tuzova 31c57e43d3 use key pressed even for the notebook cell selection 2016-03-03 16:02:26 +03:00
Alexey Kudravtsev f766d3eb71 use FJPool because all this resolve processing is too finegrained to deserve our app pool 2016-03-03 15:51:59 +03:00
nik edf8e1a6e3 error reporting: store attachments in thread-safe list 2016-03-03 15:48:33 +03:00
nik 2809c63c9c error reporting: attachments pulled up from LogMessageEx to LogMessage to allow IDEs add default attachments (e.g. log files) to all reports 2016-03-03 15:48:33 +03:00