Commit Graph
150556 Commits
Author SHA1 Message Date
Dennis Ushakov f0e69b638e IDEA-CR-2330: test 2015-04-16 16:10:37 +03:00
Vladislav.Soroka 4438cf9bce maven: manifest serialization/deserialization to/from xml fix 2015-04-16 15:46:54 +03:00
Kirill Likhodedov 7e5720d460 [git] throw ISE in impossible default case 2015-04-16 15:44:29 +03:00
Mikhail Golubev 573cb99c22 PY-15564 Further simplify PyJoinLinesHandler
* lightened inner helper classes
* joiners are listed in static fields
* added missing nullability annotations
* Joiner is an inner interface now
* removed ListLikeExprJoiner and other redundant code
* extract logic related to removal of backslashes in separate joiner
2015-04-16 15:41:57 +03:00
Mikhail Golubev e104a7c8fd PY-15564 Remove text after the first backslash inside whitespace during line joining 2015-04-16 15:41:56 +03:00
Mikhail Golubev c11c02f926 PY-15564 Cleanup in PyJoinLinesHandler and PyJoinLinesTest 2015-04-16 15:41:56 +03:00
nik 2a13e385f5 IDEA-139244: Build intellij-core.zip artifact with content of "core" artifacts folder 2015-04-16 15:33:36 +03:00
Eugene Zhuravlev 160a8cb881 logging task class for better diagnostics 2015-04-16 14:30:24 +02:00
Aleksey Pivovarov cf1e7bb5e9 diff: fix foldings at the start/end of file
inner foldings shouldn't expand and show the unchanged beginning of the file
2015-04-16 15:24:17 +03:00
Vladislav.Soroka ecfe82c04a maven: manifest serialization/deserialization to/from xml fix 2015-04-16 15:20:53 +03:00
Kirill Likhodedov 3d79b7fea6 [git] interactive rebase: remove pointless statements
without "return", `success` will be overwritten by false later,
and it is correct when rebase is cancelled.
2015-04-16 15:18:47 +03:00
Kirill Likhodedov 970dbb2adb [git] IDEA-138787 Handle 'noop' situation: show a confirmation message 2015-04-16 15:18:47 +03:00
Kirill Likhodedov c59e2edeff [git] extract reading interactive rebase data file to a separate class
Preparation to fix IDEA-138787
2015-04-16 15:18:46 +03:00
Nadya Zabrodina 1da1065f5c Merge remote-tracking branch 'origin/master' 2015-04-16 15:16:04 +04:00
Eugene Zhuravlev 9da6c08cd2 handling ProcessCanceledException 2015-04-16 14:00:05 +02:00
Vladislav.Soroka 93b3356fcc maven: manifest serialization/deserialization to/from xml fix 2015-04-16 14:52:36 +03:00
Eugene Zhuravlev bb3cd90e39 module disposed check 2015-04-16 13:40:19 +02:00
Alexey Kudravtsev 3fd838db56 IDEA-138236 Multiresolve behaves differently in 14.1 2015-04-16 14:34:54 +03:00
Alexey Kudravtsev 3d75cfde13 notnull 2015-04-16 14:34:53 +03:00
Alexey Kudravtsev 0b2e95a23d IDEA-136646 IDE should be responsive during global inspections 2015-04-16 14:34:51 +03:00
Kirill Likhodedov 8807c84a84 [git] IDEA-130665 Remember rebase dialog choices 2015-04-16 14:21:32 +03:00
Maxim.Mossienko ff41cf4e51 [performance] avoid extra lexing for lazy parseable elements 2015-04-16 13:11:38 +02:00
Nadya Zabrodina c77ea604ee Merge remote-tracking branch 'origin/master' 2015-04-16 14:48:47 +04:00
Eugene Zhuravlev c88e351c0e module disposed check 2015-04-16 12:41:47 +02:00
Anna Kozlova 538db34fc0 testng: extract strategy 2015-04-16 12:24:36 +02:00
Anna Kozlova 6d405bc74c testng: preserve order in which tests are found 2015-04-16 12:24:34 +02:00
Kirill Likhodedov 043e5d22d4 [git] IDEA-137632 speed search highlighting in interactive rebase 2015-04-16 13:22:37 +03:00
Kirill Likhodedov 51ac666d43 [git] rebase dialog: focus "onto" field by default 2015-04-16 13:10:27 +03:00
Kirill Likhodedov 3d0e9bc228 [git] Display rebase error right in the notification
Don't tell user to go to the VCS Console.

Use the new GitImpl variant to call Git command instead of the
obsolete GitTask. Also fix the situation when workingTreeChangeStarted
was actually reported after rebase command completed.
2015-04-16 13:06:41 +03:00
Mikhail Golubev 650d5ec707 Use simple comparison chain to create JQL PSI elements in parser definition
Yann Cebron suggested to do so to reduce number of classes loaded at IDE
startup.
2015-04-16 12:25:45 +03:00
Nadya Zabrodina 8bd797c098 Merge remote-tracking branch 'origin/master' 2015-04-16 12:43:06 +04:00
Dennis Ushakov f33feb4ba2 IDEA-CR-2330 2015-04-16 10:29:37 +03:00
peter 751076feb2 LowMemoryWatcher.stopAll should remove low memory listener 2015-04-16 10:08:08 +03:00
Vladimir.Orlov e7dbf4351d Merge remote-tracking branch 'origin/master' 2015-04-16 07:21:40 +03:00
Ilya.Kazakevich 432621e024 Merge remote-tracking branch 'origin/master' 2015-04-15 23:14:49 +03:00
Ilya.Kazakevich 74dad585bf Additional line added to prevent scrollbar from hiding prompt (PY-15583) 2015-04-15 23:13:35 +03:00
Dennis Ushakov b581e3c5eb EA-67821 2015-04-15 21:31:33 +03:00
Vladimir.Orlov 93fc13c5bf IDEA-138990 Rearrange jdk distributions in "JRE Redistribution" artifacts 2015-04-15 21:13:19 +03:00
Anna Kozlova 5fd8ec0cff testng: do not include classes with method level configs in suite; include success/fail of configuration method 2015-04-15 20:07:21 +02:00
Anna Kozlova 8ddbfb53ed testng: do not mark as test if all tests are disabled 2015-04-15 20:07:20 +02:00
Anna Kozlova 3b329983b1 sm testng: clear invocation count for new method 2015-04-15 20:07:18 +02:00
Anna Kozlova 5bd088c2f7 sm runner: allow multi-selection in tests view 2015-04-15 20:07:17 +02:00
Anna Kozlova b062b8061a sm runner: don't use segmented output streams; provide separate runner for junit 3 2015-04-15 20:07:16 +02:00
Anna Kozlova ccae6eacfb sm runner: don't miss line breaks 2015-04-15 20:07:15 +02:00
Anna Kozlova 2b53c54026 sm testng: use initial invocation number so rerun would pick correct failure after rerun failed 2015-04-15 20:07:13 +02:00
Anna Kozlova e145aa66ee testng: create suites according to invocation numbers provided -> rerun failed tests would include only 'failing' params 2015-04-15 20:07:12 +02:00
Dmitry Avdeev a1b74b6bff import projects without showing wizard 2015-04-15 19:40:11 +03:00
Maxim.Mossienko 490f835f0d use LighterASTNodeList 2015-04-15 18:27:00 +02:00
Egor.Ushakov f407dcdb6e IDEA-139131 Memory leak if debug session is unable to start 2015-04-15 18:53:59 +03:00
irengrig 438b111f10 more local fix for WEB-16189 Select path to Node.js and JSCS automatically 2015-04-15 17:36:29 +02:00