Anna.Kozlova
e55fbf3f1d
isEffectivelyFinal: disallow effectively final variables to be initialized twice (IDEA-165060)
2016-12-06 17:54:19 +01:00
Anna.Kozlova
dff2942958
replace underscore with type-based-name if parameter name is underscore (IDEA-165093)
2016-12-06 17:54:19 +01:00
Yann Cébron
aa4f44cb83
Merge remote-tracking branch 'origin/master'
2016-12-06 17:51:58 +01:00
Yann Cébron
23fe28b094
jetbrains.dic +"netflix"
2016-12-06 17:50:47 +01:00
Alexander Zolotov
a39d42f401
Prettify content entries configurables
...
- allow to create content entries editor with borders and enable border in
configurables
- remove redundant borders around splitter
- move delete icons to 3px right
- replace Insets with JBUI.insets
2016-12-06 19:35:58 +03:00
Dmitry Trofimov
81da26178f
Fix conda env auto activation in the terminal (PY-21643)
2016-12-06 16:19:08 +01:00
Sergey Malenkov
b9e8b9386f
filter out non-latin font from primary combo boxes
2016-12-06 18:13:54 +03:00
Vladislav.Soroka
c5280f0411
gradle: resolve closure type to delegate based on return method type
2016-12-06 17:50:43 +03:00
Pavel Dolgov
05744d1ffd
Java: Merged ConfusingElseInspection and RemoveRedundantElseAction into RedundantElseInspection, made it an INFORMATION-level inspection (IDEA-162191)
2016-12-06 17:42:37 +03:00
Elizaveta Shashkova
8aca86cf3e
Tests: fix debugging of included Django templates on Windows
2016-12-06 17:31:56 +03:00
Vladislav.Soroka
dc7b96c0d2
gradle: dependencies component metadata resolve
2016-12-06 17:30:45 +03:00
Nadya Zabrodina
de5da1e1a6
[vcs]: cosmetics - get rid of ugly grey border on Linux
...
* use SettingProvider instead of unnecessary inheritance;
2016-12-06 17:19:41 +03:00
Nadya Zabrodina
50a1c0f097
[push]: IDEA-164836 implement Collapse/Expand all in push window
2016-12-06 17:19:40 +03:00
Nadya Zabrodina
66b599b72c
[shelf]: cleanup - IDEA-164753 Reword a VCS setting
2016-12-06 17:19:39 +03:00
Anna.Kozlova
695a3950df
remove copyright from testdata
2016-12-06 15:11:41 +01:00
Anna.Kozlova
742b0fe4ee
ensure getFamilyName returns non-empty string: groovy
2016-12-06 15:06:37 +01:00
Anna.Kozlova
275cdd1345
ensure getFamilyName is not empty (in tests)
2016-12-06 15:06:37 +01:00
nik
a3e271fd72
project configuration: minimum required version of Kotlin set to 1.0.5
...
This will allow us to get rid of ugly code and hacks in our sources which are required to keep compatibility with Kotlin 1.0.4.
2016-12-06 16:59:40 +03:00
Sergey Malenkov
e24f3bcb63
additional information about font in the combo box
2016-12-06 16:58:47 +03:00
Sergey Malenkov
3d07f33e9f
IDEA-164996 Certain fonts don't show all characters for Keymap shortcuts
2016-12-06 16:58:47 +03:00
peter
3d7b004cd0
runWriteActionWithProgressInBackgroundThread
2016-12-06 14:49:57 +01:00
peter
7bda896e1b
a couple of tests proving that LaterInvocator.ensureFlushRequested is really needed
2016-12-06 14:49:56 +01:00
Vladislav.Soroka
bd57faba6f
gradle: pass platform version info to gradle daemon during import
2016-12-06 16:05:40 +03:00
Sergey Simonchik
ce16623f39
util: cleanup PathEnvironmentVariableUtil (get rid of odd logging)
2016-12-06 15:38:53 +03:00
Anton Makeev
2eea201660
IDEA-CR-15634Allow custom highlighting layer in the console filter: cleanup (ref CPP-7974 CMake Output: Make CMake errors more visible)
2016-12-06 13:19:49 +01:00
Anna.Kozlova
a483a00274
fix testdata
2016-12-06 13:16:27 +01:00
Vladislav.Soroka
b6ca56b3e4
gradle: honor closure delegatesTo type in case of methods name conflicts
2016-12-06 15:15:06 +03:00
Anton Makeev
18cf72ea99
Allow custom highlighting layer in the console filter: API improved, constants extracted, external plugin fixed (ref CPP-7974 CMake Output: Make CMake errors more visible)
2016-12-06 13:13:49 +01:00
Tagir Valeev
a7f6e271aa
Rollback "ExpressionUtils#isSimpleExpression: return true for compile-time constants", caused problems as this change requires physical PsiExpression, which is not always the case
2016-12-06 19:01:54 +07:00
Dmitry Batrak
fdd35f9058
restore ability to set custom attributes for editor placeholder text, seems to be not working for some time
2016-12-06 14:54:43 +03:00
Dmitry Batrak
747ddba814
restore hiding selection in one-line editors on focus lost (seems not working since 2016.1)
2016-12-06 14:54:43 +03:00
Dmitry Batrak
792b87a57d
move remaining painting code from EditorImpl to EditorPainter
2016-12-06 14:54:43 +03:00
Dmitry Batrak
26f0b5cd61
remove registry option editor.new.rendering and code supporting its legacy value
2016-12-06 14:54:43 +03:00
Dmitry Batrak
21c9cb4008
replace remaining usages of com.intellij.openapi.editor.impl.IterationState with remaining usages of com.intellij.openapi.editor.impl.view.IterationState (prepare for deletion)
2016-12-06 14:54:43 +03:00
Maxim.Mossienko
f9ba5539a6
fix test: avoid possible interference with background indexing thread by running the code in write action
2016-12-06 12:46:04 +01:00
Sergey Simonchik
806e50ae42
EA-92667 - assert: FileDocumentManagerImpl.saveDocument
2016-12-06 14:38:13 +03:00
Anna.Kozlova
81e49151ff
don't insert braces around single lambda parameter
2016-12-06 12:35:48 +01:00
Tagir Valeev
d980c8a786
IDEA-165064 "String concatenation in loop" poorly detects premature loop exit
...
IDEA-137875 Inspection 'String concatenation in loop' false positive
2016-12-06 18:22:00 +07:00
Tagir Valeev
3ea89b2efa
TypeUtils: contracts
2016-12-06 18:21:59 +07:00
Tagir Valeev
4f42cfc0ad
ExpressionUtils#isSimpleExpression: return true for compile-time constants
2016-12-06 18:21:58 +07:00
Pavel Dolgov
a34e8d12f9
Java: Fixed gutter color markers in FXML (IDEA-164943)
2016-12-06 14:20:07 +03:00
irengrig
c7c80bf8b6
refactor json schema-schema resolve tests to use common abstract class
2016-12-06 12:15:37 +01:00
irengrig
aad0346776
fix json schema tests
2016-12-06 12:15:37 +01:00
Anna.Kozlova
89e137c4b1
turn refs to super: don't touch implicit return types (IDEA-161252)
2016-12-06 12:13:22 +01:00
Anna.Kozlova
57ec346668
precise rethrow: special case for catch Exception (IDEA-164241)
2016-12-06 12:13:22 +01:00
Roman Shevchenko
aa5275a82a
[java] minor optimization (IDEA-CR-16521)
2016-12-06 11:46:39 +01:00
Sergey Malenkov
815cadf8e4
IDEA-164094 Horizontal scrolling with SHIFT key is no longer working
...
temporarily support a horizontal scrolling with old JDKs
2016-12-06 13:45:00 +03:00
Vladimir Krivosheev
6a9a4ea384
nodejs rc producer using yml config file — JsTestLineMarkerContributor
2016-12-06 11:04:55 +01:00
Vladimir Krivosheev
a75a63851b
allow private classes
2016-12-06 11:04:54 +01:00
Konstantin Ulitin
d1cca32d72
syntax for referencing bundle messages in highlighting test data
2016-12-06 12:57:57 +03:00