Commit Graph
173206 Commits
Author SHA1 Message Date
Yaroslav Lepenkin 32b3650040 Fixed EA-83158, show suites without run configuration 2016-05-31 17:05:05 +03:00
Yaroslav Lepenkin 0166710b69 added ability to add tests and suites without run configuration, more accurate namings 2016-05-31 17:05:04 +03:00
Sergey Malenkov 18deca93e2 IDEA-146153 Text label disappears when click on it
caused by: c000a5c169
2016-05-31 16:54:03 +03:00
Rustam Vishnyakov dd2dbd490d - Handle position after 'for' statement
- Do not indent before '{'
2016-05-31 16:24:36 +03:00
nik 3f3a43ce56 added picocontainer.jar to standalone JPS distribution because 'util' module depends on it (IDEA-156741) 2016-05-31 15:53:12 +03:00
Konstantin Bulenkov e2193f7465 move win10 specific code from intellij laf 2016-05-31 14:38:22 +02:00
nik 8e3d2ad43f build scripts: corrected type for 'productProperties' variable 2016-05-31 15:32:23 +03:00
Aleksey Pivovarov a4e443c9cd EA-82849 - TDDE: TraceableDisposable.throwDisposalError 2016-05-31 15:13:58 +03:00
Maxim.Mossienko fcc0aeb6b9 avoid problem with null value (supplied by some indexer) used as key for THashMap 2016-05-31 14:11:39 +02:00
Ivan Bessonov 626009b11e IDEA-86641 Caching of XMLEntityManager entities along with dtd grammar pool in ValidateXmlActionHandler 2016-05-31 15:09:27 +03:00
peter 79c367a470 add NameUtil.capitalizeAndUnderscore to getter/setter templates (IDEA-152774) 2016-05-31 14:06:46 +02:00
peter 51ad1ed8c5 don't leak PSI via XSLT DeleteUnusedElementBase fix; correct xslt physicality to make smart pointers work 2016-05-31 14:06:45 +02:00
Rustam Vishnyakov ef85dccac6 Find a project for the document not having an active editor (fixes IDEA-156530) 2016-05-31 14:53:05 +03:00
Sergey Ignatov 62c4cdd25a use FIle.separator in NsiFiles, fix idea_win.nsh on Linux 2016-05-31 14:51:39 +03:00
Dmitry Batrak f0026422d1 EA-82999 - assert: ComponentManagerImpl.getComponent 2016-05-31 14:45:32 +03:00
peter b44d26477b FileReferenceQuickFixProvider: don't leak PSI via "create file" fix 2016-05-31 13:44:23 +02:00
peter f6ceb1ba14 make XPathBinaryExpression.getType non-exponential (IDEA-155079) 2016-05-31 13:44:23 +02:00
peter 1c94594b61 consume less memory in spellchecker highlighting messages 2016-05-31 13:44:22 +02:00
Maxim.Mossienko 9638e98265 support null project when processing refreshed file 2016-05-31 13:42:26 +02:00
Pavel Dolgov dbf020d74f Javafx: Search usages of fx:id attributes in CSS selectors (IDEA-154197) 2016-05-31 14:17:07 +03:00
Dmitry Batrak 7be3941f12 EA-83294 - TDDE: TraceableDisposable.throwDisposalError 2016-05-31 14:15:44 +03:00
Rustam Vishnyakov 1fc0ea52b6 More diagnostics in Psi-based trailing spaces filter 2016-05-31 13:31:43 +03:00
Egor.Ushakov 8ae75b60f4 IDEA-156761 'Show watches in variables tab' button moves to Server tab 2016-05-31 13:08:12 +03:00
Alexander Kass d86754db74 DBE: inject by sql type intentions 2016-05-31 12:23:05 +03:00
Alexander Kass 6246749b47 do not try to merge Injection with no InjectionPlace 2016-05-31 12:23:05 +03:00
Alexey Kudravtsev c3a00b0e5b correctly discriminate read/write Java field from injected javascript 2016-05-31 12:16:31 +03:00
Alexey Kudravtsev 9619298bd7 make performance not quadratic revisited: persuaded swing to post all events via IdeEventQueue.postEvent(), test added 2016-05-31 12:16:31 +03:00
Alexey Kudravtsev f79220b072 highlight more identifiers as rainbow: any variable-like highlight info is rainbow colored 2016-05-31 12:16:31 +03:00
Alexey Kudravtsev af530613b6 cleanup 2016-05-31 12:16:31 +03:00
Dmitry Batrak 02cb98063b EA-78939 - TDDE: TraceableDisposable.throwDisposalError 2016-05-31 12:07:35 +03:00
Anna Kozlova 99fe682d0b Revert: overload resolution: don't prefer concrete over abstract if the signatures are not override-equivalent (2bedb80d81) 2016-05-31 11:44:10 +03:00
Anna Kozlova 86aa72abe4 preserve comments while converting from lambda to method ref (IDEA-156734) 2016-05-31 11:44:10 +03:00
Roman Shevchenko 75da057639 Cleanup (formatting) 2016-05-31 11:41:14 +03:00
Dmitry Batrak 1716a25be6 IDEA-61493 Find Usages: Separate "Use soft wraps" option for the preview panel 2016-05-31 11:18:15 +03:00
nik 4231f82790 build scripts: don't include output files to 'sources.zip' artifact 2016-05-31 10:56:00 +03:00
Ilya.Kazakevich c0cd9c65c6 Default test data path is not set as module root anymore. Too many data to index. 2016-05-31 03:19:18 +03:00
Ilya.Kazakevich f490122a87 No real SDK required for tox test 2016-05-31 03:19:18 +03:00
Gregory.Shrago 64acc84aa5 EA-83174 - E: _JFlexLexer.zzScanError 2016-05-31 02:10:32 +03:00
Ilya.Kazakevich 7beff4bf52 Throw error if there was an timeout waiting for semaphore 2016-05-31 00:44:24 +03:00
Ilya.Kazakevich e69def370c Sandbox added for PyEnvTestCase
* Tox tests produce too many files, it is better to store them in separate folder
* ``_PYCHARM_FAST_SANDBOX`` (See changes) points to RAM disk in my box, and it increases speed
2016-05-31 00:39:38 +03:00
Eugene Zhuravlev f30cfb0969 recognizing EA or experimental JDK versions 2016-05-30 23:11:51 +02:00
Konstantin Bulenkov a53a99c7e7 AA settings should be the same in the editor and in the lookup 2016-05-30 23:05:17 +02:00
peter e3fe4c4871 [java] hasModifierProperty: deduplicate and cache; change PsiAugmentProvider API while we still can 2016-05-30 22:07:52 +02:00
peter 458ebe771d goto action: invoke the action after the popup is closed (otherwise e.g. Show Color Picker disappears immediately) 2016-05-30 22:07:52 +02:00
peter f0edfe6027 try to check annotation target applicability without resolve (IDEA-155612) 2016-05-30 22:07:51 +02:00
Konstantin Bulenkov 56f0525c8a add a listener to make help buttons non-opaque 2016-05-30 21:43:49 +02:00
Konstantin Bulenkov 89b4672059 fix help button painting 2016-05-30 21:43:48 +02:00
Konstantin Bulenkov 5f1b83d280 there could be checks of isGraphite on Windows machines as well 2016-05-30 21:43:46 +02:00
Vladislav.Soroka 8b3d7877c7 gradle: include tests from dependent modules to test classpath if merged structure used 2016-05-30 21:34:20 +03:00
Sergey Malenkov 72eeb1b33e IDEA-156745 Control mouse wheel shortcut works together with scrolling 2016-05-30 21:26:06 +03:00