Commit Graph
219064 Commits
Author SHA1 Message Date
Roman.Ivanov a9b2ba633f Create intention to change serialVersionUID: IDEA-25703 2018-05-08 11:59:36 +07:00
Roman.Ivanov 5147b0b394 Create intention to change serialVersionUID: IDEA-25703 2018-05-08 11:59:36 +07:00
Tagir Valeev a93cb6b9a5 Java slicing: support -> this/-> paramN contracts
Fixes IDEA-121571 Feature request: A Contract Annotation that indicates that a method returns its argument
2018-05-08 11:53:19 +07:00
Dmitry Neverov 50268274cd Support several postfix live templates on the same key
Need it for GO-4845 where same postfix sort template is expanded
differently depending on the type of the element it is invoked on.
2018-05-08 06:01:53 +02:00
Gregory.Shrago c5cb87e3f5 do not create default project on app dispose
To avoid exceptions on exit like:
java.lang.RuntimeException: Memory leak detected: 'com.intellij.openapi.vfs.encoding.EncodingManagerImpl@695b8c2c' of class com.intellij.openapi.vfs.encoding.EncodingManagerImpl
See the cause for the corresponding Disposer.register() stacktrace:
2018-05-08 04:24:58 +03:00
Vassiliy.Kudryashov a722c59457 UX-223 Data Sharing dialog: what does "cancel" button mean 2018-05-08 01:07:48 +03:00
Max Medvedev 209a77ae9d [MultiCharQuoteHandler] add more @NotNull annotations 2018-05-07 22:52:55 +02:00
Max Medvedev 5acf36e167 [MultiCharQuoteHandler] add @NotNull annotation 2018-05-07 22:51:41 +02:00
Sergey Karashevich d0acde2c46 [gui-test] fix typo 2018-05-07 22:06:22 +03:00
Sergey Karashevich 13a0673bef [gui-test] fix DockedModeGuiTest 2018-05-07 22:01:15 +03:00
Semyon Proshev 9eaf835b52 Sync with typeshed @ d854d7e2a08b3aaf2192609f641d6c16dfd77d6c 2018-05-07 21:57:30 +03:00
Maxim Kropotov fe6f9e6187 suppress json schema download for JSCS config, WEB-32613 2018-05-07 21:43:22 +03:00
Maxim Kropotov e1c7ce2f52 set default for JSON Schema Update task to ALL 2018-05-07 21:43:22 +03:00
Petr Kudriavtsev c5eae54796 Clang daemon (CPP-81): added registry key to run clang-tidy after a parse is done 2018-05-07 21:20:21 +03:00
Alexander Lobas 63e37795c2 IDEA-186805 Rework plugin page: roll back hover selection 2018-05-07 21:14:10 +03:00
Julia Beliaeva 50d07e40d3 [git] use relative path to touch a file 2018-05-07 20:53:07 +03:00
Alexander Lobas 75edf4d572 IDEA-186805 Rework plugin page: icons 2018-05-07 20:39:23 +03:00
Alexey Utkin 11ed8aec7b CPP-12350 Implement calculation of indentation in line from the information of the lexer
* `cidr.indent.lexer.only.cpp`: false -> true
2018-05-07 20:30:23 +03:00
Denis Fokin c53b0b87bc IDEA-55029 On breakpoint hit, cursor focus does not switch to breakpoint location 2018-05-07 20:20:20 +03:00
Yaroslav Pankratyev f25fc66254 DevKit: cross-language ComponentNotRegisteredInspection + minor refactoring 2018-05-08 00:10:45 +07:00
Dmitry Batkovich 10084e7c98 redundant throws fix: show confirmation dialog if exception removal will break source code (IDEA-183753) 2018-05-07 19:53:48 +03:00
Anton Lobov 46bfcf25ac WEB-32698 JSON Schema selection menu should work for JSON fragm. editor 2018-05-07 18:43:59 +02:00
Anton Lobov f7de93b3a9 json enter handling: check ranges 2018-05-07 18:43:58 +02:00
Anton Tarasov abc458bb0e Show placeholder when SVG is edited incorrectly 2018-05-07 19:29:30 +03:00
Aleksey Pivovarov 9838d6a5cf ui: erase "isHovered" ActionButton state when it is hidden
Button stucks in "hovered" mode, if click on it causes active Toolwindow
tab to change (thus, hiding the toolbar with this button).
Or if active tab is changed by hotkey press while button is being hovered.

