peter
c36a7264ac
clear read-only status outside write action in Surround With
2016-11-28 21:57:51 +01:00
Roman Shevchenko
512485600d
[java] presentation for automatic modules
2016-11-28 18:40:40 +01:00
peter
178b5b92bc
cleanup deprecated NanoXmlUtil exception stuff
2016-11-28 18:34:03 +01:00
Elizaveta Shashkova
210218ecc9
Python Console isn't shown if the script was executed very quickly (PY-21496)
...
Wait for initialization and enable console
2016-11-28 20:16:28 +03:00
Brendan Douglas
7c3504e185
Add a custom python package identifier extension point
...
Allows bypassing the default 'is package' check,
giving the option of foregoing __init__.py files
prior to python 3.3
2016-11-28 19:46:21 +03:00
Bas Leijdekkers
0f105d6387
IPP: fix another case of preparing files for writing inside write action
2016-11-28 17:37:15 +01:00
Vladimir Krivosheev
8fe0229e21
WEB-24178 "Unable to save settings: Failed to save settings. Please restart webstorm"
2016-11-28 17:32:48 +01:00
Semyon Proshev
884f5ad959
Won't return empty list if there are no metaclass attributes with specified name. This bug was introduced in PY-19702-related changes.
2016-11-28 19:14:05 +03:00
Julia Beliaeva
718ca3cfc3
[vcs-log] use weighted average and deviation to calculate recommended graph width
...
Weights are selected as a decreasing arithmetic progression with sum 1. Parameter K allows to fine tune progression decline.
Weight of last row is K times of the weight of the first row.
2016-11-28 19:03:14 +03:00
Vladimir Krivosheev
2eb2ba073a
IDEA-CR-15390 "Whouldn't it be better to place exportable.RubyI18nFoldingSettings.presentable.name into RBundle?"
2016-11-28 16:58:38 +01:00
Vladimir Krivosheev
edb049a325
fix NPE — PathMacroSubstitutor accepts null, reduce usage of TrackingPathMacroSubstitutor
2016-11-28 16:58:38 +01:00
Vladimir Krivosheev
5955937ccf
IDEA-163760 TE at org.eclipse.jgit.transport.TransportHttp.connect — attempt once again to push on 502 error
2016-11-28 16:58:37 +01:00
Liana.Bakradze
fa55fbe148
reformat
2016-11-28 18:50:01 +03:00
Liana.Bakradze
80facf731a
no need to remove watches
2016-11-28 18:50:01 +03:00
Liana.Bakradze
39d3af24d5
do now show SwitchWatches in edu debugger
2016-11-28 18:50:01 +03:00
Liana.Bakradze
fcdf5b928b
remove special and builtins groups from edu debugger (moved to PyCharm)
2016-11-28 18:50:01 +03:00
Liana.Bakradze
680ebbd153
do not add folding and start message to edu debug console
2016-11-28 18:50:01 +03:00
Pavel Dolgov
3750e46572
Java: Refactored DefUseUtil - moved method-local classes to nested classes to avoid holding reference on the enclosing instance. (IDEA-164371)
2016-11-28 18:46:39 +03:00
Pavel Dolgov
e683935f14
Java: Refactored InstructionKeySet - get rid of duplicate collections. (IDEA-164371)
2016-11-28 18:46:39 +03:00
Pavel Dolgov
f9ecfc7777
Java: Avoid endless loop while searching for unused variables in the case of nested 'try/finally' within loop statement. Test added. (IDEA-164371)
2016-11-28 18:46:39 +03:00
Roman Shevchenko
34e4021582
[platform] NPE in half-initialized app (ZD-814904)
2016-11-28 16:43:38 +01:00
Dmitry Batrak
bd50525be3
IDEA-164143 Auto Indent Lines changes selection if it does not start at left margin
2016-11-28 17:59:14 +03:00
Dmitry Avdeev
3fd51b7ae6
allow null name for optional dependencies
2016-11-28 17:57:43 +03:00
Dmitry.Krasilschikov
6a3217c6f6
#IDEA-CR-16002 code correction: code style in SdkType, optimize imports; shortened sorted sdk stream call
2016-11-28 17:45:26 +03:00
Anna.Kozlova
d3794bcbba
missed testdata
2016-11-28 15:38:48 +01:00
Anna.Kozlova
6c9fe553e9
completion in interfaces: avoid default/static combination
2016-11-28 15:38:48 +01:00
Anna.Kozlova
5098bf49fc
completion for private modifier in java 9 interfaces, hide 'static' from completion in java 6
2016-11-28 15:38:48 +01:00
Anna.Kozlova
d4a9f70ca8
private modifier in interfaces: check for modifier combinations, body (IDEA-164596)
2016-11-28 15:38:48 +01:00
Anna.Kozlova
ae6793de43
convert abstract class to interface when constructor is empty (IDEA-164278)
2016-11-28 15:38:48 +01:00
Anna.Kozlova
249953cfcf
give more clear name and javadoc
2016-11-28 15:38:48 +01:00
Vladimir Krivosheev
08091da5a9
IDEA-164522 Failed to run IDE
2016-11-28 14:39:03 +01:00
Dmitry Batkovich
9d447ceee2
properties: editor == null if quick fix was created from resource bundle editor highlighter IDEA-162117
2016-11-28 16:33:23 +03:00
Bas Leijdekkers
a1188bde9c
IPP: make files writable outside write action
2016-11-28 14:18:16 +01:00
Semyon Proshev
cb65a7a44b
Forget to filter metaclass attributes by name while resolving class type member. This bug was introduced in PY-19702-related changes.
2016-11-28 16:14:40 +03:00
Ilya.Kazakevich
68dbe826fb
PY-20307: addParams() can't be null
2016-11-28 16:12:39 +03:00
Elizaveta Shashkova
575801c275
Add IPython variables to Special variables in IPython console and console with "show command line afterwards" option (PY-21641)
2016-11-28 16:08:43 +03:00
Maxim.Mossienko
db9c2e18cc
duplicateindex should process java files only in source roots
2016-11-28 14:05:24 +01:00
Eugene Zhuravlev
aea83b1e60
clear output directories when possible for ModuleBased-targets only (IDEA-164315)
2016-11-28 14:01:53 +01:00
Dmitry Batkovich
a66d7a0b56
properties: wrap remove property quick fix field with smart pointer
2016-11-28 16:01:12 +03:00
Dmitry Avdeev
c106dbabf0
IDEA-164584 IDEA 2016.3 error on startup
2016-11-28 15:56:12 +03:00
Dmitry Batrak
4b91118a14
IDEA-164079 Caret painting attribute customization - make corresponding changes in ImmediatePainter
2016-11-28 15:52:34 +03:00
Dmitry Batrak
84814f3017
IDEA-164079 Caret painting attribute customization - converted to an explicit API
2016-11-28 15:52:34 +03:00
Vladimir Schneider
f3104291c6
IDEA-164079 Caret painting attribute customization
2016-11-28 15:52:34 +03:00
Ekaterina Tuzova
e059708634
fixed get available private courses
2016-11-28 15:51:04 +03:00
Ekaterina Tuzova
7787a2608e
login if we do not have access token
2016-11-28 15:51:04 +03:00
Dmitry Batkovich
32f1bfda85
inspection view: cleanup (deadcode)
2016-11-28 15:41:56 +03:00
Roman Shevchenko
3dcbdd8982
[java] ambiguous module refs highlighting (IDEA-164553)
2016-11-28 13:38:26 +01:00
Dmitry Batkovich
1c79521d54
inspection view: message clarification when can't export html (IDEA-164214)
2016-11-28 15:32:04 +03:00
Vladimir Krivosheev
9e9c572da9
fix "Native Keychain looks like a name of a program due to capitalized "Native"."
2016-11-28 13:28:29 +01:00
Daniil Ovchinnikov
62d3c3cdb4
[groovy] add some assertion to the test
2016-11-28 06:48:13 -05:00