Commit Graph
170487 Commits
Author SHA1 Message Date
Alexey Kudravtsev bc4c448968 IDEA-154668 MagicConstant on new Font(...) accepts 0 (Font.PLAIN) but rejects 1 (Font.BOLD) 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev 84c0d19bc7 lambdify 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev f95450ddfc cleanup 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev e99f80a35d notnull 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev 8930b5f353 removed senseless nullable 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev 769b3a00f7 lambdify 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev d50dc2a337 do not occupy app thread 2016-04-14 15:51:36 +03:00
Alexey Kudravtsev a899eb8ab4 make possible to report app threads counter 2016-04-14 15:51:36 +03:00
irengrig 0dfb157e93 json schema, record number of schema-based completion invocations, for schema/embedded/user schemas separately 2016-04-14 14:01:35 +02:00
Semyon Proshev f2544b2661 Use originalEditor to hard-wrap current line.
This change fix hard-wrapping elements which are injected.
2016-04-14 14:53:03 +03:00
Alexander Zolotov be04dfb5aa Live Templates: finish template if completion insert handler moved caret
outside of current segment (WEB-20592)
2016-04-14 14:30:01 +03:00
Roman Shevchenko 4b0714618b [platform] fixes binary process handler 2016-04-14 12:54:38 +02:00
Pavel Dolgov 42b9d0025a Javafx: Support application icon in JavaFX self-contained app deployment - show system-dependent paths in dialog, mnemonics in dialog (IDEA-134616) 2016-04-14 13:34:05 +03:00
Anna.Kozlova 5908088ac1 fix compilation 2016-04-14 12:31:36 +02:00
Anna.Kozlova ffd4a1d0ab fix testdata 2016-04-14 12:28:44 +02:00
Anna.Kozlova f64bd14441 method refs: site substitution should not replace session setup (IDEA-154722) 2016-04-14 12:28:44 +02:00
Dmitry Batkovich d8e15274ef inspection toolwindow: exclusion handler doesn't need to be disposable 2016-04-14 13:00:04 +03:00
Roman Shevchenko 50cf6e345f Cleanup (drops inspections added by accident) 2016-04-14 11:48:49 +02:00
Eugene Zhuravlev 76ca9024cb typo 2016-04-14 11:46:35 +02:00
Alexander Lobas 3a44a79c5a Support for Distraction Free Mode 2016-04-14 12:40:04 +03:00
Dmitry Batkovich f9bd75aabc inspection toolwindow: use read action to check for problems 2016-04-14 12:36:31 +03:00
Dmitry Batkovich 16166c8584 Inspection configurable: "copy to project" really does copy, "set as global" -- as previous IDEA-154618 2016-04-14 12:29:25 +03:00
Eugene Zhuravlev e39de895a4 fixing UndeclaredThrowableException on compilation cancel (IDEA-154699) 2016-04-14 10:21:37 +02:00
Maxim.Mossienko bca3719ab2 proper equals and hashCode 2016-04-14 10:04:43 +02:00
Maxim.Mossienko da879c0e5c create message only when doing debug 2016-04-14 10:02:06 +02:00
Maxim.Mossienko 2c0442201c do tracing when doing debug 2016-04-14 09:59:15 +02:00
Maxim.Mossienko 74345f6c14 tolerate invalid file in contentChanged 2016-04-14 09:56:59 +02:00
Dmitry Batkovich 84fb10d045 Merge remote-tracking branch 'origin/master' 2016-04-14 09:55:12 +03:00
Dmitry Batkovich 00761ddb74 class can be abstract 2016-04-14 09:51:19 +03:00
Dmitry Batkovich 3e56ce10f5 inspection tool window: do not rebuild the whole tree when tree node was excluded and FILTER_RESOLVED_ITEMS == true 2016-04-14 08:38:40 +03:00
Dmitry Batkovich a8dc687df6 inspection tool window: tree node include/exclude action -- remove type parameters 2016-04-14 08:31:20 +03:00
Roman Shevchenko 3b7a90ebb7 [python] fixes NPE 2016-04-13 21:29:56 +02:00
Roman Shevchenko e19e0fb719 Cleanup (adds patch constant for tracking JDK class loader lock issue) 2016-04-13 21:20:57 +02:00
Anna.Kozlova 2a9a2e6568 change signature: remove @Override if only overrider was changed (IDEA-154669) 2016-04-13 21:11:02 +02:00
Anna.Kozlova 6f2e582af7 introduce parameter object: disable create inner for inner classes and interfaces (IDEA-154688) 2016-04-13 21:11:02 +02:00
Anna.Kozlova c2381419fe introduce parameter object: adjust new parameter according to old params order (IDEA-154696) 2016-04-13 21:11:02 +02:00
Anna.Kozlova d780e31bdf inference: ensure foreign variables do not participate in inference process, e.g. variables from method reference overload resolution (IDEA-154622) 2016-04-13 21:11:02 +02:00
Anna.Kozlova 3b46b4c3bf method refs: ensure that qualifier type corresponds to ReferenceType for ReferenceType::Identifier 2016-04-13 21:11:02 +02:00
Anna.Kozlova 1a9c4c2f19 extract method: when context was changed ensure that static method is not qualified with this 2016-04-13 21:11:02 +02:00
Semyon Proshev 1d7c5fbe69 PY-19028 Fixed: Byte slices return incorrect type inference
Update skeletons to have correct return type for bytes.__getitem__
2016-04-13 21:55:43 +03:00
Semyon Proshev c6f0a296e2 PY-19047 Fixed: Exception on interpreter indexing
PyResolveProcessor had a bug with resolving imports locally
2016-04-13 21:52:18 +03:00
Semyon Proshev 466c3be70e PY-19045 Fixed: Async-await and function annotations highlighted as errors for Cython 0.23 and Python 3.5
Correctly parse cython function annotations
2016-04-13 21:51:12 +03:00
Gregory.Shrago 53ebc53533 employ ColorUIResource 2016-04-13 21:44:05 +03:00
Gregory.Shrago f03b7fa125 get rid of recursion 2016-04-13 21:44:05 +03:00
Alexander Zolotov 3a56424070 Live Templates: finish template if completion insert handler moved caret
outside of current segment (WEB-20592)
2016-04-13 21:28:16 +03:00
Alexander Zolotov 150f042860 Completion: avoid using lookup listeners in case their order matters 2016-04-13 21:28:16 +03:00
Roman Shevchenko bb3ad92c7d [project] I/O resource inspection tuning 2016-04-13 20:02:56 +02:00
Roman Shevchenko 364daf5b06 Merge remote-tracking branch 'origin/master' 2016-04-13 19:41:08 +02:00
Roman Shevchenko ec7bbb6036 [platform] fine-tuning process output readers: hg 2016-04-13 19:40:05 +02:00
Roman Shevchenko 622eb4ba49 [platform] fine-tuning process output readers: svn 2016-04-13 19:40:04 +02:00