Commit Graph
190533 Commits
Author SHA1 Message Date
irengrig fcfabbb8de WEB-25752 webpack.conf.js: recognize exporting multiple configurations 2017-03-07 17:23:27 +01:00
Roman Shevchenko fcb33b8183 [tests] a couple of assertions on Java module PSI 2017-03-07 17:19:15 +01:00
Anna.Kozlova 71cc26e25c precise rethrow with multiple exceptions in the try block (IDEA-169273) 2017-03-07 17:16:53 +01:00
Nadya Zabrodina dd2da88977 [hg]: (IDEA-166933) change renamed files color in mercurial (darcula) 2017-03-07 19:04:04 +03:00
Nadya Zabrodina 5fef98d1dc [git]: (IDEA-168490) Branches popup: Do not hide less than 8 remotes
* use the same strategy as for the local branches;
2017-03-07 19:04:02 +03:00
Vassiliy.Kudryashov 226205d89f IDEA-169030 Find in Path popup: make all sides and corners resizable and increase drag area 2017-03-07 18:43:58 +03:00
Dmitry Avdeev 65ddb4c454 IDEA-164851 Inspection "redundant default parameter value assignment" does not work on all parame... 2017-03-07 18:14:58 +03:00
Vladislav.Soroka 7349cc7639 gradle: resolve Project.task closure delegatesToInfo type based on 'type' named argument 2017-03-07 18:02:38 +03:00
Ilya.Kazakevich af0a96df56 PY-22857: Rewritten to support 2.6
* argparse is used only in 3 now (2 uses optparse)
* no set literals
2017-03-07 17:41:27 +03:00
Anton Tarasov 74b7d74421 IDEA-169270 Tab key doesn't bring you into General Tab in Datasource Properties window 2017-03-07 17:29:51 +03:00
Vladimir Krivosheev ed17624452 IDEA-CR-18986 use constant name 2017-03-07 15:18:15 +01:00
Vladimir Krivosheev c686e98d75 IDEA-166393 Reapplying default value is not saved correctly 2017-03-07 15:08:13 +01:00
Vladimir Krivosheev 91da8d78f3 convert CopyrightProfile to kotlin 2017-03-07 15:08:12 +01:00
Vladimir Krivosheev e50b943e40 convert CopyrightProfile to kotlin 2017-03-07 15:08:12 +01:00
Maxim.Mossienko 7f11248369 ability to introduce custom roots 2017-03-07 15:05:44 +01:00
Maxim.Mossienko d36e8a7379 by option, store vfs roots in human readable and editable form 2017-03-07 15:05:44 +01:00
Maxim.Mossienko 91485cc6b2 refactoring: use ID<?,?> for IndexingStamp.rewriteVersion / IndexingStamp.versionDiffers 2017-03-07 15:05:44 +01:00
Maxim.Mossienko 516b6c039a more trace support for index version advancement and files to be reindexed 2017-03-07 15:05:44 +01:00
Anna.Kozlova e7edc56bc6 welcome mock jdk 9 (IDEA-168823) 2017-03-07 14:57:35 +01:00
Anna.Kozlova af59ff1487 change signature: move declarations out of try/catch block (IDEA-169213) 2017-03-07 14:57:35 +01:00
Anna.Kozlova 2769981fb1 expand static import for all (IDEA-169239) 2017-03-07 14:57:35 +01:00
Dmitry Batrak 0ccee7ce75 fixes in test code following IDEA-CR-19015 2017-03-07 16:54:54 +03:00
peter 46cdecd683 invoke only dumb-aware SourcePositionHighlighter-s in dumb mode (EA-98281 - INRE: FileBasedIndexImpl.handleDumbMode) 2017-03-07 14:38:03 +01:00
peter 5f13d0b72a when editing injected fragment, check read-only status of the original file (EA-98317 - assert: NoSwingUnderWriteAction.lambda$watchForEvents$) 2017-03-07 14:38:02 +01:00
Michael Golubev c98696ec5d IDEA-167820 - Weblogic shutdown fails is password contains "@" 2017-03-07 14:03:08 +01:00
Alexey Utkin a8f5fdf7ad IDEA-163829 Cannot save 'Use Inherited attributes' for C++ language inside 'Semantic highlighting' 2017-03-07 15:49:32 +03:00
Nadya Zabrodina 8b1fb85772 [patch]: update createPatch action icon 2017-03-07 15:12:03 +03:00
Konstantin Kolosovsky dff570f45f svn: Use utility method to convert "VirtualFile" to "java.io.File"
Use "VfsUtilCore.virtualToIoFile()"
2017-03-07 15:04:36 +03:00
Roman Shevchenko 72bccc0c18 Merge remote-tracking branch 'origin/master' 2017-03-07 12:56:58 +01:00
Roman Shevchenko cf0760f62e [updater] finds a nearest candidate for move
(improves over IDEA-CR-18874)
2017-03-07 12:56:32 +01:00
Roman Shevchenko 2f9f49599c [updater] compares update source paths in tests 2017-03-07 12:42:31 +01:00
nik ca3a641524 added @NonNls annotation to 'getHelpId' methods
There is no need to localize help IDs, it would just complicate the code.
2017-03-07 14:42:02 +03:00
Dmitry Batrak 39ba570bf6 fix tests after commit d73e849 2017-03-07 14:33:15 +03:00
Pavel Dolgov c4f10a24cd Javafx: Avoid failing "Null dependencies" assertion in JavaFX detector when the project is being loaded (EA-95273) 2017-03-07 14:30:21 +03:00
Alexey Kudravtsev 1eed42c50c do not call getComponent() or listen for undo events for (maybe temporarily) disposed project in tests 2017-03-07 14:26:13 +03:00
irengrig 7592b94261 WEB-25801 Webpack config files support powered by JSON Schema: highlighting -> inspection 2017-03-07 12:17:48 +01:00
Konstantin Kolosovsky 4c09c753c9 svn: Walk through unversioned svn file subtrees using "VirtualFile" api
Using "VirtualFile" api (instead of "java.io.File" api) improves
performance of processing large unversioned file subtrees while
detecting svn statuses

