Commit Graph
118804 Commits
Author SHA1 Message Date
anna 3f2a4dca13 IDEA-115867 Copy to temp final variable does not work correctly inside expression without braces 2013-11-04 16:16:26 +01:00
Vladimir Krivosheev 10066ccd5f SourceMapInspectorWindow
reduce memory footprint of reverse source mapping entries map, simplify usage of this data, now entries per line are sorted (by column number)
2013-11-04 16:06:04 +01:00
Konstantin Bulenkov efff7e313d Merge remote-tracking branch 'origin/master' 2013-11-04 16:03:00 +01:00
Konstantin Bulenkov cebd05606b community splash + about 2013-11-04 16:02:03 +01:00
peter 1da10b5638 no code generation during dom stub building 2013-11-04 15:53:14 +01:00
peter ef17004ca1 lazy runtime code generation in dom 2013-11-04 15:53:14 +01:00
peter b64312498a cache complete directory infos in RootIndex 2013-11-04 15:53:13 +01:00
Eugene Zhuravlev b1fdb0606a optimization trick: on debugger attach invoke vm.allClasses() to cache loaded classes inside JDI, which makes operations involving class search work faster 2013-11-04 14:57:25 +01:00
Eugene Zhuravlev aed76e8206 hotswap's listener to consider under compile output roots only: IDEA-115853 plugin project hotswaps classes from sandbox when it shouldn't 2013-11-04 14:57:24 +01:00
Konstantin Bulenkov 8507ff378e enable IntelliJ laf on Windows 2013-11-04 14:49:07 +01:00
Kirill Likhodedov 7f31deb63f [log] Don't collect huge log.error attachments unless on debug level 2013-11-04 17:39:08 +04:00
Kirill Likhodedov df0f43a2db [log] Less frightening pi text 2013-11-04 17:39:07 +04:00
Nadya Zabrodina 12fcf3d9ad ArrayOutOfBounds Exception fixed when update log after commit 2013-11-04 17:37:46 +04:00
Konstantin Bulenkov c343140736 use same button painting in Darcula and IntelliJ 2013-11-04 14:29:59 +01:00
Konstantin Bulenkov 9cc66e797d custom colors for Darcula and IntelliJ 2013-11-04 14:25:11 +01:00
Konstantin Bulenkov 2ef657c04e arrows should be centered 2013-11-04 14:25:10 +01:00
Konstantin Bulenkov b160a772a3 fix Spinners 2013-11-04 14:25:09 +01:00
Kirill Likhodedov 4cdc9b9147 [log] Display tooltip above the root column indicator 2013-11-04 17:16:51 +04:00
Kirill Likhodedov fdeaac1d32 [log] display table header to allow columns resizing 2013-11-04 17:16:51 +04:00
Kirill Likhodedov 0d93174107 [log] Branch filter: remove branches with identical names for multi-root 2013-11-04 17:16:50 +04:00
anna 49626ada88 Merge remote-tracking branch 'origin/master' 2013-11-04 13:10:16 +01:00
Nadya Zabrodina e39e614f91 test fixed 2013-11-04 16:07:06 +04:00
anna 196320b5f3 Merge remote-tracking branch 'origin/master' 2013-11-04 13:06:56 +01:00
anna c8f60d695c intersection type presentable name with & (IDEA-115802) 2013-11-04 13:00:54 +01:00
anna 0d65efb645 EA-51497 - assert: FunctionalInterfaceParameterizationUtil.isWildcardParameterized 2013-11-04 13:00:53 +01:00
anna 93a1d5e703 disable test listener for non-java frameworks for a while 2013-11-04 13:00:53 +01:00
anna 923195c12a EA-51525 - NPE: TestNGUtil.isTestNGAnnotation 2013-11-04 13:00:52 +01:00
Nadya Zabrodina ea6a8c8d0a Test for root scanner and root errors detector moved to platform. 2013-11-04 16:00:29 +04:00
Nadya Zabrodina e4180e6ee6 Root Checker and Root Problem Notifier
*Extension Point for rootChecker created;
    *api changed and moved form git directory to common platform;
    *platform facade remove from root subdirectory exclude integration enabler;
    * root scanner started in ProjectLevelVcsManager;
     *vcs name stored  in VcsRootError;
    *java tests created instead of groovy test;
    *UsefulTestCase class used  as a base class for test instead of light test;
    *platform facade removed (except IntegrationEnablerTest);
     *IntegrationsEnabler test switched off;
    *check that chosen vcs in mapping root is supported for this kind of root;
    *filter git roots in integration enabler
    *do not start scanner in unit test mode or if there are no root checkers in
