Commit Graph
168727 Commits
Author SHA1 Message Date
Anna Kozlova c00d3d7371 revert (IDEA-152685) 2016-03-14 17:48:06 +01:00
Anna Kozlova 7cfcb1bb69 testdata based on IDEA-152768 2016-03-14 17:48:06 +01:00
Anna Kozlova 49d62eebbf eclipse: don't add combineaccessrules if attribute was not present in the classpath (IDEA-151755) 2016-03-14 17:48:06 +01:00
Anna Kozlova a54e0ed47e copy to final: effectifely final is enough fot java 8 (IDEA-152934); change wording 2016-03-14 17:48:06 +01:00
Anna Kozlova e31a812438 inference: unchecked warning in type params bounds (IDEA-152758) 2016-03-14 17:48:06 +01:00
Konstantin Bulenkov 14c18f73ed IDEA-152939 deadlock on 16 EAP 144.2925.2 startup 2016-03-14 17:38:34 +01:00
Elizaveta Shashkova 69c5314f8a Remote debugger: incorrect warning (PY-18780) 2016-03-14 19:27:53 +03:00
Roman Shevchenko 2d0d9408bb [platform] reduces a chance of a split line in a blocking read mode (EA-75825) 2016-03-14 17:06:36 +01:00
Vladislav.Soroka 506247e590 gradle: set TestModuleProperties production-module only for 'test' modules (IDEA-151925) 2016-03-14 18:46:40 +03:00
Vladimir.Orlov 00adf434d8 Merge remote-tracking branch 'origin/master' 2016-03-14 18:39:05 +03:00
Vladimir.Orlov 3fc4a2b666 IDEA-152947 MacOSX: IDEA 145.257 application should have name 'IntelliJ IDEA 2016.1', not 'IntelliJ IDEA 2016' 2016-03-14 18:32:40 +03:00
Aleksey Pivovarov 471749aee8 IDEA-151671 vcs: scroll annotated content to relevant place if called from FileHistory toolwindow 2016-03-14 18:32:14 +03:00
Anton Makeev 35fe0ef2a4 IDEA-152775 Add GA tails to track webhelp redirects from the IDEs 2016-03-14 16:20:32 +01:00
Bas Leijdekkers 451365caaa IDEA-152933 (Return of instance of anonymous, local or inner class shall ignore static methods) 2016-03-14 16:09:12 +01:00
Anton Makeev 00be750ad0 compilation fixed 2016-03-14 16:01:01 +01:00
Dmitry Batrak c040c48427 IDEA-152963 Color mismatch when copy-pasting text with highlighting to native applications on Mac OS 2016-03-14 17:57:14 +03:00
Vladimir.Orlov 5eb341b51a IDEA-152947 MacOSX: IDEA 145.257 application should have name 'IntelliJ IDEA 2016.1', not 'IntelliJ IDEA 2016' 2016-03-14 17:51:25 +03:00
Daniil Ovchinnikov 69e029419d [groovy] support numbers as keys in map literals 2016-03-14 17:33:54 +03:00
Valentina Kiryushkina 2eaa577990 For #EDU-565 Recreate StudyCheckAction Make StudyToolbarAction extend DumbAwareAction 2016-03-14 17:03:00 +03:00
Denis Fokin 2fe0b24f05 Regression in a tool window layout. (IDEA-152525, IDEA-152472) 2016-03-14 16:47:09 +03:00
Elizaveta Shashkova 50cc0089d7 Add filter for cython extensions for debugger in PyCharm Edu (PY-18633) 2016-03-14 16:06:48 +03:00
liana.bakradze 8ce98ed342 Merge remote-tracking branch 'origin/master' 2016-03-14 15:08:24 +03:00
liana.bakradze 110970fd40 fix imports 2016-03-14 15:05:02 +03:00
liana.bakradze 64a2edbc55 Merge branch 'liana/edu'
# Conflicts:
#	python/educational-core/student/src/com/jetbrains/edu/learning/StudyProjectComponent.java
#	python/educational-python/student-python/src/com/jetbrains/edu/learning/PyStudyCheckAction.java
2016-03-14 14:59:30 +03:00
Alexey Kudravtsev f68b92de59 reduce number of spawned threads: use one thread to load all tool windows instead of 13 threads 2016-03-14 14:58:20 +03:00
Alexey Kudravtsev b376b6a53b Timer replaced with JobScheduler to reduce extra threads created 2016-03-14 14:45:59 +03:00
Alexey Kudravtsev 710cfa9f36 ported a couple of tests to performance 2016-03-14 14:45:59 +03:00
Alexey Kudravtsev 851446513c renamed package-local to package-private 2016-03-14 14:45:59 +03:00
Alexey Kudravtsev 433591b116 renamed package-local to package-private 2016-03-14 14:45:59 +03:00
Alexey Kudravtsev 81286d14b6 cleanup 2016-03-14 14:45:59 +03:00
Alexey Kudravtsev 5dffe3784a cleanup 2016-03-14 14:45:59 +03:00
Valentina Kiryushkina 7ccccc3b36 Fix #EDU-565 The shortcut for "check task" doesn't work
Create super class for all toolbar action, so they provide action id and action shortcut to be added
2016-03-14 14:38:25 +03:00
Sergey Simonchik a5c7f891d6 revert "show "Current File" scope always (WEB-20644)" (following IDEA-CR-9242) 2016-03-14 14:14:45 +03:00
Semyon Proshev 66ade3c3fb PY-18328 Fixed: CTRL+ALT+B on method leads to excpetion
Run search of function and target definitions in Application.runReadAction
2016-03-14 14:09:50 +03:00
Pavel Dolgov ff60001d0c Javafx: Cleanup. Use utility methods, extract lambda, rename utility method (IDEA-103956) 2016-03-14 14:00:17 +03:00
Eugene Zhuravlev 2d0cc2f802 eclipse batch compiler updated to v 4.5.2 (IDEA-143976) 2016-03-14 11:52:51 +01:00
Egor.Ushakov 5568364920 fixes for review IDEA-CR-9228 2016-03-14 13:37:28 +03:00
Denis Fokin 94d00ea76d IDEA-152525 IDE loses focus after closing toolwindow with a Alt+[0-9] shortcut
IDEA-152472 Editor looses focus on entering Distraction Free or Presentatipn Modes
2016-03-14 12:50:15 +03:00
Vladimir Krivosheev 184ade8e11 IDEA-152596 Save settings failed. kotlin.TypeCastException: null cannot be cast to non-null type kotlin.ByteArray 2016-03-14 10:44:57 +01:00
Ekaterina Tuzova 32dc78abd7 PY-18755 IPython notebook: Changing style works only after closing the editor
update cell type on click, do not update scroll position
2016-03-14 12:40:10 +03:00
Ekaterina Tuzova 961e3e54e8 fixed cut/paste action in ipython notebook
update UI on document save
2016-03-14 12:40:09 +03:00
Aleksey Pivovarov b695fa32f6 IDEA-152765 merge: fix spelling "There are one" 2016-03-14 12:09:26 +03:00
Aleksey Pivovarov 28f76d1067 diff: increase priority of AnnotateDiffViewerAction
Some DiffViewers provide local VirtualFile in context. This makes AnnotateLocalFileAction to be enabled, which is confusing in this context.
2016-03-14 11:57:01 +03:00
Julia Beliaeva bb0257e41e [vcs-log] auto select sub-menus in branches filter 2016-03-14 10:26:26 +03:00
Sergey Simonchik ebdff889cb EA-80238 - IAE: DialogWrapperPeerImpl.<init> 2016-03-14 00:51:03 +03:00
Maxim.Mossienko 26248b6cf4 remove duplicates from files to be indexed (related to WEB-20651) 2016-03-13 19:07:21 +01:00
Kirill Likhodedov 2a2aaa6ea5 git: IDEA-152902 delete the temp file on exit 2016-03-13 13:46:58 +03:00
Maxim.Mossienko 1451882fb9 be prepared for indexing stub number 0 2016-03-13 00:09:59 +01:00
Maxim.Mossienko ae6fb1ec50 when removing dupes during serialization write size after removing dupes (WEB-20651) 2016-03-12 23:16:34 +01:00
Sergey Simonchik d02a8d0c1b show "Current File" scope always (WEB-20644) 2016-03-12 23:15:58 +03:00