Commit Graph
147150 Commits
Author SHA1 Message Date
Anna Kozlova a6ef814ce8 java 8 interfaces: default/static preferences (IDEA-136171) 2015-02-10 17:55:56 +01:00
Gregory.Shrago cb3c7a5270 quick-fix: use toString for names 2015-02-10 19:29:53 +03:00
Gregory.Shrago 0c9df8ff4b sort attributes & install speed-search 2015-02-10 19:23:15 +03:00
Liana Bakradze 9f1275112c Merge remote-tracking branch 'origin/master' 2015-02-10 18:15:15 +03:00
Liana Bakradze 80a21cb562 added opportunity to create task files of all supported file types 2015-02-10 18:14:41 +03:00
Roman Shevchenko 035ee32aa1 IDEA-136072 (implicit usage of ${idea.(home|config|system).path} macros in property substitution) 2015-02-10 16:13:52 +01:00
Roman Shevchenko ba60232860 Cleanup (formatting; unneeded annotation) 2015-02-10 16:13:52 +01:00
Vladimir.Orlov ef29479b26 Merge remote-tracking branch 'origin/master' 2015-02-10 18:08:43 +03:00
Aleksey Pivovarov 40861bfe92 diff: more desctiptive method name
selectN -> selectNotNull
2015-02-10 18:05:01 +03:00
Aleksey Pivovarov e7de71300e diff: consume keyboard action even if can't perform action
same shortcut could be assigned to another action (step into, go to next method, etc)
2015-02-10 18:04:28 +03:00
Dmitry Avdeev 8c8c035030 IDEA-101831 Add opportunity create new project from VCSs. When user create new project and has op... 2015-02-10 17:58:46 +03:00
Vladimir.Orlov 8631a25643 IDEA-136274 Idea64 crashes when IDEA_VM_OPTIONS is configured 2015-02-10 17:56:50 +03:00
Vladislav.Soroka 60a1d6804c IDEA-131703 Redudant MANIFEST.MF file is created in target folder 2015-02-10 17:29:05 +03:00
Vladislav.Soroka 9e5dc09dc9 gradle: fix upward compatibility for groovy gradle plugins 2015-02-10 17:22:51 +03:00
Vassiliy.Kudryashov 34418ab8fc IDEA-136134 Ugly combobox highlighting on mac 2015-02-10 17:09:18 +03:00
Vassiliy.Kudryashov 0d67947ca5 Be more friendly 2015-02-10 16:52:35 +03:00
Anna Kozlova b0c96dedda multi-module setup: method hierarchy used to detect static/instance overriding 2015-02-10 14:44:27 +01:00
nik daf711a0e8 javadoc 2015-02-10 16:29:31 +03:00
peter c01613ae0f SmartPointerManagerImpl: use identity pointer comparison (IDEA-CR-1367) 2015-02-10 14:22:50 +01:00
Nadya Zabrodina 10ac9c4adc tests fixed for W7 agents with tortoise: switch off unsupported sparse extensions for our hg version (2.6.2) 2015-02-10 16:12:21 +04:00
Egor.Ushakov 59abf50812 fixed IdeaKeymapsTest 2015-02-10 16:08:03 +03:00
Elizaveta Shashkova faeb7d1e92 Merge branch 'origin/master' 2015-02-10 15:55:49 +03:00
Elizaveta Shashkova c3b333e727 refactoring in matplotlib support 2015-02-10 15:55:10 +03:00
Sergey Savenko 7fa7183527 DBE-1071: CalendarView: correct bounds for hours, minutes, and seconds 2015-02-10 15:42:01 +03:00
Sergey Savenko 620aca0025 get rid of gradients in table editor 2015-02-10 15:35:29 +03:00
Anton Makeev 27c0bb4903 CIDR: necessary libraries moved to cidr repository 2015-02-10 13:32:51 +01:00
Anna Kozlova 4ceb91efe5 multi-module setup: method hierarchy should traverse supers according to the place build (IDEA-90914) 2015-02-10 13:21:23 +01:00
Anna Kozlova f821d7de73 multi-module setup: ensure access to static method from base class available only through mediate class is marked as error (IDEA-91904) 2015-02-10 13:21:22 +01:00
Yaroslav Lepenkin dbe49061bf Code Style Settings | Wrapping and Braces panel: group declarations moved under assignment statements 2015-02-10 15:05:58 +03:00
Yaroslav Lepenkin 108715ccb9 Code Style Settings: removed "Align consecutive variable declaration" checkbox from "Wrapping | Assignment" settings group. Since it is duplicate of "Align variables in columns" in "Group declarations" 2015-02-10 15:05:58 +03:00
Vladimir Krivosheev f0e4ca1afb WEB-13490 Debug for Meteor packages doesn't work 2015-02-10 12:58:43 +01:00
Vladimir.Orlov 21e31ea959 Merge remote-tracking branch 'origin/master' 2015-02-10 14:40:03 +03:00
Vladimir.Orlov 03fbe20425 relocate publishing of .mac.zip artifact from layoutAll to not keep the one in IDEA based product where there is a .sit. 2015-02-10 14:36:51 +03:00
Sergey Malenkov 738cf34443 Merge remote-tracking branch 'origin/master' 2015-02-10 14:17:00 +03:00
Sergey Malenkov d45b3df36d Merge remote-tracking branch 'origin/master' 2015-02-10 14:15:18 +03:00
Vladimir.Orlov d091ff5653 Merge remote-tracking branch 'origin/master' 2015-02-10 14:14:17 +03:00
Vladimir.Orlov ced242a6f1 relocate publishing of .mac.zip artifact from layoutAll to not keep the one in IDEA based product where there is a .sit. 2015-02-10 14:11:39 +03:00
Sergey Savenko 0ffaa2e36f AbstractPopup: defer final runnable execution
myFinalRunnable can contain logic which removes focus listeners (e.g. the runnable can invoke change color scheme action).
In case we're called from a focus listener, which is called from java.awt.AWTEventMulticaster,
removal of focus listeners will not have effect as the focus listeners list is copied on each modification.
So focus listeners which have already been removed, will get invoked. Hence, we defer the final runnable execution.
2015-02-10 13:56:53 +03:00
Yaroslav Lepenkin 3dd6a85424 Code Style Settings: renamed "field groups" settings group into "Group declarations" 2015-02-10 13:53:21 +03:00
Vladimir.Orlov 3db89f259c relocate publishing of .mac.zip artifact from layoutAll to not keep the one in IDEA based product where there is a .sit. 2015-02-10 13:42:01 +03:00
Sergey Malenkov 75e00d5caa Added assertion for request to show a popup when it is already shown 2015-02-10 13:21:19 +03:00
Aleksey Pivovarov eb6a2e269b diff: darcula arrow icons 2015-02-10 12:59:10 +03:00
Vladimir Krivosheev 9ea9b9c3c2 fastCgi should be nin io package as before 2015-02-10 09:49:42 +01:00
nik 57273b66d6 fixed class-versions check: some *.class files from groovy-all-2.3.7.jar have 1.7 java version 2015-02-10 11:47:38 +03:00
peter 429e75e428 use a single reference queue to avoid smart pointer list leaks in vfs user data 2015-02-10 09:39:06 +01:00
Dennis Ushakov 2f94abff06 performGuardedChange when lookup is present
#IDEA-136252 fixed
2015-02-10 11:28:30 +03:00
Ilya.Kazakevich 41a4a820ca Merge remote-tracking branch 'origin/master' 2015-02-10 01:09:05 +03:00
Ilya.Kazakevich a431dfe358 PY-11855 Run manage.py task improvements
Refactored to new architecture (Presenter  / ChunkDriver).
2015-02-10 01:04:51 +03:00
Anna Kozlova 2e438a4f7c multiple jdks/not exported dependencies: check that declared type of the qualifier doesn't contain unknown types 2015-02-09 20:33:09 +01:00
Gregory.Shrago 241b81e354 allow use-shortcut-of chaining 2015-02-09 22:22:51 +03:00