2013-11-04 15:56:59 +04:00
Nadya Zabrodina f519dd3ae7 optimize imports 2013-11-04 15:56:56 +04:00
Nadya Zabrodina 7f0888e4e0 VcsRootErrorsFinder moved to vcs platform directory 2013-11-04 15:56:55 +04:00
Nadya Zabrodina 68e50ccc8b GitRootErrorsFinder renamed to VcsRootErrorsFinder, git dependencies removed from RootErrorsFinder for future moving 2013-11-04 15:56:55 +04:00
Nadya Zabrodina 45ec26a9a3 VcsRootDetector moved to Vcs platform directory 2013-11-04 15:56:54 +04:00
Nadya Zabrodina 14e9b61662 GitRootDetector renamed to VcsRootDetector, git dependencies removed from RootDetector for further moving 2013-11-04 15:56:53 +04:00
Nadya Zabrodina 54d4c7a179 VcsRootDetectInfo moved to platform vcs 2013-11-04 15:56:53 +04:00
Nadya Zabrodina 616bb51340 GitRootDetectInfo renamed to VcsRootDetectInfo 2013-11-04 15:56:52 +04:00
Konstantin Bulenkov e062077bcf new grid color 2013-11-04 12:21:30 +01:00
Konstantin Bulenkov 76acb20796 Tab colors 2013-11-04 12:13:19 +01:00
Kirill Likhodedov 14b5156e16 [log] Don't fail if there are more roots than predefined colors
Use the default color for the rest of them.
Better decision may be made later (e.g. adding striped root indicators)
2013-11-04 15:10:09 +04:00
Vladimir Krivosheev 791cae8d11 simplify API chooseFile — use native Mac OS X file chooser
Dart — use native Mac OS X file chooser +review
2013-11-04 12:07:58 +01:00
Kirill Likhodedov 3a94882633 [log] Darcula-friendly colors for the root indicator. 2013-11-04 14:44:11 +04:00
Kirill Likhodedov 3693ab423f [log] quick fix for the deadlock in IDEA-115483
May lead to the situation when the log stays short,
if user scrolls to its end before the entire skeleton is loaded.
A proper fix will be made later.
2013-11-04 14:37:22 +04:00
Konstantin Bulenkov 502ebb5072 Merge remote-tracking branch 'origin/master' 2013-11-04 11:35:03 +01:00
Konstantin Bulenkov 3d2d239cec IDEA-115894 New git log looks scary on Retina + Java 7 2013-11-04 11:34:18 +01:00
anna 232746dc38 Merge remote-tracking branch 'origin/master' 2013-11-04 11:10:28 +01:00
anna 17fbe75287 not initialized problem: fix static fields checks 2013-11-04 11:06:17 +01:00
Kirill Likhodedov 0169da0fd9 [log] Show "No commits selected" initially 2013-11-04 14:05:18 +04:00
Kirill Likhodedov fd333e062c [log] IDEA-115676 Details panel: centralize messages 2013-11-04 14:05:17 +04:00
Kirill Likhodedov d581f9426a [log] Details panel: more precise "no commits selected" 2013-11-04 14:05:17 +04:00
Vassiliy 32a0e7c560 IDEA-115693 Exception on Show Bookmarks 2013-11-04 13:41:08 +04:00