Ilya.Kazakevich [Fri, 27 Feb 2015 15:26:43 +0000 (18:26 +0300)]
PY-15074
JSonEmbedded changed to LazyParsable
Ilya.Kazakevich [Fri, 27 Feb 2015 14:25:10 +0000 (17:25 +0300)]
PY-15074
Temporary solution: JsonScriptContentProvider added for better JSON to HTML injection
Kirill Likhodedov [Thu, 26 Feb 2015 13:21:56 +0000 (16:21 +0300)]
[git] IDEA-135410 Let "Define remote" link always bright
Egor.Ushakov [Thu, 26 Feb 2015 13:22:05 +0000 (16:22 +0300)]
show breakpoint sign if stopped on method/field breakpoint
Roman Shevchenko [Thu, 26 Feb 2015 13:04:28 +0000 (14:04 +0100)]
IDEA-136310 (parser error on missing constructor name)
Kirill Likhodedov [Mon, 19 Jan 2015 13:30:08 +0000 (16:30 +0300)]
[git] IDEA-135413 Validate remote before adding it
+ define remote in a dialog, instead of a popup to lessen flickering
in the chain of "enter-data -> modal progress -> possibly enter
password -> modal progress". The flickering still happens, but at
least all dialogs appear at the same place of the screen.
Kirill Likhodedov [Wed, 14 Jan 2015 14:23:35 +0000 (17:23 +0300)]
[git] IDEA-132736 Define remote right from the push dialog
Kirill Likhodedov [Wed, 14 Jan 2015 14:23:35 +0000 (17:23 +0300)]
[git] rename fields to more clear names
Vladislav.Soroka [Thu, 26 Feb 2015 12:40:06 +0000 (15:40 +0300)]
gradle: add a key to prefer IDEA test runner instead of gradle one;
IDEA-127398 Disable gradle test run configurations
Aleksey Pivovarov [Thu, 26 Feb 2015 11:36:34 +0000 (14:36 +0300)]
diff: directory - enable GoToSource action
Aleksey Pivovarov [Thu, 26 Feb 2015 10:56:59 +0000 (13:56 +0300)]
diff: fix GoToSource for oneside viewer
* fix typo
Aleksey Pivovarov [Thu, 26 Feb 2015 10:21:27 +0000 (13:21 +0300)]
diff: hide 'Prev/Next difference' actions if not available
Aleksey Pivovarov [Wed, 25 Feb 2015 17:35:39 +0000 (20:35 +0300)]
diff: do not create two toolbars for DirDiffViewer
Egor.Ushakov [Thu, 26 Feb 2015 12:09:00 +0000 (15:09 +0300)]
EA-62459 - NPE: SetValueInplaceEditor.doOKAction
Vladislav.Soroka [Thu, 26 Feb 2015 11:40:45 +0000 (14:40 +0300)]
external system: run external system startup activity when the dumb mode ends
Yaroslav Lepenkin [Thu, 26 Feb 2015 10:53:05 +0000 (13:53 +0300)]
Treat method as simple if its code block doesn't contain any linefeeds (IDEA-136990)
Alexander Zolotov [Wed, 25 Feb 2015 23:37:24 +0000 (02:37 +0300)]
Fix NPE in parent configurables without bundle definition
Egor.Ushakov [Thu, 26 Feb 2015 11:02:59 +0000 (14:02 +0300)]
expand breakpoint groups on double click
Vladimir Krivosheev [Thu, 26 Feb 2015 09:12:22 +0000 (10:12 +0100)]
don't create new call frame view if it is first frame — otherwise FRAME_CHANGED event will be fired and variables tree will be calculated twice
maybe platform should be changed, will be investigated later, in any case our impl should work correctly
Dmitry Avdeev [Thu, 26 Feb 2015 09:10:45 +0000 (12:10 +0300)]
test fixed
Vladislav.Soroka [Thu, 26 Feb 2015 09:01:14 +0000 (12:01 +0300)]
IDEA-136997 External system: descendants of ExternalEntityData in plugins are not deserialized causing @NotNull violation
Vladimir Krivosheev [Thu, 26 Feb 2015 08:05:07 +0000 (09:05 +0100)]
js: implement InlineDebuggerHelper to use our custom logic
Oleg Sukhodolsky [Thu, 26 Feb 2015 05:05:27 +0000 (08:05 +0300)]
RUBY-16233: (code cleanup) @NotNull added to some methods
Sergey Simonchik [Wed, 25 Feb 2015 22:27:55 +0000 (01:27 +0300)]
+deserialization
peter [Wed, 25 Feb 2015 19:32:11 +0000 (20:32 +0100)]
recalculate cls parameter name on dumb mode changes
Ilya.Kazakevich [Wed, 25 Feb 2015 19:36:41 +0000 (22:36 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Wed, 25 Feb 2015 19:34:47 +0000 (22:34 +0300)]
Merge remote-tracking branch 'origin/master'
Anna Kozlova [Wed, 25 Feb 2015 19:21:59 +0000 (20:21 +0100)]
EA-64336 - assert: TestPackage$MySearchForTestsTask.run
Anna Kozlova [Wed, 25 Feb 2015 19:20:13 +0000 (20:20 +0100)]
method refs: ensure non-resolved method refs are not marked as exact (EA-59172 - assert: TypeConversionUtil.reportHierarchyInconsistency)
Anna Kozlova [Wed, 25 Feb 2015 18:23:49 +0000 (19:23 +0100)]
EA-62827 - CME: HierarchyBrowserBaseEx.disposeBuilders
Anna Kozlova [Wed, 25 Feb 2015 18:02:20 +0000 (19:02 +0100)]
extract method with last declaration statement fixed (EA-64510 - IOE: PsiJavaCodeReferenceElementImpl.cannotBindError)
Anna Kozlova [Wed, 25 Feb 2015 16:59:36 +0000 (17:59 +0100)]
EA-64063 - CCE: PersistentFSImpl.getFileId
Ilya.Kazakevich [Wed, 25 Feb 2015 19:31:53 +0000 (22:31 +0300)]
PY-14977 PyCharm is not obeying my file specific code style for HTML
Django Templates do not have HTML as base language anymore. Instead, they use DjangoTemplateFormatter.getTemplateDataLanguage() which is much better.
Indents are provided via EP DjangoFileIndentOptionsProvider.
Roman Shevchenko [Wed, 25 Feb 2015 19:10:09 +0000 (20:10 +0100)]
ZD-52550 (better startup diagnostic)
peter [Wed, 25 Feb 2015 18:09:34 +0000 (19:09 +0100)]
clear ClsParameter.name cache on roots change (IDEA-136727)
Denis Fokin [Wed, 25 Feb 2015 18:09:45 +0000 (21:09 +0300)]
Exception report 785909
Aleksey Pivovarov [Wed, 25 Feb 2015 16:24:32 +0000 (19:24 +0300)]
diff: navigate to source even if no current window set
Aleksey Pivovarov [Wed, 25 Feb 2015 15:51:16 +0000 (18:51 +0300)]
diff: fix typo
Denis Fokin [Wed, 25 Feb 2015 16:48:22 +0000 (19:48 +0300)]
IDEA-136921 MacOS: It's impossible to add new sdk to project in case build with bundled jdk
peter [Wed, 25 Feb 2015 16:46:31 +0000 (17:46 +0100)]
ignore unnecessary semicolon inspection in template files (IDEA-136936)
Mikhail Golubev [Wed, 25 Feb 2015 16:20:35 +0000 (19:20 +0300)]
Properly recognize and extract numeric ID from pseudo ID of Github tasks
Mikhail Golubev [Wed, 25 Feb 2015 14:14:46 +0000 (17:14 +0300)]
PY-15143 Do not allow to remove default value from parameter without any replacement provided
Roman Shevchenko [Wed, 25 Feb 2015 16:35:18 +0000 (17:35 +0100)]
IDEA-136810 ($HOME/idea.properties lookup returned)
Anna Kozlova [Wed, 25 Feb 2015 15:58:34 +0000 (16:58 +0100)]
new inference: proceed nested calls of the same method with dependencies between inference variables from different calls (IDEA-136716; IDEA-135286)
Anna Kozlova [Tue, 24 Feb 2015 18:36:47 +0000 (19:36 +0100)]
EA-64777 - IAE: RenameWrongRefFix.<init>
Anna Kozlova [Tue, 24 Feb 2015 18:29:19 +0000 (19:29 +0100)]
EA-65302 - IAE: JavaVersionServiceImpl.getJavaSdkVersion
peter [Wed, 25 Feb 2015 16:24:43 +0000 (17:24 +0100)]
dfa: check that states to be merged are really complementary (IDEA-136917)
Daniil Ovchinnikov [Tue, 24 Feb 2015 12:54:46 +0000 (15:54 +0300)]
@NotNull annotations
Roman Shevchenko [Wed, 25 Feb 2015 16:09:12 +0000 (17:09 +0100)]
IDEA-136810 (typo)
Vassiliy.Kudryashov [Wed, 25 Feb 2015 16:02:08 +0000 (19:02 +0300)]
IDEA-127739 Preview toolwindow disable for a while
Aleksey Pivovarov [Wed, 25 Feb 2015 15:45:34 +0000 (18:45 +0300)]
diff: check changes for strict equality
Otherwise there are possible cases, when Change is substituted by another one with same path (therefore equals()), but different content.
Aleksey Pivovarov [Wed, 25 Feb 2015 15:28:48 +0000 (18:28 +0300)]
diff: cleanup
* add contract for select()
* use selectNotNull only for explicit assertions
Aleksey Pivovarov [Wed, 25 Feb 2015 15:18:22 +0000 (18:18 +0300)]
diff: cleanup
Aleksey Pivovarov [Wed, 25 Feb 2015 15:08:51 +0000 (18:08 +0300)]
diff: fix capitalisation
Maxim.Mossienko [Wed, 25 Feb 2015 15:01:46 +0000 (16:01 +0100)]
Merge remote-tracking branch 'origin/master'
Maxim.Mossienko [Wed, 25 Feb 2015 14:55:54 +0000 (15:55 +0100)]
simplier code based on review comments
Roman Shevchenko [Wed, 25 Feb 2015 14:31:17 +0000 (15:31 +0100)]
Merge branch 'master' of git.labs.intellij.net:idea/community
Roman Shevchenko [Wed, 25 Feb 2015 14:30:32 +0000 (15:30 +0100)]
platofrm: set fsnotifier glibc compatibility only for i386/amd64
Based on https://github.com/JetBrains/intellij-community/pull/244
Dmitry Batrak [Wed, 25 Feb 2015 14:11:38 +0000 (17:11 +0300)]
EA-56937 - IAE: HighlighterFactory.createHighlighter
Dennis Ushakov [Wed, 25 Feb 2015 14:01:01 +0000 (17:01 +0300)]
additional test for smart pointers in xml
Andrey Vokin [Wed, 25 Feb 2015 13:24:29 +0000 (16:24 +0300)]
Completion preselection depends on context
Rustam Vishnyakov [Wed, 25 Feb 2015 13:22:18 +0000 (16:22 +0300)]
markdown4j license info
Dmitry Avdeev [Wed, 25 Feb 2015 12:37:46 +0000 (15:37 +0300)]
test fixed
Dmitry Avdeev [Wed, 25 Feb 2015 12:07:34 +0000 (15:07 +0300)]
cleanup
Vyacheslav Karpukhin [Wed, 25 Feb 2015 12:30:26 +0000 (13:30 +0100)]
CPP-2378 minor refactoring
Konstantin Bulenkov [Wed, 25 Feb 2015 12:21:57 +0000 (13:21 +0100)]
Darcula: make javadoc tags the same color as javadoc text
Alex Ruiz [Mon, 23 Feb 2015 07:27:06 +0000 (23:27 -0800)]
ModuleExtendedModel now exposes per configuration artifacts.
Change-Id: I105b34c96bb53ac93218aac3ffd92119a014bae8
Mikhail Golubev [Wed, 25 Feb 2015 12:01:13 +0000 (15:01 +0300)]
Merge remote-tracking branch 'origin/master'
Alexey Kudravtsev [Wed, 25 Feb 2015 11:41:08 +0000 (14:41 +0300)]
cleanup
Alexey Kudravtsev [Wed, 25 Feb 2015 11:40:55 +0000 (14:40 +0300)]
call inspectionFinished only once: IDEA-136834 LocalInspectionTool: inspectionFinished problemHolder contains no problems on first pass for opened file
Alexey Kudravtsev [Wed, 25 Feb 2015 10:40:48 +0000 (13:40 +0300)]
EA-65402 - CME: InspectionToolRegistrar.createTools
Alexey Kudravtsev [Tue, 24 Feb 2015 17:34:32 +0000 (20:34 +0300)]
unused jars removed
Alexey Kudravtsev [Tue, 24 Feb 2015 16:05:03 +0000 (19:05 +0300)]
cleanup
Bas Leijdekkers [Wed, 25 Feb 2015 10:36:03 +0000 (11:36 +0100)]
IG/IPP: remove duplication
Bas Leijdekkers [Wed, 25 Feb 2015 07:58:20 +0000 (08:58 +0100)]
IG: remove a little duplication
Bas Leijdekkers [Wed, 25 Feb 2015 07:33:43 +0000 (08:33 +0100)]
SSR: don't enable "apply constraint within type hierarchy" when not searching java
peter [Wed, 25 Feb 2015 09:52:02 +0000 (10:52 +0100)]
expand FileDocumentManager javadoc
peter [Wed, 25 Feb 2015 07:57:37 +0000 (08:57 +0100)]
assert about read action on each getDocument invocation (to get more exceptions)
Max Medvedev [Tue, 24 Feb 2015 22:15:23 +0000 (01:15 +0300)]
OC-11340 parameterized resolving (2)
Ilya.Kazakevich [Tue, 24 Feb 2015 21:19:32 +0000 (00:19 +0300)]
Merge remote-tracking branch 'origin/master'
Ilya.Kazakevich [Tue, 24 Feb 2015 21:16:05 +0000 (00:16 +0300)]
PY-14216 Code completion for Model.objects does not work with Django 1.7.x
PY-14714 Unresolved attribute reference 'objects' for class 'Foo'
Logic moved to DjangoTypeProvider according to review
Dmitry Batkovich [Tue, 24 Feb 2015 20:20:27 +0000 (23:20 +0300)]
dissociate resource bundle action: NPEs avoided
Alexander Lobas [Tue, 24 Feb 2015 20:09:28 +0000 (23:09 +0300)]
OC-11478 Navigate to super and overriding methods in Swift (after review 3)
Roman Shevchenko [Tue, 24 Feb 2015 19:44:28 +0000 (20:44 +0100)]
Merge remote-tracking branch 'origin/master'
Roman Shevchenko [Tue, 24 Feb 2015 19:40:08 +0000 (20:40 +0100)]
IDEA-136705 (delay post-execution refresh to allow FS changes to reach the IDE)
For this, save-and-sync handler API was extracted and used throughout the platform - including execution manager.
Dmitry Jemerov [Tue, 24 Feb 2015 19:04:18 +0000 (20:04 +0100)]
when retrieving available intention actions, use offset where the menu is going to be displayed instead of the current offset (IDEA-105329)
Dmitry Jemerov [Tue, 24 Feb 2015 17:37:50 +0000 (18:37 +0100)]
export to HTML: take read actions properly (IDEA-136348), remove unnecessary extension point and support method separators in all IDEs, not just in IDEA
Dmitry Jemerov [Tue, 24 Feb 2015 17:07:58 +0000 (18:07 +0100)]
some javadocs
Roman Shevchenko [Tue, 24 Feb 2015 18:57:54 +0000 (19:57 +0100)]
Cleanup (daemon test to use existing API instead of impl. method; formatting; typos)
Gregory.Shrago [Tue, 24 Feb 2015 18:43:23 +0000 (21:43 +0300)]
cleanup: use CUSTOM_COMPONENT_PROPERTY property
Anna Kozlova [Tue, 24 Feb 2015 18:00:41 +0000 (19:00 +0100)]
new inference: nothing should be cached during overload resolution (IDEA-136759)
Anna Kozlova [Tue, 24 Feb 2015 15:47:28 +0000 (16:47 +0100)]
method refs: distinguish 2 searches for ReferenceType::Identifier refs
Egor.Ushakov [Tue, 24 Feb 2015 18:03:36 +0000 (21:03 +0300)]
extra check for threading
Egor.Ushakov [Tue, 24 Feb 2015 17:59:50 +0000 (20:59 +0300)]
java debugger cleanup
Ekaterina Tuzova [Tue, 24 Feb 2015 18:01:46 +0000 (21:01 +0300)]
Merge remote-tracking branch 'origin/master'
Ekaterina Tuzova [Tue, 24 Feb 2015 18:01:19 +0000 (21:01 +0300)]
fixed PY-14971 Unresolved references: numpy.isnan, numpy.double
added double as dtype
Gregory.Shrago [Tue, 24 Feb 2015 17:55:27 +0000 (20:55 +0300)]
Let toolbar buttons do their work in Find popup & do not blink too much
Ekaterina Tuzova [Tue, 24 Feb 2015 17:52:26 +0000 (20:52 +0300)]
Merge remote-tracking branch 'origin/master'
Ekaterina Tuzova [Tue, 24 Feb 2015 17:51:44 +0000 (20:51 +0300)]
better naming PY-11316 Unresolved reference 'numpy.square'
Egor.Ushakov [Tue, 24 Feb 2015 17:14:33 +0000 (20:14 +0300)]
EA-65307 - ISE: XDebugSessionImpl.getRunContentDescriptor