Commit Graph
147429 Commits
Author SHA1 Message Date
peter 4e82ecbedb IDEA-136463 Reuse Gant script configuration when no target is specified 2015-02-13 18:39:30 +01:00
peter 5ea85b6d84 IDEA-136406 Complete current statement doesn't insert a method body for default methods, creates broken code 2015-02-13 18:39:30 +01:00
peter edc45484d9 CodeSmellDetectorImpl: retrieve file, document and problems under one read action (IDEA-136508) 2015-02-13 18:39:29 +01:00
Egor.Ushakov f79ceb55d3 wrap toString based renderers label with double quote 2015-02-13 20:12:58 +03:00
Eugene Zhuravlev 7d86632067 use NIO when available for recursive file deletion 2015-02-13 18:03:54 +01:00
Daniil Ovchinnikov 3b80735407 IDEA-12807 @Deprecated DGM methods ignored 2015-02-13 19:48:49 +03:00
nik cf7a9c3c29 do not include JDK classes from module dependencies to classpath 2015-02-13 19:46:03 +03:00
Aleksey Pivovarov 8063185742 diff: cleanup
remove unused graphics
2015-02-13 18:58:56 +03:00
nik 6093eb16ba added test for MapIndexStorage with custom equality policy 2015-02-13 18:51:59 +03:00
nik c75fcb03ba index test corrected: ensure that contentId is non-negative 2015-02-13 18:51:59 +03:00
Egor.Ushakov 38f38d75cf check isCaretRowShown in gutter 2015-02-13 18:51:07 +03:00
Sergey Malenkov 2dad84f5e6 Merge remote-tracking branch 'origin/master' 2015-02-13 18:35:29 +03:00
Sergey Malenkov 117b0f6a53 IDEA-130562 Field bottom line is not visible when adding maven archetype 2015-02-13 18:33:25 +03:00
Sergey Simonchik 46e3f7f2b3 reduce count of getHighlightingSettingForRoot(psiRoot) calls (that are quite expensive, because of DefaultHighlightingSettingProvider.getDefaultSettings) 2015-02-13 17:45:44 +03:00
Alexey Kudravtsev 19a9136fed cleanup 2015-02-13 17:30:47 +03:00
Roman Shevchenko 20a2ed9d47 Merge remote-tracking branch 'origin/master' 2015-02-13 15:13:22 +01:00
Marcus Comstedt 49a63c2a00 FileSystemUtil: Update JNA code to work on Linux/PPC
https://github.com/JetBrains/intellij-community/pull/241
2015-02-13 15:11:37 +01:00
Aleksey Pivovarov e553428df3 diff: better handling of broken plugins
* do not rethrow handled errors
2015-02-13 17:04:14 +03:00
Dmitry Batrak 1119039812 IDEA-135871 Confusing 'This document contains very long lines' on a normal file 2015-02-13 16:58:36 +03:00
Vladislav.Soroka 1c52f618d3 gradle: importer JDK fixes, related issues:
IDEA-136230 Gradle: for projects created in IDEA 14.0.x Gradle JVM is not set
IDEA-136402 Gradle Problem - IU-140-2285.5
2015-02-13 16:26:36 +03:00
Dmitry Batkovich 90644b4f2e MultiScopeSeverityIcon height + width fixed 2015-02-13 16:15:11 +03:00
nik b12560f480 virtual file pointers: do not create FilePointerPartNode with empty name for pointers which have only starting slash in common 2015-02-13 15:58:40 +03:00
Julia Beliaeva b64a3f62aa [vcs-log] minor: rename controller classes -- shorted names are much better 2015-02-13 15:52:15 +03:00
Julia Beliaeva ad87659a86 [vcs-log] minor: rename 2015-02-13 15:52:14 +03:00
Julia Beliaeva 8d5de869e1 [vcs-log] fix branch filter in linear bek mode 2015-02-13 15:52:14 +03:00
Julia Beliaeva 6603cd1064 [vcs-log][linear-bek] add a couple of tests 2015-02-13 15:52:13 +03:00
Julia Beliaeva fb1212ef7a [vcs-log][linear-bek] remove unnecessary condition (it is always true) 2015-02-13 15:52:13 +03:00
Julia Beliaeva 0b5610014c [vcs-log][linear-bek] highlight of merge fragments to collapse does not have to take twice as much time as collapse itself 2015-02-13 15:52:12 +03:00
Julia Beliaeva f7b90f217d [vcs-log][linear-bek] expand edges by clicking on an adjacent node as well 2015-02-13 15:52:11 +03:00
Julia Beliaeva d5d1f52dc3 [vcs-log][linear-bek] minor: better names 2015-02-13 15:52:11 +03:00
Julia Beliaeva 50a6c1e081 [vcs-log][linear-bek] GraphEdgeComparator correctly treats edges to unloaded nodes 2015-02-13 15:52:10 +03:00
Julia Beliaeva 70069838b7 [vcs-log][linear-bek] fix test ascii-art 2015-02-13 15:52:10 +03:00
Julia Beliaeva ecbd5f34f0 [vcs-log][linear-bek] simplify edges expanding 2015-02-13 15:52:09 +03:00
Julia Beliaeva 3618c06dce [vcs-log][linear-bek] fix tests 2015-02-13 15:52:09 +03:00
Julia Beliaeva 6ff789135e [vcs-log][linear-bek] fix bug in expansion algorithm 2015-02-13 15:52:08 +03:00
Julia Beliaeva d3dd5cd1c6 [vcs-log][linear-bek] do not go to the first child when collapsing merge fragment 2015-02-13 15:52:08 +03:00
Julia Beliaeva 6c05585fd8 [vcs-log][linear-bek] if a fragment has some merges in its body collapse them as well in order to do not have weird and confusing graph structures when merges are collapsed not in the right order 2015-02-13 15:52:07 +03:00
Julia Beliaeva af7e5ee7bd [vcs-log] minor: extract methods to make logic more clear 2015-02-13 15:52:07 +03:00
Julia Beliaeva a9ec8e7258 [vcs-log] correct collapse all/expand all actions text and icons in linear bek mode 2015-02-13 15:52:06 +03:00
Julia Beliaeva 5dc4c4d4d6 [vcs-log][linear-bek] simplify code and calculate changes after collapse all more correctly
However these changes are not used and probably wont be in the future.
2015-02-13 15:52:05 +03:00
Julia Beliaeva 00db72abd7 [vcs-log][linear-bek] calculate graph changes after collapsing all merges 2015-02-13 15:52:05 +03:00
Julia Beliaeva b3ffac3cf0 [vcs-log] minor: remove duplication 2015-02-13 15:52:04 +03:00
Julia Beliaeva cadd814e2f [vcs-log] collapse all merges not in edt and apply changes later; expand all merges by clearing edge storages 2015-02-13 15:52:04 +03:00
Julia Beliaeva e63e2b2bad [vcs-log] rename hideAll -> collapseAll and showAll -> expandAll 2015-02-13 15:52:03 +03:00
Julia Beliaeva ab18e955ca [vcs-log] new meaning to collapse and expand buttons in linear bek graph 2015-02-13 15:52:03 +03:00
Julia Beliaeva 9030dc1e32 [vcs-log] code issues 2015-02-13 15:52:02 +03:00
Julia Beliaeva 86d3416cbe [vcs-log] reformat code 2015-02-13 15:52:01 +03:00
Julia Beliaeva 763c926b88 [vcs-log][linear-bek] remove unused head indexes 2015-02-13 15:52:01 +03:00
Julia Beliaeva 09642a0ada [vcs-log][linear-bek] a very long edge can come from a tail 2015-02-13 15:52:00 +03:00
Julia Beliaeva 6f9786dc66 [vcs-log][linear-bek] dotted edge goes first + remove sorting 2015-02-13 15:52:00 +03:00