Commit Graph
173533 Commits
Author SHA1 Message Date
Roman Shevchenko 04b6e2bb9c Cleanup (formatting) 2016-06-06 15:06:58 +03:00
Roman Shevchenko e988ac8d7a Cleanup (comment) 2016-06-06 15:06:14 +03:00
irengrig 2e1cadb5b1 try improve json schema tests 2016-06-06 13:57:52 +02:00
Vladislav.Soroka 6259a6bb6e maven: set VALIDATION_LEVEL_MINIMAL for building the project during import, fix import exceptions handling (IDEA-155660) 2016-06-06 14:51:24 +03:00
Maxim.Mossienko 231b96ba3e exception is created but is not thrown 2016-06-06 13:41:52 +02:00
Valentina Kiryushkina 0a55c2c61f Fix according to review IDEA-CR-11224: 1) Update Course creator options panel 2) Extract methods for study task description files 2016-06-06 14:40:36 +03:00
Maxim.Mossienko d54438e791 removed unnecessary code 2016-06-06 13:16:41 +02:00
Alexander Lobas 29e2eae6cc IDEA-155300 Change non-sticky balloons behavior 2016-06-06 13:56:42 +03:00
peter 9e023ec45e PsiFileImpl.switchFromStubToAst logging: don't call psi.toString to avoid SOE in cases it does getText 2016-06-06 12:53:53 +02:00
Rustam Vishnyakov fb0f1f9327 Cleanup 2016-06-06 13:26:51 +03:00
Anna Kozlova 20a955abc4 collect outer class type args for static cls and stop (IDEA-149008) 2016-06-06 12:01:33 +03:00
Anna Kozlova e90277c07e inheritance with checkDeep=false & anonymous fixed (IDEA-151341) 2016-06-06 12:01:33 +03:00
Roman Shevchenko 2f17ca8a16 Cleanup (formatting) 2016-06-06 11:59:47 +03:00
Roman Shevchenko fc58750871 [platform] prints Unix signal info along a process exit code 2016-06-06 11:58:46 +03:00
Roman Shevchenko dc56db32c0 [build scripts] skips JRE update when build server is unreachable 2016-06-06 11:58:11 +03:00
Maxim.Mossienko 407c23d31f removed unnecessary field assignment 2016-06-06 09:57:19 +02:00
nik 13d4b6632e UsedIconsListingAction: unquoting corrected 2016-06-06 10:39:35 +03:00
nik 4336ee86ee SSR: synchronization corrected 2016-06-06 10:37:11 +03:00
Gregory.Shrago e06c3a950f extract getFileTypeFromName() and show original file type icon 2016-06-06 10:30:51 +03:00
Alexander Kass f0e5bb5cc8 incorrect intention popup position for oneline editor ++ 2016-06-06 10:15:24 +03:00
Dmitry Batkovich 66a82f0674 inspections: run by name can inherits and override options from chosen profile 2016-06-06 08:49:54 +03:00
Dmitry Batkovich a98891186f Merge remote-tracking branch 'origin/master' 2016-06-06 08:47:52 +03:00
Gregory.Shrago d4f627b7f3 use substFileType to locate highlighter if present 2016-06-06 08:41:15 +03:00
Gregory.Shrago 20bfb1fb6b add missing PsiNamedElement part 2016-06-06 08:41:15 +03:00
Konstantin Bulenkov bd5c95099a SUPPORTED_TYPES.contains(token) 2016-06-06 00:46:59 +02:00
Konstantin Bulenkov 96f5e28583 remove double (len > 0) check 2016-06-06 00:39:56 +02:00
Konstantin Bulenkov 8eae946da5 remove double checking of (offsetToScroll < 0) 2016-06-06 00:18:00 +02:00
Konstantin Bulenkov 9b3bbbe295 exception is created, but not thrown 2016-06-06 00:02:26 +02:00
Konstantin Bulenkov cdaa7e2c23 (int)Math.ceil(i / 2) is equivalent to i / 2 2016-06-05 23:50:23 +02:00
Daniil Ovchinnikov ad2ee7def6 [debugger] get rid of unused isPollConnection() method 2016-06-05 23:54:35 +03:00
Daniil Ovchinnikov 35fc56af81 [debugger] allow clients to specify poll timeout 2016-06-05 23:51:26 +03:00
Daniil Ovchinnikov f60d30f4b9 [groovy] use parameter list from method instead of stepping up by tree from annotation 2016-06-05 22:15:33 +03:00
Daniil Ovchinnikov 3eb98048bf [groovy] @DelegatesTo: ignore empty type value 2016-06-05 14:25:35 +02:00
Bas Leijdekkers 9aa6a55984 SSR: use PsiTreeUtil.lastChild() instead of own implementation 2016-06-04 20:45:48 +02:00
Konstantin Bulenkov 396ee209b5 win10: fix dotted focused rect on hidpi 2016-06-04 14:52:17 +02:00
Konstantin Bulenkov 95dbd25edb win10: text fields 2016-06-04 14:52:16 +02:00
Konstantin Bulenkov af5250d9b6 fix typo 2016-06-04 14:52:14 +02:00
Dmitry Batkovich 1c89f8fb72 code cleanup: run by name cleanup inspection must fix only this inspection problems 2016-06-04 08:52:15 +03:00
Dmitry Batkovich 364f2dcd23 code cleanup: get rid of redundant Project parameter 2016-06-04 08:35:54 +03:00
Maxim.Mossienko 08f096170b proceed with event processing once indices are initialized, 3 2016-06-04 00:18:21 +02:00
Maxim.Mossienko 7d9b7a1582 avoid concurrency problem (EA-82338) 2016-06-04 00:16:51 +02:00
Gregory.Shrago a8be32c611 push CustomMatcherModel & a little extra code down to ruby where it is used 2016-06-03 22:10:05 +03:00
Gregory.Shrago f7ec503297 layout-fixing matcher for got-to-action; less garbage 2016-06-03 22:10:05 +03:00
Dmitry Batkovich b0cef7f3f3 inspections: methods refactored to be more clear InspectionProfile#isEditable & ModifiableModel#setEditable -> InspectionProfile#getSingleTool & ModifiableModel#setSingleTool 2016-06-03 21:59:27 +03:00
Dmitry Batkovich b13dc7b040 inspection toolwindow: remove redundant "is single run" detection way 2016-06-03 21:29:29 +03:00
Ilya.Kazakevich 2cc6de3cc1 Unstage tests that are not broken anymore 2016-06-03 21:10:45 +03:00
Dmitry Batkovich 69f7c3a3e9 inspection toolwindow: remove redundant "is single run" detection way 2016-06-03 20:56:54 +03:00
Ilya.Kazakevich a6d5b8548b Blinking test PyTestTracebackParserTest fixed
On some windows agents Git was configured to checkout text files as windows (\r\n), while there was \n hardcoded in test. Fixed now.
2016-06-03 20:02:00 +03:00
Mikhail Golubev caf1873f2c IDEA-CR-11188 Remove redundant calls to isUnitTestMode() and invokeLater() 2016-06-03 19:47:46 +03:00
Vladimir.Orlov e6d9e52388 Merge remote-tracking branch 'origin/master' 2016-06-03 19:08:10 +03:00