Andrey Vlasovskikh
bdac622cc6
Added Python modules to 'Navigate to class' and 'Navigate to symbol' results (PY-6923)
2014-02-21 15:11:14 +04:00
Andrey Vlasovskikh
6c401b1682
Added Python module names index (PY-6923)
...
The index contains a map from module name (without '.py') to its
VirtualFile. The index stores '__init__.py' files under their package
name.
2014-02-21 14:59:55 +04:00
Andrey Vlasovskikh
3ab174043d
Merge remote-tracking branch 'origin/master'
2014-02-20 14:35:53 +04:00
Vladimir Krivosheev
cd937d15f6
better class naming
2014-02-20 11:33:37 +01:00
Vladimir Krivosheev
709bbc08d7
better class naming
2014-02-20 11:32:25 +01:00
Andrey Vlasovskikh
c6ad195e40
Merge branch 'python-fixes'
2014-02-20 14:31:56 +04:00
Vladimir Krivosheev
4a5c63e947
add MarkupModelListener.Adapter
...
js repl: fix assertion on "Clear All"
2014-02-20 11:26:43 +01:00
Vladimir Krivosheev
ff1625e353
cleanup
2014-02-20 11:26:43 +01:00
Andrey Vlasovskikh
8af73b7185
Don't resolve to file-level '__metaclass__' in PyClass.getMetaClassExpression() (PY-12127)
...
This method is invoked during indexing and it shouldn't resolve
references extensively. Related to this issue, the return type of
PyClass.getMetaClassType() has been changed in order to be able to
return weak metaclass types.
2014-02-20 14:04:56 +04:00
Dmitry Batrak
abd4c25a0a
IDEA-80056 Column selection mode improvement
...
* fix issue with Select/Unselect next occurence actions
* fix regression (IDEA-121011)
2014-02-20 13:38:15 +04:00
Max Medvedev
14d837e464
IDEA-120526 Groovy: Inline super.call()
2014-02-20 13:24:03 +04:00
Max Medvedev
706564195c
IDEA-120979 Static method call in instance context
2014-02-20 13:24:02 +04:00
Max Medvedev
970da5874a
fix contracts
2014-02-20 13:24:02 +04:00
Max Medvedev
4fdbc8c6f7
IDEA-120885: complete 'as' keyword in appropriate place
2014-02-20 13:24:01 +04:00
Vladimir Krivosheev
8342f327ae
fix JsDebugConfigurationConverterTest
2014-02-20 10:21:48 +01:00
Roman Shevchenko
993f8c1ee1
Test fix; cleanup (formatting)
2014-02-20 10:16:35 +01:00
Egor.Ushakov
987d9d4481
IDEA-120931 Threads tree in "Debugger" pane displays incorrect thread name
2014-02-20 13:10:32 +04:00
Egor.Ushakov
9db0214a30
IDEA-120994 Debugger: tooltip on multiline string value - no need to escape quote characters
2014-02-20 12:40:51 +04:00
Dmitry Avdeev
ef685dfb7c
test fixed
2014-02-20 12:26:32 +04:00
Dmitry Avdeev
cd39c84585
remote templates
2014-02-20 12:12:55 +04:00
Ekaterina Tuzova
35825601d3
Merge remote-tracking branch 'origin/master'
2014-02-20 12:09:42 +04:00
Ekaterina Tuzova
7de9df14ab
fixes according code review
2014-02-20 12:09:19 +04:00
Dmitry Avdeev
59b76f6efa
suppressed for tests
2014-02-20 11:28:09 +04:00
Dmitry Avdeev
6a696ee8d0
create project from template: radio button replaced with checkbox
2014-02-20 11:23:28 +04:00
Dmitry Batrak
9e8ad701fa
IDEA-80056 Column selection mode improvement
...
avoid shadowing 'Navigate' menu shortcut
2014-02-20 11:07:42 +04:00
Dmitry Trofimov
c1073f8c94
CR-IC-4035
2014-02-20 02:47:38 +01:00
Dmitry Trofimov
aa2ed975f5
Add jira to build in community
2014-02-20 01:59:05 +01:00
Anna Kozlova
b11d66e0f1
new inference: method refs: do not include containing class type params in inference
2014-02-19 21:00:44 +01:00
Anna Kozlova
bac3191c7a
new inferencve: do not apply substitution twice for additional constraints
2014-02-19 21:00:43 +01:00
Anna Kozlova
2a16fd1641
new inference: lambda functional type detection
2014-02-19 21:00:42 +01:00
Anna Kozlova
3093e7e63f
testdata fixed
2014-02-19 21:00:41 +01:00
Vladimir Krivosheev
97b25c15b4
BaseProgramRunner must be internal
2014-02-19 20:38:39 +01:00
Roman Shevchenko
68eb92a8fb
EA-54083 (diagnostic)
2014-02-19 20:33:10 +01:00
Vladimir Krivosheev
0bff0b998b
ProcessBackedExecutionEnabledCondition must not be public (and originally was not intended, but we keep backward compatibility)
2014-02-19 20:12:25 +01:00
Vladimir Krivosheev
1b0e049ac9
cleanup
2014-02-19 20:12:24 +01:00
Vladimir Krivosheev
16ae520488
ConsoleExecuteActionHandler renamed to ProcessBackedConsoleExecuteActionHandler, keep backward compatibility
2014-02-19 20:12:24 +01:00
Vladimir Krivosheev
b7f131ab3b
ConsoleExecuteActionHandler renamed to ProcessBackedConsoleExecuteActionHandler
2014-02-19 20:12:23 +01:00
Vladimir Krivosheev
415bd34462
ConsoleExecuteActionHandler renamed to ProcessBackedConsoleExecuteActionHandler
2014-02-19 20:12:23 +01:00
Vladimir Krivosheev
78a6a8b4ba
remove ruby variant of ConsoleExecuteAction — platform implementation is enough
...
simplification — ConsoleExecuteActionHandler could be also as Condition (we must rename this class to ProcessBackedConsoleExecuteActionHandler — todo)
2014-02-19 20:12:22 +01:00
Vladimir Krivosheev
0912938b2f
cleanup
2014-02-19 20:12:21 +01:00
Vladimir Krivosheev
dec28d247f
revert unfinished changes
2014-02-19 20:12:21 +01:00
Roman Shevchenko
9495ef2667
IDEA-119396 (be picky about unfinished annotated new array expressions)
2014-02-19 19:31:45 +01:00
Roman Shevchenko
ead0734f08
Cleanup (test moved to platform)
2014-02-19 19:31:45 +01:00
Vladimir Krivosheev
3f5ed3f67c
IDEA-120952
2014-02-19 19:12:14 +01:00
Mikhail Golubev
0850b33d82
Merge remote-tracking branch 'origin/master'
2014-02-19 19:42:22 +04:00
Mikhail Golubev
3e4618e56c
Modify test to attempt to set required initial state, if it's wrong
2014-02-19 19:41:09 +04:00
Dmitry Trofimov
c068d8e614
Fix build due to moved jira module.
2014-02-19 16:33:22 +01:00
Mikhail Golubev
eda25d094f
Add missing module to layout.gant
2014-02-19 19:27:51 +04:00
Bas Leijdekkers
9781b1d429
IDEA-119819 (Cannot suppress warnings for inspection "Unnecessary unicode escape sequence")
2014-02-19 16:06:02 +01:00
Vladimir Krivosheev
f1f14d5d43
use setRightMarginShown instead of nullify color +review
2014-02-19 15:58:52 +01:00