Commit Graph
150213 Commits
Author SHA1 Message Date
Dmitry Avdeev b09e5a4a02 cleanup 2015-04-09 15:12:08 +03:00
Konstantin Ulitin 3ce6b5b63c do not index node submodules even if nodejs plugin is disabled; move setting to registry 2015-04-09 15:06:57 +03:00
Sergey Malenkov ce00eac369 IDEA-132304 Update com.intellij.openapi.options.ConfigurationException java doc 2015-04-09 14:57:35 +03:00
Alexey Kudravtsev 5d1063adaa javadoc 2015-04-09 14:38:55 +03:00
Alexey Kudravtsev 9b17070a0c delay initialization for upsource 2015-04-09 14:38:54 +03:00
Alexey Kudravtsev 3d92be65db cleanup 2015-04-09 14:38:53 +03:00
Alexey Kudravtsev 6b7cec828e EA-67253 2015-04-09 14:38:52 +03:00
Alexey Kudravtsev 43c76ee82d reduce dependenencies on internal classes 2015-04-09 14:38:50 +03:00
Alexey Kudravtsev 93be508a11 simplification 2015-04-09 14:38:49 +03:00
Alexey Kudravtsev f6f98c69e6 notnull 2015-04-09 14:38:48 +03:00
Alexey Kudravtsev bb9133df50 avoid CCE 2015-04-09 14:38:46 +03:00
Alexey Kudravtsev 86f21f9119 delay initialization 2015-04-09 14:38:45 +03:00
Alexey Kudravtsev e7051267d7 made reading/writing file type cache overridable because upsource doesn't have persistent FS 2015-04-09 14:38:44 +03:00
Rustam Vishnyakov fd4362a0d9 Enable non-AWT-thread access for formatting model without a real document. 2015-04-09 13:09:32 +03:00
Denis Zhdanov 4197bbe700 Avoid disposing process failure when particular extension is removed/replaced 2015-04-09 08:44:27 +03:00
Ilya.Kazakevich 7510b9ab86 Merge remote-tracking branch 'origin/master' 2015-04-09 00:32:35 +03:00
Ilya.Kazakevich 7c88e165bc Hide argument hints layer on console mode changes to prevent junk in console for PY-11855 2015-04-09 00:31:44 +03:00
Roman Shevchenko 1046a98219 IDEA-138458 (allow scrolling to excluded files in Project View) 2015-04-08 21:36:29 +02:00
Anna Kozlova 778952b6e3 dataflow inspection: suggest to replace Optional.of with Optional.ofNullable if value could be null (IDEA-124359) 2015-04-08 21:14:35 +02:00
Anna Kozlova dd6bcb076f move cast fixes on top (IDEA-138935) 2015-04-08 21:14:34 +02:00
Anna Kozlova 6047478cae redundant cast: do not raise if result in bad return type in lambda expression (IDEA-138927) 2015-04-08 21:14:33 +02:00
Ilya.Kazakevich 149184c95e Merge remote-tracking branch 'origin/master' 2015-04-08 21:34:49 +03:00
Ilya.Kazakevich 9df9071511 Initial support for argparse (django 1.8) for PY-11855 (manage.py). 2015-04-08 21:29:21 +03:00
Mikhail Golubev e62922dd1e PY-15506 Inspection "Redundant parentheses" allows to remove empty list of base classes 2015-04-08 21:14:26 +03:00
Mikhail Golubev 916060904e PyParameterList handles deletion of parameters with adjacent commas as PyArgumentList does 2015-04-08 21:14:25 +03:00
Roman Shevchenko c25bf2568f Merge remote-tracking branch 'origin/master' 2015-04-08 19:49:24 +02:00
Roman Shevchenko 739ac52ff2 Cleanup (javadoc; annotations; formatting) 2015-04-08 19:46:12 +02:00
Roman Shevchenko 38b1c845db java: correct SDK locations on OS X; universal fallback 2015-04-08 19:38:41 +02:00
Roman Shevchenko 71192785d7 Cleanup (duplication) 2015-04-08 19:33:17 +02:00
Vyacheslav Karpukhin fea4d034f5 pty4j 0.4.14 2015-04-08 19:04:47 +02:00
Gregory.Shrago c10c80d56c Convert CSV editor editor provider to explicit action 2015-04-08 19:48:12 +03:00
Gregory.Shrago a1a78fc7eb paint editor wallpaper in terminal 2015-04-08 19:48:11 +03:00
Gregory.Shrago cbdc762912 NPE when no clip is set 2015-04-08 19:48:10 +03:00
Mikhail Golubev 28bae0f55b PY-8989 Slightly refactor code related to raw strings splitting 2015-04-08 19:34:38 +03:00
Mikhail Golubev 3971584e44 PY-8989 Support raw strings in "Convert triple-quoted to single-quoted" intention 2015-04-08 19:34:37 +03:00
Elizaveta Shashkova 9a4e441dd6 Do not stop on exceptions inside debugger with "On raise" policy (PY-15502)
Add 'pydevd_breakpoints.py' to ignored files.
2015-04-08 19:21:05 +03:00
peter 31388e637a add @Nullable in StringRef 2015-04-08 18:13:16 +02:00
peter 7de7128fc9 infer that method is nullable when it returns null inside a ternary expression 2015-04-08 18:13:16 +02:00
peter cfe4917c8b custom nullable annotation on an element should win over package-default not-null (IDEA-138894) 2015-04-08 18:13:16 +02:00
peter 8bf079ca59 prefer instanceofed variants in java completion (IDEA-138937) 2015-04-08 18:13:15 +02:00
peter 4ec8011316 relax "!null" contract checking to accept exceptions thrown (IDEA-133488) 2015-04-08 18:13:15 +02:00
Bas Leijdekkers 5c964ca6fc IDEA-138565 (CVS. Show history for files with DEAD status) 2015-04-08 18:06:20 +02:00
Yaroslav Lepenkin 1012d92756 Set initial focus on options tree in configure code style on selected fragment dialog 2015-04-08 18:14:39 +03:00
Sergey Malenkov f35e6e9045 IDEA-132304 Update com.intellij.openapi.options.Configurable java doc with links to ConfigurableEP 2015-04-08 18:00:50 +03:00
Sergey Malenkov 14997068cb IDEA-132304 Update com.intellij.openapi.options.ConfigurableEP java doc 2015-04-08 17:47:48 +03:00
nik e1b2d0e7ff devkit: test data simplified 2015-04-08 17:41:41 +03:00
nik 836357cfd9 devkit: don't highlight inner 'configurable' tags inside applicationConfigurable/projectConfigurable as errors 2015-04-08 17:41:40 +03:00
Yaroslav Lepenkin 0e9ea6151f Calculating dialog location to prevent selected text hiding. We take first place from: on the right of the text, over selected text, under selected text, if dialog fits there. 2015-04-08 16:43:00 +03:00
Mikhail Golubev 8f30a5836a PY-15469 Delimiter "->" in Python is parsed as single token
Thanks to that, pressing enter no longer inserts backslash in the
middle of "->" sequence (and such corrupted code is properly
highlighted now on).
2015-04-08 16:28:54 +03:00
Mikhail Golubev aced4ab039 PY-15469 Properly place backslashes in various places inside function header 2015-04-08 16:28:54 +03:00