Commit Graph
152573 Commits
Author SHA1 Message Date
Dmitry Batrak 0dbce46468 incapsulate rtl context determination in Caret instance 2015-05-28 15:08:43 +03:00
Dmitry Batrak 51076c82ad make prerequisites for mouse drag testing more discoverable 2015-05-28 15:08:42 +03:00
Dmitry Batrak 7b07521ac5 make it possible to select whole rtl line using mouse drag (treating x=0 point as located at line's logical start) 2015-05-28 15:08:41 +03:00
Dmitry Batrak 8f9788d1aa fix rtl context determination 2015-05-28 15:08:40 +03:00
Dmitry Batrak ebea232d78 fix subrun creation logic 2015-05-28 15:08:39 +03:00
Dmitry Batrak abbacbd9f7 fix painting of folded regions 2015-05-28 15:08:38 +03:00
Dmitry Batrak 6e19bca688 remove unreachable code 2015-05-28 15:08:37 +03:00
Dmitry Batrak fda18ac4bf javadoc cleanup 2015-05-28 15:08:36 +03:00
Dmitry Batrak a180474434 encapsulate direction flag into LogicalPosition and VisualPosition 2015-05-28 15:08:35 +03:00
Dmitry Batrak dd016ffe45 Deprecate unused code 2015-05-28 15:08:33 +03:00
Egor.Ushakov 2d8f9d7fc9 fixed command line wrapping on windows 2015-05-28 15:07:20 +03:00
Denis Fokin 6f511794c5 Disable LCD rendering for Retina displays by default 2015-05-28 15:03:42 +03:00
Dennis Ushakov 8d96f31a18 support multi-literal injections in JS
#WEB-8233 fixed
2015-05-28 14:29:06 +03:00
Vladimir Krivosheev 49440d5c30 fast fix - disable lock in tests 2015-05-28 12:49:05 +02:00
Vladimir Krivosheev ba77af1e5f fast fix - disable lock in tests 2015-05-28 12:46:27 +02:00
Sergey Simonchik 6bf14193cb SmartList implements RandomAccess 2015-05-28 13:26:40 +03:00
Anna Kozlova dd52332925 testng: ensure configured by suite is checked (IDEA-140794) 2015-05-28 11:59:40 +02:00
Anna Kozlova efb94d4052 tests statistics: ensure statistics data is validated for each row 2015-05-28 11:59:38 +02:00
Maxim.Mossienko 608eda06f8 flush serializers as earlier as possible to prevent one of the reasons of SerilizerNotFoundException (IDEA-136562). Serializers are initialized once so no extra io is introduced
(cherry picked from commit fa25663)
2015-05-28 11:49:58 +02:00
peter 1353093a3e XmlPatterns.xmlAttributeValue: pick PsiNamePatternCondition from attributePattern 2015-05-28 11:19:19 +02:00
peter ed7442e73d StandardPatterns.and: join the conditions to make PsiNamePatternCondition extractable 2015-05-28 11:18:31 +02:00
peter 17ccd19a8e XsltReferenceContributor: use patterns with name information 2015-05-28 11:17:31 +02:00
peter a01beb190e I18nReferenceContributor: use a pattern with name information 2015-05-28 11:16:26 +02:00
peter 2e57086d81 @NotNull 2015-05-28 11:04:06 +02:00
nik 2534a6253e 43 more test-only modules migrated to Java 8 2015-05-28 11:51:20 +03:00
Daniil Ovchinnikov c4dace7fb0 [groovy] store console state in workspace.xml (IDEA-140460) 2015-05-28 02:06:31 +03:00
Eugene Zhuravlev 9f4d1618e3 adding beforeBuildProcessStarted BuildManager event 2015-05-28 00:07:27 +02:00
Konstantin Bulenkov af936dc1f9 use JBUI.Borders.empty() 2015-05-27 23:39:55 +02:00
Konstantin Bulenkov 1bb8e4e0b3 use JBUI.Borders 2015-05-27 23:28:29 +02:00
Konstantin Bulenkov db314b698f cleanup 2015-05-27 23:23:46 +02:00
Konstantin Bulenkov 3a9517ca38 use renderer's font and align statistics text according to main baseline 2015-05-27 23:15:52 +02:00
Konstantin Bulenkov cef0301af4 fix expandable time data for tests 2015-05-27 23:15:51 +02:00
Konstantin Bulenkov c32fcd0020 cleanup remove unused imports 2015-05-27 23:15:50 +02:00
Anna Kozlova fe1d319129 tests statistics: hide not passed statistics from the tree 2015-05-27 22:01:04 +02:00
Anna Kozlova a21990d31e overload resolution with varargs: don't prefer promitive varargs when no arg is provided (IDEA-140759) 2015-05-27 22:01:03 +02:00
Anna Kozlova 1fa670bb93 testng: inline method 2015-05-27 22:01:02 +02:00
Anna Kozlova 09748e1434 testng: ensure all events are processed before all suites finished (IDEA-140778) 2015-05-27 22:01:00 +02:00
Anna Kozlova 7c03aa000e testng cleanup 2015-05-27 22:00:59 +02:00
Nadya Zabrodina 9e97eeb805 style: optimize getContentBytes for working copy; provide binary flag for HgCommandExecutor 2015-05-27 22:50:28 +04:00
Nadya Zabrodina 4f654e86c5 style: use empty array constant 2015-05-27 22:50:27 +04:00
Nadya Zabrodina b9e0ca0a2b fix Hg revision construction for added/deleted status: see api for get revision After and get revision Before 2015-05-27 22:50:27 +04:00
Nadya Zabrodina 60ead2d987 refactoring: ContentRevisionCache removed for HgContentRevision, DRY fixed 2015-05-27 22:50:26 +04:00
Nadya Zabrodina f81d50346c IDEA-104806 'Error creating patch: null' fix; binary content revisions implemented for hg vcs 2015-05-27 22:50:25 +04:00
Nadya Zabrodina 8b2db92b53 Provide better process handler supported binary content
* HgCommandResult updated to store binary;
 * HgCommandExecutor refactored;
 * cleanUP
2015-05-27 22:50:24 +04:00
Nadya Zabrodina 508a57d115 refactoring hg command execution process
* process Listener changed tp CapturingProcessAdapter;
* string writers changed to String to reuse standard process adapter and to simplify HgCommandResult
2015-05-27 22:50:24 +04:00
Nadya Zabrodina f2a5708fdb style: update hg create change method, fix DRY 2015-05-27 22:50:23 +04:00
Mikhail Golubev 890f1c8ea1 Platform SpacingBuilder supports simple dependentLFSpacing dependent on parent block
This type of dependent line feed spacing is often used to implement
code style settings like "New line after '['" and "Put ']' on new line"
for collection literals and similar elements in various languages.
2015-05-27 22:45:01 +03:00
Mikhail Golubev 6b5ea8f750 PY-16050 Formatter inserts exactly one space after ":" and "->" in annotations 2015-05-27 22:45:01 +03:00
Mikhail Golubev df512e8b7d PY-14962 Allow to enforce braces position for dict literals like it's done e.g. for JavaScript 2015-05-27 22:45:00 +03:00
Vyacheslav Karpukhin daaaa992ca pty4j 0.4.16 2015-05-27 20:34:27 +02:00