Bas Leijdekkers
80c1fc4a87
fix JavadocInspectionQuickFixTest
2013-10-07 11:04:49 +02:00
Bas Leijdekkers
a0163c7c3d
fix test data
2013-10-07 11:04:49 +02:00
Dennis Ushakov
67a770c109
CR-IC-2646
2013-10-07 12:49:19 +04:00
peter
54bcee3e3c
revert suggestions to create plain file until they're not so silly (create a.html or HTML file?)
2013-10-07 10:42:08 +02:00
nik
e8c8835cfb
xdebugger: method renamed
2013-10-07 10:11:36 +04:00
Dmitry Trofimov
5d1ace46e4
Merge remote-tracking branch 'origin/master'
2013-10-07 02:59:54 +02:00
peter
46a5f0e96b
IDEA-113546 Suggest to create a plain file when creating a Java class with a suspicious name
2013-10-06 23:21:27 +02:00
peter
c674398043
IDEA-74901 Fold simple property accessors inline
2013-10-06 23:21:27 +02:00
Dmitry Trofimov
a39b55ab28
Fix localhost problem on Mac OSX Lion (see Serge's comment in PY-7070).
2013-10-06 22:59:38 +02:00
Dmitry Trofimov
2080f8393a
Fix ISE (PY-10880).
2013-10-06 21:45:17 +02:00
Bas Leijdekkers
faaea767e5
do not unnecessarily write inspection settings
2013-10-06 21:35:54 +02:00
peter
617824b1f3
IDEA-113940 Enter in comment leads to inconsistent caret position
2013-10-06 09:29:57 +02:00
Bas Leijdekkers
b21a51bac3
fix test data
2013-10-05 23:13:48 +02:00
peter
0138fecbf5
don't suggest Math methods inside a Math method call (IDEA-114408)
2013-10-05 23:00:53 +02:00
Anton Makeev
7b4ed133ad
AppCode: initial folding tests + tests for OC-8400 fix + correctly merge @import and #import in one block
2013-10-05 22:30:52 +02:00
Aleksey Pivovarov
e7a8a0d273
Github: use prefix for @TestOnly functions
2013-10-05 17:09:46 +04:00
Aleksey Pivovarov
f00f1e97be
Github: rename setting
2013-10-05 17:09:46 +04:00
Bas Leijdekkers
a8695ad7d5
IDEA-114069 (Add 'no package Javadoc' inspection)
2013-10-05 13:19:10 +02:00
Konstantin Bulenkov
18e8e7fd5a
Merge remote-tracking branch 'origin/master'
2013-10-05 00:36:35 +02:00
Konstantin Bulenkov
c03978157f
fix popup flickering under Darcula
2013-10-05 00:35:34 +02:00
Bas Leijdekkers
7b3d333cc1
javadoc tag completion in package-info.java
2013-10-04 22:12:57 +02:00
anna
38c2b908a9
Merge remote-tracking branch 'origin/master'
2013-10-04 21:50:34 +02:00
anna
33c6f68fd0
new inference: tweaks to order additional constraints
2013-10-04 21:49:06 +02:00
peter
2350ee1bf9
fix tests
2013-10-04 21:31:56 +02:00
anna
8cb52c8b40
replace conditional with if else: fix with variable and array initializer
2013-10-04 20:37:07 +02:00
anna
ddeea16f5b
new inference: infer from type pair with PsiType.NULL when not enough data is provided
2013-10-04 20:37:06 +02:00
anna
ad4eead64a
new inference: prefer no vararg methods
2013-10-04 20:37:06 +02:00
peter
818c2d0164
more diagnostics for JavaChainLookupElement insertion assertion (EA-50180)
2013-10-04 18:17:13 +02:00
peter
1ed5700f07
diagnostics instead of SIOOBE when checking completion copy consistency (EA-48732)
2013-10-04 18:17:13 +02:00
peter
5978891571
diagnostics instead of NPE when accessing disposed lookup (EA-48887)
2013-10-04 18:17:13 +02:00
peter
7fdd9858fc
let lookup iself hide when the editor is hidden (EA-40772)
2013-10-04 18:17:12 +02:00
peter
cfdef3af2c
don't let rendering exceptions spoil completion state (EA-30289)
2013-10-04 18:17:12 +02:00
peter
e1295aba5d
if type's class is invalid, display its invalidity diagnostics (EA-49843)
2013-10-04 18:17:12 +02:00
peter
32b3b701d2
more diagnostics for TypeConversionUtil.getSuperClassSubstitutor (EA-49926)
2013-10-04 18:17:12 +02:00
peter
36845f0fa2
cleanup
2013-10-04 18:17:11 +02:00
peter
a53e0ea2ea
a bit more diagnostics for getText inconsistencies (EA-49937)
2013-10-04 18:17:11 +02:00
peter
24bb2905e3
use ensureValid (EA-50088)
2013-10-04 18:17:11 +02:00
Nadya Zabrodina
e9066a6e47
Tooltip Error message added for incorrect directory mappings in HgWorkingCopyRevisionsCommand
...
*common notification listener created separately in error util class, to avoid code duplication.
*notification should temporary prevent some errors with <Project> maps.
2013-10-04 19:17:27 +04:00
Nadya Zabrodina
b6d6615440
IDEA-114428 Clear-text Mercurial passwords in idea.log
2013-10-04 19:17:27 +04:00
Nadya Zabrodina
94cc8b6e7b
(EA-50303) - fixed.
...
*if target revision is NULL_REVISION return input hgFile
2013-10-04 19:17:26 +04:00
Sergey Evdokimov
d3cb622b59
IDEA-113936 Dependency autocompletion causes confusing behaviour when editing POMs
2013-10-04 18:38:59 +04:00
peter
930727b278
don't call exception-throwing equals in RecursionManager cleanup (EA-42400)
2013-10-04 15:48:23 +02:00
peter
d3d8615c07
possible fix for testNonFinishedParameterComma
2013-10-04 15:48:23 +02:00
peter
6b8a5fee8d
some params for RollingFileAppender
2013-10-04 15:48:22 +02:00
nik
5dda4ae3e5
fixed memory leak in Disposer in tests
2013-10-04 16:59:54 +04:00
Oleg Sukhodolsky
a40cf24675
RUBY-14125: fixed NPE in jsch.
...
See jsch-ruby-14125.pch for changes
2013-10-04 16:58:45 +04:00
Denis Fokin
d096aecf66
Better topmost window evaluation, ModalityHelper is extracted in a separate class. Some warnings have been eliminated.
2013-10-04 16:31:44 +04:00
Eugene Zhuravlev
2c4d4ee5b4
change resulting message level from "warning" to "information"
2013-10-04 14:25:26 +02:00
Denis Fokin
9bce39d3ec
Internal actions for manual mac messages and modality testing.
2013-10-04 16:04:34 +04:00
Alexey Kudravtsev
6761eca257
cleanup
2013-10-04 15:43:47 +04:00