Anna.Kozlova
e08efff14a
updated inspection description
2016-05-13 18:55:16 +02:00
Kirill Likhodedov
bccbeb8a9c
IDEA-153870 don't fail completely if the submodule is not registered
...
If submodule has changed, it appears as a dir locally changed in the
main repository => is among filesToCheckin.
Its .git dir is found by GitUtil.gitRoots() because it searches the FS
rather than looks into mappings (which is inconsistent, but changing
it now is frightening).
2016-05-13 19:53:32 +03:00
Andrey Starovoyt
cc8974e02a
java postfix template: fix example
2016-05-13 19:39:09 +03:00
Andrey Starovoyt
134c9f30e6
java postfix templates: add braces for while loop IDEA-153730
2016-05-13 19:29:39 +03:00
Gregory.Shrago
a3d2b8f1d0
force unicode 2.0 to reduce static memory footprint: regen
2016-05-13 19:22:59 +03:00
Gregory.Shrago
5e0682be20
force unicode 2.0 to reduce static memory footprint
2016-05-13 19:20:58 +03:00
Gregory.Shrago
bb178d6978
IDEA-CR-10661 cosmetic
2016-05-13 19:03:09 +03:00
Kirill Likhodedov
f86ef4910b
more correct parent disposable
2016-05-13 18:55:35 +03:00
Maxim.Mossienko
69bb948977
proceed with event processing once indices are initialized
2016-05-13 17:44:39 +02:00
Dennis Ushakov
04bd359910
pass editor being dropped at
2016-05-13 18:35:43 +03:00
Dennis Ushakov
eb53947b6f
cleanup
2016-05-13 18:35:43 +03:00
peter
e68d6eac26
IDEA-155716 Statically imported method should be higher in the completion list
2016-05-13 17:15:10 +02:00
Julia Beliaeva
4f0ea3d8bf
[vcs-log] add repaint
2016-05-13 18:03:07 +03:00
Julia Beliaeva
c7d904b23d
[vcs-log] add border to "showing only 50 commits..." label
2016-05-13 18:03:06 +03:00
Julia Beliaeva
fd739eed76
[vcs-log] separate details panel notifications
...
* selection changed -- rebuild the whole component;
* some details were loaded -- set new details and request for branches;
* containing branches calculated -- just take branches from cache.
However, this does not solve problem with branches hanging completely. For that, need to rewrite ContainingBranchesGetter.
Also, it would not hurt to request full details for the whole selection, not one by one.
2016-05-13 18:03:04 +03:00
Julia Beliaeva
3e72d568c1
[vcs-log] simplify code that creates commit panels
2016-05-13 18:03:03 +03:00
Julia Beliaeva
9922177bda
[vcs-log] separate code that rebuilds commit panels and code that updates them
2016-05-13 18:03:01 +03:00
Julia Beliaeva
4ad7ead95f
[vcs-log] minor: rename myTaskCompletedListener -> myContainingBranchesListener and use lambdas
2016-05-13 18:03:00 +03:00
Julia Beliaeva
19626d5193
[vcs-log] minor: Nullable
2016-05-13 18:02:58 +03:00
Julia Beliaeva
6ebc5e059b
[vcs-log] move startLoading out of CommitPanel
2016-05-13 18:02:56 +03:00
Julia Beliaeva
82f864deb5
[vcs-log] check if something changed when updating details
2016-05-13 18:02:55 +03:00
Bas Leijdekkers
fb862488de
allow to modify proxy port with mouse wheel
2016-05-13 16:42:20 +02:00
Bas Leijdekkers
96d99f4686
IDEA-155635 (Select all when focus is switched into proxy port number field)
2016-05-13 16:42:19 +02:00
Bas Leijdekkers
a4cf27120f
IG: add test case
2016-05-13 16:42:18 +02:00
Bas Leijdekkers
6f6da592f6
make IG test light
2016-05-13 16:42:17 +02:00
peter
d91c606bfa
IDEA-155984 Completion suggests nothing if you try to complete a variable before a call
2016-05-13 16:15:16 +02:00
peter
d8093d9057
IDEA-155801 "Dereference may produce NPE" warning should handle implicit constructor calls.
2016-05-13 16:15:15 +02:00
peter
786b4f5048
IDEA-156007 'Constant conditions & exceptions' inspection should propagate @Nullable/@NotNull annotations to lambda parameters
2016-05-13 16:15:15 +02:00
peter
f54e06de93
IDEA-155572 Basic completion could prefer false when boolean is expected
2016-05-13 16:15:14 +02:00
peter
9a2d188dad
use app invokeLater in toolwindow CommandProcessor to avoid transaction assertions (EA-82213)
2016-05-13 16:15:14 +02:00
Roman Shevchenko
b479dd2d1c
[platform] allows the IDE to be launched from UNC share (IDEA-56577)
2016-05-13 16:13:22 +02:00
Anna.Kozlova
6b98c4b313
ensure cached dead code inspection doesn't work in the next run, as extensions are cleared on dispose - consequence runs would be invalid (IDEA-154064)
2016-05-13 15:57:34 +02:00
Anna.Kozlova
bb213540e4
extend UnnecessaryQualifierForThisInspection for super calls (IDEA-153781)
2016-05-13 15:57:34 +02:00
Anna.Kozlova
89d85c2353
EA-81708 - NPE: XmlTagManipulator.handleContentChange
2016-05-13 15:57:34 +02:00
Anna.Kozlova
2f4919bab4
customize enter handler after unmatcjed brace to insert rBrace after first expression of expression list if applicable (IDEA-152395)
2016-05-13 15:57:34 +02:00
Liana Bakradze
e025af835e
EDU-214 Exception in PyCharm Core when opening python console
2016-05-13 16:44:30 +03:00
Vassiliy.Kudryashov
3f8dfc30e0
refactor "suggestUniqueName"
2016-05-13 15:57:01 +03:00
Alexey Kudravtsev
7b2c334f36
NPE
2016-05-13 15:36:30 +03:00
Alexey Kudravtsev
7005af7a7a
lambdify
2016-05-13 15:36:30 +03:00
Dmitry Batrak
22492f03dc
update bundled runtime from update script - correct path to java binary on OS X
2016-05-13 15:03:33 +03:00
Dmitry Batrak
98bb7e28f5
update bundled runtime from update script - correct detection of whether the property was set (existing JRE version check works again now)
2016-05-13 15:03:33 +03:00
Michael Golubev
a62d7783d3
IDEA-155353: Docker. Idea hangs after opening some amount of container tabs
...
- but while debugging for IDEA-155353, I can see that the modified selectionChanged is called from ContentManagerImpl#removeFromSelection
- - which re-selects the un-selected component, leading to really weird effects later
- may be more conservative check ( == ContentOperation.add) is better
(cherry picked from commit c823f36 after IDEA-CR-10590)
2016-05-13 13:55:22 +02:00
peter
fd8636b9c6
recreate cached value with the new provider when it's outdated, to be more tolerant to providers capturing variables from the call context
2016-05-13 12:31:31 +02:00
Alexey Kudravtsev
a6ec1597be
show "101 sub classes found so far" instead of just "classes found" to be able to tell if the search is finished; removed special unit-test-only mode from GotoImplementationHandler
2016-05-13 13:03:02 +03:00
Alexey Kudravtsev
7b037bf9c0
cleanup
2016-05-13 13:03:02 +03:00
Alexey Kudravtsev
834dfce3fe
replaced childish finger-counting with math
2016-05-13 13:03:02 +03:00
Alexey Kudravtsev
857743a8f4
cleanup
2016-05-13 13:03:02 +03:00
Alexey Kudravtsev
be0d5dcf3a
assertion for not performing PSI modifications during highlighting added
2016-05-13 13:03:02 +03:00
Gregory.Shrago
61aa164565
more tweaks for IDEA-141620: skip !, ++, --
2016-05-13 12:56:15 +03:00
Anton Tarasov
a0c93d20d7
[follow-up] reset FocusWatcher.myTopComponent to null
...
Turn FocusWatcher.myTopComponent into weak ref.
2016-05-13 12:45:12 +03:00