(cherry picked from commit ad8171a577)
2018-05-07 19:26:05 +03:00
Gregory.Shrago 55a82fdaf7 make AbstractPopups work as ActionPopupMenus from floating toolbars
(cherry picked from commit fe379917ed)
2018-05-07 19:26:04 +03:00
Alexander Zolotov 4af2e12b66 Do not initialize icons while running the application 2018-05-07 19:13:17 +03:00
Alexander Zolotov e1fc982169 Do not load JBColor and other UI stuff before showing the splash if not
needed
2018-05-07 19:13:17 +03:00
Leonid Shalupov 30ba0fc2e9 Store big exception attachments on disk, this prevents OOM in Rider on attaching compressed logs IDEA-CR-32281 2018-05-07 18:01:51 +02:00
Aleksey Pivovarov 465582ae75 SVG viewer: show fallback image if link can't be loaded
ex: if svg icon from VCS is referencing file that was removed
2018-05-07 18:55:58 +03:00
Svetlana.Zemlyanskaya 1e641be83a Call before/after callbacks for actions invoked from popups 2018-05-07 17:51:45 +02:00
Dmitry Jemerov 5e7de67487 Show branch information only when showing local changes
IDEA-CR-32403
2018-05-07 17:11:04 +02:00
Nicolay Mitropolsky 771014b9b1 [jvm-lang] JvmMetaLanguage cleanups (IDEA-CR-32321) 2018-05-07 18:09:06 +03:00
Alexander Zolotov af9b0a4bfb Get rid of unused parameters 2018-05-07 17:42:47 +03:00
Alexander Zolotov 0edcf5a488 Delete async updating quick navigation info
The responsibility of putting links inside quick documentation info
moved to DocumentationProviders.

Related to GO-5598
2018-05-07 17:42:47 +03:00
Dmitry Jemerov 1bafdfb329 Show branch information in repository node in Changes view and Commit 2018-05-07 16:31:54 +02:00
graann a0bd02df25 Merge remote-tracking branch 'origin/master' 2018-05-07 17:15:05 +03:00
Dmitry Avdeev 5396154505 EA-115264 - IAE: PathReferenceProviderBase.$$$reportNull$$$ 2018-05-07 17:11:07 +03:00
graann e3402938ad Too small distance between TW header Find, Messages and tab (#IDEA-190646)
(cherry picked from commit ac49680)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:05:43 +03:00
graann ed02150a67 change toolwindows hidden tabs popup icon (#IDEA-190646, #IDEA-186615)
(cherry picked from commit cfb5cab)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:05:15 +03:00
graann b5c48cdac9 use ToolWindow.overridden.header.font.size.offset property for define toolwindow tabs font size if "Override default fonts by" is selected (#IDEA-190646)
(cherry picked from commit 0851aea)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:04:41 +03:00
graann f29de18592 remove close action from toolwindows toolbar actions (Find, Messages, Debug, Run) (#IDEA-190646)
(cherry picked from commit bc04b8d)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:04:04 +03:00
graann abbfa906f8 incorrect font style in analyze data flow to\from tool window tabs (#IDEA-190646)
(cherry picked from commit 803bf0c)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:03:18 +03:00
graann bc10106dc7 tool window tabs close button position (#IDEA-190646)
(cherry picked from commit a69c8c4)
https://upsource.jetbrains.com/IDEA/review/IDEA-CR-32397
2018-05-07 17:02:43 +03:00
Rustam Vishnyakov 0207bd99d1 Migration to PsiFile-based CodeStyle API 2018-05-07 17:02:06 +03:00
Rustam Vishnyakov ceb92ee48f Migration to PsiFile-based CodeStyle API 2018-05-07 17:02:06 +03:00
Rustam Vishnyakov 6ef53ca382 Migration to PsiFile-based CodStyle API 2018-05-07 17:02:06 +03:00
Mikhail Sokolov ee2bfb0365 Merge branch 'master' of git.labs.intellij.net:idea/community 2018-05-07 16:58:58 +03:00
Dmitry Avdeev 1d406f73ec EA-107109 - PCE: AbstractProgressIndicatorBase.throwIfCanceled 2018-05-07 17:03:32 +03:00
Mikhail Sokolov d1d058a8fd Merge branch 'master' of git.labs.intellij.net:idea/community 2018-05-07 16:58:37 +03:00