Vladimir Krivosheev [Fri, 13 May 2016 16:14:49 +0000 (18:14 +0200)]
WEB-21594 Web preview opens a 404 Not Found document
Vladimir Krivosheev [Fri, 13 May 2016 15:18:24 +0000 (17:18 +0200)]
WEB-21612 Chrome not loading ts files after security update
Vladimir Krivosheev [Fri, 13 May 2016 13:55:57 +0000 (15:55 +0200)]
cleanup
Vladimir Krivosheev [Thu, 12 May 2016 16:42:45 +0000 (18:42 +0200)]
add "Allow unsigned requests"
Vladimir Krivosheev [Thu, 12 May 2016 15:15:32 +0000 (17:15 +0200)]
IDEA-155871 DocumentationComponent must append access token to image requests
Vladimir Krivosheev [Thu, 12 May 2016 12:24:08 +0000 (14:24 +0200)]
upsource trust to configured host
Vladimir Krivosheev [Thu, 12 May 2016 09:52:38 +0000 (11:52 +0200)]
Merge remote-tracking branch 'origin/master' into IDEA-CR-10038
Dennis Ushakov [Wed, 11 May 2016 11:10:48 +0000 (14:10 +0300)]
bezier
#WEB-21581 fixed
Vladimir Krivosheev [Thu, 12 May 2016 09:28:40 +0000 (11:28 +0200)]
Merge remote-tracking branch 'origin/master' into IDEA-CR-10038
dmitriy.tseyler [Thu, 12 May 2016 09:27:38 +0000 (12:27 +0300)]
Merge remote-tracking branch 'origin/master'
dmitriy.tseyler [Thu, 12 May 2016 09:26:48 +0000 (12:26 +0300)]
DBE-897 PostgreSQL: allow setting 'infinity' and '-infinity' for DATE and TIMESTAMP columns
Aleksey Pivovarov [Tue, 10 May 2016 15:18:48 +0000 (18:18 +0300)]
IDEA-128057 editor: consume shortcut for "next occurence" action even if there are nothing found
These are local actions and we don't want their shortcuts to trigger some other action while search field is in focus (even if they have nothing to do).
We still want `update()` to mark actions as disabled on toolbar.
Issue:
* open "Commit Changes" dialog
* type "some commit message in a commit message editor"
* invoke search
* search for "comm", iterate over occurrences using "Enter"
* search for "comment", try to iterate over occurrences using "Enter"
* Bug: Dialog is closed, changes are committed (action is disabled and "Enter" is passed to the outer dialog, invoking `doOkAction()`)
Egor.Ushakov [Thu, 12 May 2016 08:48:50 +0000 (11:48 +0300)]
deprecated DebuggerManager.registerPositionManagerFactory
Rustam Vishnyakov [Thu, 12 May 2016 08:21:44 +0000 (11:21 +0300)]
LineIndentProvider API with a simple example for JavaScript
Sergey Ignatov [Thu, 12 May 2016 08:28:27 +0000 (11:28 +0300)]
Revert: [show usage] gray a bit repeated files (
94baf71372e306daf7309c353334aa66f56cf6ea)
nik [Thu, 12 May 2016 06:56:36 +0000 (09:56 +0300)]
supported new attributes for full build numbers in updates.xml (IDEA-155844)
Gregory.Shrago [Wed, 11 May 2016 21:32:31 +0000 (00:32 +0300)]
GPUB: sync with GK 1.3.1 (hooks)
Gregory.Shrago [Wed, 11 May 2016 20:48:52 +0000 (23:48 +0300)]
JFlex: delete our patched 1.4.3 and complete IDEA-143060
Gregory.Shrago [Wed, 11 May 2016 19:19:07 +0000 (22:19 +0300)]
JFlex: regen all lexers
Gregory.Shrago [Wed, 11 May 2016 19:14:49 +0000 (22:14 +0300)]
add missing flex files to ant build.xml
Gregory.Shrago [Thu, 5 May 2016 22:47:46 +0000 (01:47 +0300)]
JFlex: regen all lexers
Gregory.Shrago [Fri, 6 May 2016 13:00:25 +0000 (16:00 +0300)]
JFlex: cleanup skeletons
Gregory.Shrago [Thu, 5 May 2016 15:57:51 +0000 (18:57 +0300)]
JFlex: 1.7.0-SNAPSHOT tweaked for IntelliJ platform
Egor.Ushakov [Wed, 11 May 2016 18:25:09 +0000 (21:25 +0300)]
IDEA-155877 Tests in fork mode does not work with kotlin
Kirill Likhodedov [Tue, 10 May 2016 18:22:52 +0000 (21:22 +0300)]
remove unused field
nik [Wed, 11 May 2016 18:02:26 +0000 (21:02 +0300)]
artifact editor: NPE fixed (IDEA-100683)
Nadya Zabrodina [Wed, 11 May 2016 16:32:53 +0000 (19:32 +0300)]
[hg]: implement 'Compare with the same repository version' for uncommitted renamed file
Nadya Zabrodina [Wed, 11 May 2016 15:50:56 +0000 (18:50 +0300)]
[hg]: fix file history on windows
Bas Leijdekkers [Wed, 11 May 2016 16:56:41 +0000 (18:56 +0200)]
fix compilation
Andrey Starovoyt [Wed, 11 May 2016 16:54:36 +0000 (19:54 +0300)]
java : fix broken compilation
Vyacheslav Karpukhin [Wed, 11 May 2016 16:38:28 +0000 (18:38 +0200)]
CPP-6254 Output for CLion IDE sometimes cuts off when executing a program
Vasily Pisar [Wed, 11 May 2016 16:18:43 +0000 (19:18 +0300)]
CPP-4963 Rename for user commands and macros in CMake
Fixing performance issues found by Nastya here: https://youtrack.jetbrains.com/issue/CPP-4963#comment=27-
1428213
– disabling OCGotoDeclarationHandler, because we have to work twice otherwise
– searching in text indices for a text of our element in CMakeCommandReference.resolve (instead of parsing/processing all the files)
- equals/hashcode in our references, so that ResolveCache would work
Vasily Pisar [Fri, 6 May 2016 14:21:34 +0000 (17:21 +0300)]
CPP-6656 Exceptions for function/macro in CMakeList.txt (master)
– fixing a few exceptions that sometimes appear during file editing
Vasily Pisar [Fri, 6 May 2016 13:13:12 +0000 (16:13 +0300)]
no ticket – fixing tests (temporarily saving next project directory)
Vasily Pisar [Tue, 19 Jan 2016 06:00:35 +0000 (09:00 +0300)]
CPP-3088 Kill CMake processes when exiting IDE
- minor helper method
Artem Khvastunov [Tue, 10 May 2016 16:53:08 +0000 (18:53 +0200)]
ListTemplate action: do not show an error hint in unit test mode
Anna Kozlova [Wed, 11 May 2016 15:47:41 +0000 (17:47 +0200)]
include all constructor candidates to calculate change signature fix (IDEA-128891)
Dmitry Batrak [Wed, 11 May 2016 12:51:48 +0000 (15:51 +0300)]
update bundled runtime from update.cmd/update.sh script
Julia Beliaeva [Wed, 11 May 2016 15:44:22 +0000 (18:44 +0300)]
[vcs-log] minor: move sortRefs method to CommitPanel class
Julia Beliaeva [Wed, 11 May 2016 15:24:03 +0000 (18:24 +0300)]
[vcs-log] fix colored stripe color in details for multi-selection
Julia Beliaeva [Wed, 11 May 2016 15:12:33 +0000 (18:12 +0300)]
[vcs-log] extract details component for a single commit with references and message
peter [Wed, 11 May 2016 15:22:22 +0000 (17:22 +0200)]
Revert: IDEA-155679 Throwable at com.intellij.openapi.application.TransactionGuardImpl.submitTransactionAndWait (
68c1920d733db7ab579fd94e6ae49ec6e66a3e41)
peter [Wed, 11 May 2016 14:57:45 +0000 (16:57 +0200)]
fix NPE in DefaultLogger.attachmentsToString
Pavel Dolgov [Wed, 11 May 2016 14:50:42 +0000 (17:50 +0300)]
Javafx: Simplify searching for custom components. Fixed library name calculation for custom components (IDEA-126664)
Bas Leijdekkers [Wed, 11 May 2016 13:05:55 +0000 (15:05 +0200)]
new "Object instantiation inside 'equals()' or 'hashCode()'" inspection
Bas Leijdekkers [Wed, 11 May 2016 13:05:25 +0000 (15:05 +0200)]
IG: remove unused properties
Julia Beliaeva [Wed, 11 May 2016 14:36:04 +0000 (17:36 +0300)]
[vcs-log] scroll details to the top only on completely new selection
Konstantin Kolosovsky [Wed, 11 May 2016 14:28:57 +0000 (17:28 +0300)]
vcs: Removed show/hide unversioned files action from popup in commit dialog
Konstantin Kolosovsky [Wed, 11 May 2016 14:07:20 +0000 (17:07 +0300)]
vcs: Removed unused parameters from "ChangesBrowserBase" constructor
Konstantin Kolosovsky [Wed, 11 May 2016 14:02:41 +0000 (17:02 +0300)]
vcs: Removed several virtual method calls from "ChangesBrowserBase" constructor
Corresponding methods are called where necessary from "ChangesBrowserBase" inheritors.
Roman Shevchenko [Wed, 11 May 2016 14:20:06 +0000 (16:20 +0200)]
[tests] adopts patch test for both VMs
Sergey Ignatov [Wed, 11 May 2016 13:54:54 +0000 (16:54 +0300)]
remove empty method
Anna Kozlova [Wed, 11 May 2016 14:01:41 +0000 (16:01 +0200)]
highlight implicit constructor call as method (IDEA-152964)
Anna Kozlova [Wed, 11 May 2016 13:38:44 +0000 (15:38 +0200)]
fix external annotations test
Gregory.Shrago [Wed, 11 May 2016 13:48:04 +0000 (16:48 +0300)]
support null device configurations
Roman Shevchenko [Wed, 11 May 2016 13:22:46 +0000 (15:22 +0200)]
Cleanup (patch test refreshed)
Egor.Ushakov [Wed, 11 May 2016 12:54:39 +0000 (15:54 +0300)]
IDEA-155212 breakpoint display in favorites is suboptimal - use short path in breakpoint message
Roman Shevchenko [Wed, 11 May 2016 12:42:24 +0000 (14:42 +0200)]
Cleanup (JUnit 4 rule; warnings; formatting)
Elizaveta Shashkova [Wed, 11 May 2016 12:41:24 +0000 (15:41 +0300)]
Merge remote-tracking branch 'origin/master'
Elizaveta Shashkova [Wed, 11 May 2016 12:40:01 +0000 (15:40 +0300)]
Fixes in PR #386
Vladimir.Orlov [Wed, 11 May 2016 12:29:37 +0000 (15:29 +0300)]
Merge remote-tracking branch 'origin/master'
Eugene Zhuravlev [Wed, 11 May 2016 12:11:51 +0000 (14:11 +0200)]
fix recompile on resource files
Eugene Zhuravlev [Wed, 11 May 2016 10:40:36 +0000 (12:40 +0200)]
fix recompile on resource files
Anna Kozlova [Wed, 11 May 2016 12:23:06 +0000 (14:23 +0200)]
external annotations: don't insert annotations externally when there is annotations root but use_external_annotations option is disabled
Anna Kozlova [Wed, 11 May 2016 12:16:20 +0000 (14:16 +0200)]
junit parameterized tests: support filter for fork mode (IDEA-148711)
Vladimir.Orlov [Wed, 11 May 2016 12:23:40 +0000 (15:23 +0300)]
Merge remote-tracking branch 'origin/master'
Vladimir.Orlov [Wed, 11 May 2016 12:16:59 +0000 (15:16 +0300)]
fixed IC system folder name.
Elizaveta Shashkova [Wed, 11 May 2016 11:48:01 +0000 (14:48 +0300)]
Merge pull request #386 fix conflict
Daniil Ovchinnikov [Tue, 10 May 2016 15:47:05 +0000 (18:47 +0300)]
[grails] gson: highlight model declarations as fields, support rename, find usages, etc.
Daniil Ovchinnikov [Sun, 8 May 2016 18:38:29 +0000 (21:38 +0300)]
[grails] gson: support grails' own StreamingJsonDelegate fork
Daniil Ovchinnikov [Sun, 8 May 2016 17:33:47 +0000 (20:33 +0300)]
[groovy] transformations: super type can be only one, rename setSuperClass() to setSuperType()
Daniil Ovchinnikov [Sun, 8 May 2016 11:59:37 +0000 (14:59 +0300)]
[groovy] use collection instead of array in expandReflectedMethods()
Daniil Ovchinnikov [Sun, 8 May 2016 11:58:43 +0000 (14:58 +0300)]
[groovy] get rid of unnecessary GroovyFileBase.getMethods(), rename getCodeMethods() to getMethods()
Daniil Ovchinnikov [Sun, 8 May 2016 11:50:28 +0000 (14:50 +0300)]
[groovy] transformations: support transformations in scripts
Daniil Ovchinnikov [Sun, 8 May 2016 11:45:37 +0000 (14:45 +0300)]
[groovy] transformations: add ability to prepend methods
Daniil Ovchinnikov [Sat, 7 May 2016 18:27:26 +0000 (21:27 +0300)]
[groovy] transformations: extract code members provider
Daniil Ovchinnikov [Sat, 7 May 2016 18:18:50 +0000 (21:18 +0300)]
[groovy] transformations: add ability to set superclass, properly add interfaces depending on transformed class kind
Elizaveta Shashkova [Wed, 11 May 2016 11:27:19 +0000 (14:27 +0300)]
Merge remote-tracking branch 'origin/master'
Elizaveta Shashkova [Wed, 11 May 2016 11:26:12 +0000 (14:26 +0300)]
Minors in PR #397
Alexander Lobas [Wed, 11 May 2016 11:17:33 +0000 (14:17 +0300)]
IDEA-155763 Memory leak detected: 'com.intellij.ui.BalloonImpl
Elizaveta Shashkova [Wed, 11 May 2016 10:54:47 +0000 (13:54 +0300)]
Merge pull request #397
Anna Kozlova [Wed, 11 May 2016 10:35:49 +0000 (12:35 +0200)]
test history: ensure state output is saved (IDEA-155465)
Anna Kozlova [Wed, 11 May 2016 10:11:27 +0000 (12:11 +0200)]
java tests: ensure search is completed with onFound so all invariants would be in the consistent state
Anna Kozlova [Wed, 11 May 2016 10:05:26 +0000 (12:05 +0200)]
testng: skip artificial debug socket for forked debugging in case no tests were found (IDEA-155583)
Anna Kozlova [Wed, 11 May 2016 09:13:41 +0000 (11:13 +0200)]
register make class static for illegal enclosing usage error (IDEA-155700)
Anna Kozlova [Wed, 11 May 2016 08:23:45 +0000 (10:23 +0200)]
move inner: preselect directory of target package if it belongs to the same source root as initial class (IDEA-149490)
Maxim.Mossienko [Wed, 11 May 2016 10:42:53 +0000 (12:42 +0200)]
avoid CCE in code running in Upsource
Elizaveta Shashkova [Wed, 11 May 2016 09:56:19 +0000 (12:56 +0300)]
Sometimes the attribute doesn't exist (PY-19205)
Roman Shevchenko [Wed, 11 May 2016 10:07:48 +0000 (12:07 +0200)]
Cleanup (deprecated API)
Pavel Dolgov [Wed, 11 May 2016 09:59:06 +0000 (12:59 +0300)]
Javafx: Narrow down the search scope for search&rename of controller member. (IDEA-154116)
Pavel Dolgov [Wed, 11 May 2016 09:55:33 +0000 (12:55 +0300)]
Javafx: Get rid of nullability warnings in search&rename code. (IDEA-154116)
Pavel Dolgov [Wed, 11 May 2016 09:52:27 +0000 (12:52 +0300)]
Javafx: Refactor rename tests - create artifact in the common superclass. (IDEA-154116)
Vladislav.Soroka [Wed, 11 May 2016 09:55:13 +0000 (12:55 +0300)]
IDEA-152976 Gradle tooling API for Scala projects is incompatible with Gradle 2.12 due to missing ScalaCompileOptions.getForce() method
Roman Shevchenko [Wed, 11 May 2016 09:40:59 +0000 (11:40 +0200)]
Merge remote-tracking branch 'origin/master'
Roman Shevchenko [Wed, 11 May 2016 09:40:25 +0000 (11:40 +0200)]
Cleanup (warnings; dead code)
Dmitry Avdeev [Wed, 11 May 2016 09:30:23 +0000 (12:30 +0300)]
IDEA-153236 New Android Project Wizard: disabled Next button becomes enabled after switching to o...
Roman Shevchenko [Wed, 11 May 2016 09:30:00 +0000 (11:30 +0200)]
Cleanup (formatting)
Egor.Ushakov [Tue, 10 May 2016 18:04:22 +0000 (21:04 +0300)]
use computeIfAbsent
Egor.Ushakov [Tue, 10 May 2016 17:24:18 +0000 (20:24 +0300)]
added -XX:MaxJavaStackTraceDepth=-1 in EAP builds, stacks are trimmed in log and exception reporter
Alexander Lobas [Wed, 11 May 2016 07:49:31 +0000 (10:49 +0300)]
IDEA-155420 Update Event Log look and behavior