Commit Graph
174718 Commits
Author SHA1 Message Date
Anna Kozlova 2d142cdfd7 discard converting from string to primitive during extract refactorings (IDEA-157549; IDEA-157987) 2016-06-29 16:18:27 +03:00
Anna Kozlova 153255f9d2 anonymous -> lambda: enable casts again (IDEA-157960) 2016-06-29 16:18:27 +03:00
Anna Kozlova 3cfd5be8c0 bombed test for resolution with cycle 2016-06-29 16:18:27 +03:00
peter 0870d8dcad stub hierarchy: search for compiled elements, even if invoked from library source 2016-06-29 15:07:22 +02:00
peter 20c0a7e5a9 on goto implementation, search for cheap class inheritors before expensive functional expressions 2016-06-29 15:07:22 +02:00
Pavel Dolgov 87d620780c Java inspection: convert the intention for "Split Try Statement with Multiple Resources" into an INFORMATION-level inspection (IDEA-157727) 2016-06-29 16:01:15 +03:00
Vladislav.Soroka 72afe354f3 IDEA-157986 Gradle: filtering in processResources using org.apache.tools.ant.filters.EscapeUnicode filter not working 2016-06-29 15:58:55 +03:00
Alexey Utkin afce3735a4 CPP-778 Support for semantic per-variable highlighting (fix Darcula background, before code inspection pass, EP approach) 2016-06-29 15:33:28 +03:00
Dmitry Batkovich f4515a9c7d inspection toolwindow: do not merge ProblemDescriptor-s with the same getLineNumber() IDEA-157966 2016-06-29 15:30:16 +03:00
Rustam Vishnyakov 4c3128df3a Automatically adjust line indent for closed tag (WEB-418) 2016-06-29 15:14:33 +03:00
Bas Leijdekkers 3cac7ca4cc IG: check if resolve result is valid (IDEA-157888) 2016-06-29 14:09:09 +02:00
Bas Leijdekkers 947f6b89e4 make IG test light 2016-06-29 14:09:08 +02:00
Aleksey Pivovarov da4c55fd19 github: cleanup 2016-06-29 14:49:49 +03:00
Aleksey Pivovarov 8b141111e1 github: remove usage of deprecated API 2016-06-29 14:49:47 +03:00
Aleksey Pivovarov 61971ff5ff github: better phrasing, capitalisation 2016-06-29 14:49:26 +03:00
Aleksey Pivovarov 8c88657110 github: inline trivial method 2016-06-29 14:42:52 +03:00
Aleksey Pivovarov aed6b4325b IDEA-157902 github: merge actions into one 2016-06-29 14:42:52 +03:00
Dmitry Batkovich efdee7ddde guava type migration: add parenthesises while FluentIterable.from conversion IDEA-157851 2016-06-29 14:38:28 +03:00
Aleksey Pivovarov 14c3a4de43 diff: do not put duplicates into ActionGroup
fix exception if DiffViewerWrapper and wrapped DiffViewer have same action on toolbar
2016-06-29 14:05:21 +03:00
Aleksey Pivovarov db509daabd merge: call onAssigned() for underlying DiffContents 2016-06-29 13:44:33 +03:00
Dennis Ushakov c85610f9c5 prioritize compatible file types
#WEB-7856 fixed
2016-06-29 13:07:24 +03:00
Ekaterina Tuzova 52d18dcd73 update graphics for pycharm edu 3.0 preview 2016-06-29 12:58:48 +03:00
Dmitry Batkovich 809f6729ff Merge remote-tracking branch 'origin/master' 2016-06-29 12:22:05 +03:00
Dmitry Batkovich b3ae1fbf1a offline inspection result view: enable only existing in xml tools IDEA-157777 2016-06-29 12:20:32 +03:00
Yaroslav Lepenkin 3b301237b7 [formatter] formatAroundRange must use file indents 2016-06-29 12:18:37 +03:00
Yaroslav Lepenkin b3e198a1de minor, test added 2016-06-29 12:18:35 +03:00
Ekaterina Tuzova dcbc5d392c refresh cached course before creating 2016-06-29 12:16:39 +03:00
nik 6f7426c8e0 gradle: if import failed with StackOverflowError show it in the error message (IDEA-157998) 2016-06-29 12:04:38 +03:00
Dmitry Batrak b0aa99990c assert that HTTP requests are not performed from inside read action 2016-06-29 11:58:52 +03:00
liana.bakradze 2193e9465a EDU-655 Run Study Tests configuration doesn't work if one of task files is image
(cherry picked from commit 4f9d5c1)
2016-06-29 11:45:53 +03:00
Ekaterina Tuzova e1de2dced2 Unified fonts in add answer placeholder panel 2016-06-29 11:16:01 +03:00
Ekaterina Tuzova 4384c48cac Unified fonts 2016-06-29 11:16:01 +03:00
Ekaterina Tuzova 697f2e93d3 EDU-277 Implement separate feature usage statistics for PyCharm Educational Edition 2016-06-29 11:16:01 +03:00
Ekaterina Tuzova c6fb7615e2 EDU-277 Implement separate feature usage statistics for PyCharm Educational Edition 2016-06-29 11:16:01 +03:00
Ekaterina Tuzova a4d61d5334 EDU-277 Implement separate feature usage statistics for PyCharm Educational Edition 2016-06-29 11:16:01 +03:00
Egor.Ushakov 5bb2719ce5 IDEA-157946 Incorrect set value for arguments without debug info - better fix 2016-06-29 11:11:03 +03:00
Valentina Kiryushkina 82ae544fb1 Fix EDU-654 partially: remove all non-alphanumeric symbols from course name 2016-06-29 11:03:15 +03:00
Roman Shevchenko 399201e00d [java] test cases for IDEA-155836 2016-06-29 11:00:20 +03:00
Dmitry Batkovich 781f26b901 Merge remote-tracking branch 'origin/master' 2016-06-29 10:05:40 +03:00
Ilya.Kazakevich e12a796d09 PY-19015: Use latest tox for tests 2016-06-29 01:50:55 +03:00
Ilya.Kazakevich 17dadc1ab4 PY-19015: Check env has commands, skip fixers if has no
Since prev. approach was based on idea that any env has some tests and failed on project from PY-19015, I now use unofficial API to inherit Session and track env start and end. Skip support is also added. See _MySession from _jb_tox_runner.py for more info. This approach is hacky, but all other APIs are too lame
2016-06-29 01:47:16 +03:00
Bas Leijdekkers 83937b1310 regexp: use getCommunityHomePath() 2016-06-28 23:08:07 +02:00
Gregory.Shrago 286d3788cf update to cglib-3.2.4-nodep and drop ancient asm.jar 2016-06-28 22:43:48 +03:00
Vassiliy.Kudryashov a33d603401 https://github.com/JetBrains/intellij-community/pull/409 2016-06-28 22:06:17 +03:00
Roman Shevchenko 02a45a8310 Merge remote-tracking branch 'origin/master' 2016-06-28 21:53:08 +03:00
Roman Shevchenko 48fd53967c [tests] unused assignment inspection test migrated 2016-06-28 21:52:46 +03:00
peter 95b14d18e2 DragHelper: don't leak the last mouse-pressed editor tab after it's closed 2016-06-28 20:44:53 +02:00
irengrig b886782695 WEB-22184 angular-ui-router: UnsupportedOperationException when press cmd+d 2016-06-28 20:22:19 +02:00
Vassiliy.Kudryashov 0873424916 IDEA-144702 Unable to use Windows as a modifier key in keymap
ROLLBACK (registry key now is false by default) because of tons of native and semi-native bugs
2016-06-28 21:20:04 +03:00
Bas Leijdekkers db262e3b45 regexp: fix test data path to hopefully fix text 2016-06-28 20:01:14 +02:00