Commit Graph

224841 Commits

Author SHA1 Message Date
Dana Dahlstrom
94f681e11a docs: switch JavaHelp license type to match bundled version
License text is from:
https://github.com/javaee/javahelp/commit/3ca862d

We "Mavenized" this library in the recent merge, and we're now
using javax.help:javahelp:jar:2.0.02.
2018-07-18 11:52:56 +03:00
Artem Bochkarev
031a9685e1 MacBook touch bar: customize touchbar actions for DataGrip 2018-07-18 15:37:52 +07:00
peter
3644644ce3 JavaConstructorCallElement should be invalid when its type is invalid (IDEA-CR-35074) 2018-07-18 10:21:50 +02:00
peter
a3f750628e guard against smart users removing -ea (EA-124954 - NPE: SmartPointerTracker$PointerReference.access$) 2018-07-18 10:21:49 +02:00
peter
8c286a0859 replace ISE with AE (EA-125179 - ISE: StubBasedPsiElementBase.$$$reportNull$$$) 2018-07-18 10:21:49 +02:00
peter
15d0c40e78 unblock document before starting java call argument live template (EA-125190 - Throwable: PostprocessReformattingAspect.postponeFormatting) 2018-07-18 10:21:49 +02:00
Vladislav Shishov
4d4ba17e7d [gui-test] fix naming + remove unused imports 2018-07-18 11:12:39 +03:00
Anna.Kozlova
3924feddf3 replace startsWith/endsWith with != char: make sure binary expressions are not replaced with polyadic 2018-07-18 10:09:35 +02:00
Dmitriy.Panov
79a2cc8791 IJI-9 mps & go sync fix; sync removed in dev repo 2018-07-18 10:41:03 +03:00
Konstantin Kolosovsky
0ff492d16d vcs: Add more svn tests to "VCS Tests" configuration 2018-07-18 09:37:50 +03:00
Konstantin Kolosovsky
228d8c2636 svn: Fix tests - ensure idea temp directory exists 2018-07-18 09:37:50 +03:00
Konstantin Kolosovsky
f9991b7690 svn: Fix used working copy format in "SvnMergeInfoTest" 2018-07-18 09:37:50 +03:00
Konstantin Kolosovsky
6796a70b2a svn: Refactor "SvnMergeInfoTest" 2018-07-18 09:37:50 +03:00
Konstantin Kolosovsky
66ba3d0acd svn: Refactor "SvnMergeInfoTest" - remove useless "@Throws" declarations 2018-07-18 09:37:49 +03:00
Konstantin Kolosovsky
dfdb45802d svn: Convert "SvnMergeInfoTest" to kotlin 2018-07-18 09:37:49 +03:00
Konstantin Kolosovsky
1d05d33b73 Rename .java to .kt 2018-07-18 09:37:49 +03:00
Konstantin Kolosovsky
4b131bd4f7 svn: Refactor "SvnMergeInfoTest" - inline fields, remove unused method return values 2018-07-18 09:37:49 +03:00
Konstantin Kolosovsky
9676af1b86 svn: Refactor "SvnMergeInfoTest" - use JUnit asserts 2018-07-18 09:37:49 +03:00
Konstantin Kolosovsky
0f6fdc4920 svn: Remove redundant "sleep" calls from "SvnMergeInfoTest" 2018-07-18 09:37:48 +03:00
Konstantin Kolosovsky
2b16b48d5f svn: Remove duplicate "ChangeListManagerImpl.stopEveryThingIfInTestMode()" call from "SvnTestCase.tearDown()"
Method will still be called from "AbstractVcsTestCase.tearDownProject()"
2018-07-18 09:37:48 +03:00
Konstantin Kolosovsky
4b3388d16a svn: Use "Url" instead of "String" in "BranchInfo" 2018-07-18 09:37:48 +03:00
Konstantin Kolosovsky
cf7210224b svn: Fix warning - provide title for background task 2018-07-18 09:37:47 +03:00
Konstantin Kolosovsky
48f8b536b8 svn: Convert "WorkingCopyInfo" to kotlin 2018-07-18 09:37:47 +03:00
Konstantin Kolosovsky
4c39009a98 Rename .java to .kt 2018-07-18 09:37:47 +03:00
Konstantin Kolosovsky
e2d0b95b87 svn: Do not print all svn output to console in tests 2018-07-18 09:37:47 +03:00
Konstantin Kolosovsky
fb27a378b5 svn: Fix parsing empty "svn:mergeinfo" value 2018-07-18 09:37:47 +03:00
Viktoria.Shirunova
9d9b1ae513 [gui-test] generators: fixed recording of clicks in the tree 2018-07-18 08:49:40 +03:00
Viktoria.Shirunova
4de8f7db77 [gui-test] corrected misprint 2018-07-18 08:49:40 +03:00
Viktoria.Shirunova
8626fef0bd [gui-test] create Kotlin MP project: update test with 1.2.60 changes 2018-07-18 08:49:40 +03:00
Gregory.Shrago
f0532adc6f reuse group-related logic and fix wrong down-arrow icon painting 2018-07-18 08:19:51 +03:00
Gregory.Shrago
3779b30404 take scrollbar orientation into consideration 2018-07-18 08:19:51 +03:00
Gregory.Shrago
4bff20b5ba avoid temporary editor creation (async folding, highlighting, etc.) 2018-07-18 08:19:51 +03:00
alexey.afanasiev
8b01a4ec2c IDEA-CR-35035 IDEA-194165 Groovy type inference performance fixes 2018-07-18 11:02:26 +06:00
Valentin Fondaratov
8e8b3c18b6 handle existing closing sequences in Retype Session correctly
For example, in
```
class Foo {<caret>}
```
one might end up with
```
class Foo {
<caret>
}
```
and there is no way to get the desired file just by typing and adding newlines.
These cases are handled with scrolling to the end of the next line.
2018-07-18 01:15:29 +03:00
Ilya.Kazakevich
3f2ae3caa3 PY-26263: test fix 2018-07-18 00:12:40 +03:00
Ilya.Kazakevich
2c30378c64 PY-30806: "request" is implicit fixture
Although it is not declared as fixture, it could be used.
2018-07-17 23:37:37 +03:00
Vassiliy.Kudryashov
c289cec5d2 Move macros support from common UI to specific ones 2018-07-17 23:18:24 +03:00
Dennis Ushakov
35f74f56a7 convert html entity intention (WEB-33921) 2018-07-17 22:59:36 +03:00
Julia Beliaeva
fe359e594f [vcs-log] split VcsLogIndex interface
Extract a sub-interface VcsLogModifiableIndex for internal usage, like marking commits or scheduling indexing.
2018-07-17 22:32:45 +03:00
Vassiliy.Kudryashov
a67c03f983 IDEA-195696 Support macros for npm Run/Debug configuration 2018-07-17 22:17:24 +03:00
Mikhail Sokolov
25ef36b1ce IDEA-195622 QuickDoc is not accessible from Search Everywhere popup 2018-07-17 21:23:48 +03:00
Aleksey Pivovarov
807bdc501a IDEA-130107 git: save documents before comparing with another branch 2018-07-17 21:05:40 +03:00
Semyon Proshev
c579994aec Quick fix to set abc.ABCMeta as metaclass (PY-30789) 2018-07-17 20:27:51 +03:00
Semyon Proshev
fff6955833 Move adding metaclass method (PY-30789) 2018-07-17 20:27:51 +03:00
Semyon Proshev
e2855325d1 Quick fix to add abc.ABC to superclasses (PY-30789) 2018-07-17 20:27:51 +03:00
Semyon Proshev
b8f5298ee3 Consider class inheriting abc.ABC as abstract (PY-30789) 2018-07-17 20:27:51 +03:00
Semyon Proshev
15d6339fba Simplify determining if class is abstract (PY-30789) 2018-07-17 20:27:51 +03:00
peter
8500c8c515 fix compilation 2018-07-17 19:22:51 +02:00
Ilya.Kazakevich
676d46fbf9 PY-26263: Rename py.test to pytest 2018-07-17 20:09:46 +03:00
Sergey Malenkov
0136e99525 FileChooser with AsyncTreeModel may break updating a selected path in the text field 2018-07-17 20:06:40 +03:00