IDEA-140038
2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky 620d5bed2f Remove redundant type arguments in [svn4idea] 2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky 68bdb1d9c6 Convert anonymous to lambda in [svn4idea] 2017-03-07 14:11:05 +03:00
Konstantin Kolosovsky ac469de826 svn: Remove unused classes
"SvnAbstractWriteOperationLocks", "SvnWriteOperationLocks",
"SvnTestWriteOperationLocks", "SvnLockingTest"
2017-03-07 14:11:04 +03:00
Konstantin Kolosovsky 98d2d221af Remove redundant type arguments in [svn4idea-tests] 2017-03-07 14:11:04 +03:00
Konstantin Kolosovsky a1b0a3c62e Convert anonymous to lambda in [svn4idea-tests] 2017-03-07 14:11:04 +03:00
Valentina Kiryushkina c5c04cd789 Fix 22993 Align Ipnb settings fields on different platforms in the same way 2017-03-07 14:05:24 +03:00
Vassiliy.Kudryashov 865f2705cb IDEA-169105 IDE first start: zero size font is allowed
After-review: default font size should be 12 instead of 10
2017-03-07 14:02:37 +03:00
Egor.Ushakov b7412f6b4c scanning capture annotations prototype 2017-03-07 13:57:05 +03:00
Egor.Ushakov 7b0538d348 Annotation for async stacktraces 2017-03-07 13:57:05 +03:00
Anna.Kozlova 8cb5670877 missed constraint on lower bound of captured wildcard (IDEA-169083) 2017-03-07 11:42:25 +01:00
Roman Shevchenko 1e4414796e [updater] do not show an exception if an update was cancelled by a user 2017-03-07 11:32:53 +01:00
Roman Shevchenko 950ceb6caa Cleanup (formatting) 2017-03-07 11:24:52 +01:00
Vladislav.Soroka 15221dd37f external system: reuse module created by module wizard IDEA-169008 2017-03-07 12:47:25 +03:00