peter
1b7a05e26f
IDEA-138553 Inspection for usages of Optinoal.ofNullable() for values known to be null or non-null
2015-04-14 23:12:38 +03:00
Ilya.Kazakevich
332d570706
Merge remote-tracking branch 'origin/master'
2015-04-14 22:49:37 +03:00
Ilya.Kazakevich
47fbe0f2f9
Error messages in BDD are always converted to UTF-8 regardless python version for PY-15258
2015-04-14 22:46:30 +03:00
Sergey Savenko
9777f34072
UIUtil.createImageForGraphics: do not create HiDPI images for non-HiDPI graphics
2015-04-14 21:09:10 +03:00
Sergey Savenko
0909619303
EditorTextFieldCellRenderer: get rid of TRP-specific border painting hacks
2015-04-14 21:09:10 +03:00
Sergey Savenko
1551d12209
EditorTextFieldCellRenderer: make the renderer component public, simplify API
2015-04-14 21:09:09 +03:00
Roman Shevchenko
2f91a3b6a4
Cleanup (no PSI leak in quick fix; deprecated calls dropped)
2015-04-14 19:17:56 +02:00
Aleksey Pivovarov
671d4988aa
diff: fix initial scroll position for "Go To Change" action
...
if we select change in constructor, while ChangeTreeList has zero size, scroll position will be wrong
2015-04-14 20:13:18 +03:00
Anna Kozlova
f6088bd6a6
do not deduplicate tests if test tree was not built
2015-04-14 19:10:15 +02:00
Anna Kozlova
4a47a6bfb7
NPE
2015-04-14 19:10:14 +02:00
Anna Kozlova
6c780e752f
testng sm runner: include param names in tree view presentation
2015-04-14 19:10:13 +02:00
nik
f756f4456d
include real produce code to 'api-version' to ensure that correct code is passed by Android Studio to plugin repository and exception reporter
2015-04-14 18:57:28 +03:00
Vladimir Krivosheev
f8c4b41883
WEB-15467 copy / paste debugger watch values as JSON string
2015-04-14 17:51:22 +02:00
Vladimir Krivosheev
6583698e7a
simplify — get rid of "Show functions"
2015-04-14 17:51:21 +02:00
Mikhail Golubev
1c046432d4
Quickfix "Wrap with double quotes" properly handles single and double quotes inside JSON string
2015-04-14 18:47:52 +03:00
Mikhail Golubev
6099531802
Get rid of deprecated StringUtil#stripQuotesAroundValue in favor of more robust JsonPsiUtil#stripQuotes
2015-04-14 18:47:51 +03:00
Mikhail Golubev
53594b2004
IDEA-138902 Do not omit wrapping for the first item in JSON arrays in objects
2015-04-14 18:47:51 +03:00
Mikhail Golubev
0cc893db95
IDEA-138792 Use wrapFirstElement=false property for wrapping in JSON formatter
...
For some reason the opposite value of this property leads to
excess calls of CoreFormatterUtil#getStartColumn(block) (via
isSuitableInCurrentPosition(wrap)) which is very
heavy in case of single long line of minified JSON.
Also add "none" wrap before commas just in case.
2015-04-14 18:47:51 +03:00
Mikhail Golubev
ad899a88ac
Add method isEmpty() in PySequenceExpression, simplify several usages of getElements()
2015-04-14 18:47:50 +03:00
Sergey Simonchik
6ca140ef39
SSR: StringUtil.stripQuotesAroundValue -> StringUtil.unquoteString
2015-04-14 18:44:26 +03:00
Sergey Malenkov
8d7378ccc3
Fix jumping of plugins with long names
2015-04-14 17:42:45 +02:00
Sergey Ignatov
1f9949af28
ui util.isRetina: process IllegalArgumentException as well
2015-04-14 18:22:47 +03:00
Kirill Likhodedov
ac725fbfec
[git] IDEA-139020 apostrophe should be escaped in MessageFormat
2015-04-14 18:12:59 +03:00
Sergey Simonchik
a782fa8b07
undeprecate StringUtil.stripQuotesAroundValue in order to allow valid odd usages, update its javadoc and add SSR
2015-04-14 18:03:29 +03:00
Aleksey Pivovarov
b4badef6fe
diff: iterating between differences should make both sides visible
...
* work around SyncScroll issue with big insertion/deletion at the end of file
* move carets in all editors to change
2015-04-14 17:48:37 +03:00
Anna Kozlova
9476fcf548
sm java test locator: accept param names with dot inside
2015-04-14 16:34:46 +02:00
Anna Kozlova
08a5ba094f
pull up: skip conflict if super method is available in target module
2015-04-14 16:34:45 +02:00
Anna Kozlova
b838f7b960
logging for EA-67346 - assert: InferenceSession.collectApplicabilityConstraints
2015-04-14 16:34:44 +02:00
Anna Kozlova
1a26481c7d
logging for EA-67345 - assert: InferenceSession.argConstraints
2015-04-14 16:34:43 +02:00
Anna Kozlova
d1c2b6e5ef
EA-67432 - IOE: PsiJavaParserFacadeImpl.createStatementFromText
2015-04-14 16:34:41 +02:00
Vladimir Krivosheev
9bd3de1a08
IDEA-65437 Tomcat server console: support ANSI coloring
2015-04-14 16:20:50 +02:00
Nadya Zabrodina
233ead98d3
PushDialog: undo action supported for sync target editing; appropriate ISE fixed
2015-04-14 17:04:25 +04:00
Nadya Zabrodina
b98aa8ed5b
IDEA-138181 Push Dialog: "Edit all targets" should sync targets on enabling
2015-04-14 17:04:25 +04:00
Nadya Zabrodina
429fd1dec6
IDEA-138180 Push Dialog: last target is invisible (if it has no commits to push)
...
* scroll bar sometimes doesn't appear when needed, and only a part of last commit is visible->collapse and re-expand or resize helps
2015-04-14 17:04:24 +04:00
Nadya Zabrodina
dfc2bc2a5f
several cases for user and email parsing test added
2015-04-14 17:04:24 +04:00
Alexey Kudravtsev
1a362ba861
NPE in upsource
2015-04-14 16:47:07 +03:00
Kirill Likhodedov
2d32cc3547
[vcs] IDEA-137838 IDEA-130530 make ctrl+C copy file name
...
Because there is already ctrl+shift+C for the full path.
2015-04-14 15:36:55 +03:00
Kirill Likhodedov
001ee0bce5
[vcs] IDEA-117394 set empty text to "loading..." only if in refresh
2015-04-14 15:36:54 +03:00
Oleg Sukhodolsky
5fb05041b1
More @NotNull
2015-04-14 15:02:27 +03:00
Yann Cébron
fe6bf66f6c
Merge remote-tracking branch 'origin/master'
2015-04-14 13:36:29 +02:00
Yann Cébron
08d707b793
DevKit: plugin.xml deprecated/unused highlighting includes element info
2015-04-14 13:35:39 +02:00
Daniil Ovchinnikov
54276bc2fc
[groovy] recognize "-minimal" jars in library
2015-04-14 14:35:16 +03:00
Alexey Kudravtsev
2e7059c38b
delay initialization for upsource
2015-04-14 14:20:17 +03:00
Anna Kozlova
206cfa77d8
test data preprocessed
2015-04-14 12:43:41 +02:00
Anna Kozlova
4a7cc5004f
read action (IDEA-CR-2350)
2015-04-14 12:04:42 +02:00
Yann Cébron
3aeaf88017
DevKit: @Presentation "icon" works in non-IDEA plugin project, resolve "AllIcons" references in non-IDEA plugin project
2015-04-14 11:53:56 +02:00
Egor.Ushakov
6a618d9e76
IDEA-138578 Debugger spuriously jumps to decompiled method signature
2015-04-14 12:33:52 +03:00
Yann Cébron
9e2e426496
DevKit: register XmlAttribute "icon" references only in plugin.xml files
2015-04-14 11:24:20 +02:00
Anna Kozlova
f9884861c4
testng: prepare for fork mode
2015-04-14 10:06:33 +02:00
Anna Kozlova
ecec6791db
junit: test working dir file content
2015-04-14 10:06:32 +02:00