Commit Graph
183229 Commits
Author SHA1 Message Date
peter 613c65bda9 make some quick fixes not require write action 2016-11-10 17:55:08 +01:00
peter e3f78ab772 remove unused PriorityLocalQuickFixWrapper 2016-11-10 17:55:07 +01:00
peter 4717e7d08e remove invalid external annotation entry from Iterable (IDEA-CR-15615) 2016-11-10 17:55:06 +01:00
peter 88c6ee1eb3 AntChangeContextFix doesn't need write action 2016-11-10 17:55:06 +01:00
peter 616eb7ec4f async console filters: detect line removal earlier, allocate less memory (IDEA-163771) 2016-11-10 17:55:05 +01:00
Anna.Kozlova edc467316a remove empty overrider 2016-11-10 17:47:28 +01:00
Anna.Kozlova fd89b0ed18 introduce variable: distinguish lambda parameters but allow param free expressions (IDEA-163785) 2016-11-10 17:47:28 +01:00
Egor.Ushakov 8c4e0bb450 IDEA-163825 Smart step variants from another line 2016-11-10 19:38:01 +03:00
Dmitry Trofimov e2f2614648 Merge remote-tracking branch 'origin/master' 2016-11-10 17:35:43 +01:00
Dmitry Trofimov 36f2ed5d5a Provide fish shell integration with the terminal (IDEA-163063) 2016-11-10 17:34:46 +01:00
Daniil Ovchinnikov 070546e3e1 [groovy] organize file templates 2016-11-10 19:03:22 +03:00
Daniil Ovchinnikov 7c07796438 [groovy] move GrReferenceResolveRunner to *.resolve package 2016-11-10 19:03:22 +03:00
Vladimir Krivosheev eb705f4a90 remove by instance to ensure that renamed profile is not deleted 2016-11-10 16:37:32 +01:00
Vladimir Krivosheev 536ca45deb extract InspectionProfileModifiableModel
introduce modifyAndCommitProjectProfile
use only and only modifyProfile and do not directly create modifiable model
2016-11-10 16:37:32 +01:00
Vladimir Krivosheev 56f54836ae cleanup 2016-11-10 16:37:31 +01:00
Dmitry Trofimov ba7140b0a0 Merge remote-tracking branch 'origin/master' 2016-11-10 16:20:59 +01:00
Dmitry Trofimov 8d1b80c77d Send correct Home/End key sequences in application keypad mode (IDEA-118848) 2016-11-10 16:20:18 +01:00
Maxim.Mossienko f3465ee484 check for file validness before acquiring its stampt 2016-11-10 16:07:52 +01:00
Dmitry Avdeev 93e379a413 EA-88507 - IAE: CollapseTagIntention.a 2016-11-10 18:05:13 +03:00
Rustam Vishnyakov d1fdf69d47 Support indent after comma in parameter lists 2016-11-10 18:00:14 +03:00
Denis Fokin 48c061965f IDEA-155785 Lots of IllegalStateException: cannot open system clipboard in the log 2016-11-10 17:56:53 +03:00
Dmitry Avdeev e1f621b96d EA-90501 - NPE: SchemaReferencesProvider.createTypeOrElementOrAttributeReference 2016-11-10 17:49:09 +03:00
Mikhail Golubev cece70da00 PY-21246 Properly wrap injected expressions in parentheses inside f-strings 2016-11-10 17:13:28 +03:00
Mikhail Golubev a286cc91e0 Pull getAutoPosition() up to PyStringFormatParser#SubstitutionChunk
It allows not to pass index explicitly every time one needs to create
PySubstitutionChunkReference from a chunk.
2016-11-10 17:13:28 +03:00
Mikhail Golubev af120efee4 Split PyConvertToFStringIntention into several classes 2016-11-10 17:13:28 +03:00
Pavel Dolgov a1a9155c9c Java: Handle type parameter and type use annotations in the inspection "Non-accessible type is exposed" (IDEA-162768) 2016-11-10 16:50:58 +03:00
Pavel Dolgov 5f52d0539a Java: Handle 'throws' clause in the inspection "Non-accessible type is exposed" (IDEA-162768) 2016-11-10 16:50:58 +03:00
Pavel Dolgov dedb86f59e Java: Added module-info.class to the mock jdk 8 because it's is needed for Java 9 tests and is safely ignored by Java 8 tests 2016-11-10 16:50:58 +03:00
Pavel Dolgov bbcbea29b1 Java: Handle most common cases of annotations in the inspection "Non-accessible type is exposed" (IDEA-162768) 2016-11-10 16:50:58 +03:00
Dmitry Avdeev cadf629b2b fixing RealFetchTest 2016-11-10 16:49:48 +03:00
Maxim Kropotov 91329eb42b Merge branch 'mskr/webstorm-js-bugs' 2016-11-10 16:48:16 +03:00
Dennis Ushakov 18717abde7 split top level var name (WEB-14233) 2016-11-10 16:24:06 +03:00
Alexey Kudravtsev 3b87fd22bd cleanup 2016-11-10 15:59:29 +03:00
Alexey Kudravtsev fc71870d63 make isInNonCancelableSection() an instance method to open possibilities for optimisations; test added 2016-11-10 15:59:29 +03:00
Alexey Kudravtsev b034ae9a4b moved to ProgressManager 2016-11-10 15:59:29 +03:00
Dmitry Batrak 68513be5ce optimize caret cloning - do a cheap check first
this makes EditorMultiCaretColumnModeTest.testPageMovementsInteroperateWithLineMovements work much faster,
as position markers in CaretImpl are not created needlessly, and System.gc() in RangeMarkerTree.errMsg is not invoked
2016-11-10 15:18:44 +03:00
irengrig 4e6138d804 fix tests falling after fix WEB-23995 JSON schema: "type is not allowed" for valid schema and instance 2016-11-10 13:09:04 +01:00
Alexander Koshevoy 41064a3696 PY-21264 Use send_process_created_message() in the original piece of code where it was extracted from 2016-11-10 14:25:04 +03:00
Egor.Ushakov 55caef8ae6 IDEA-163730 Incorrect value of logic operation stringVar == "value" - inter only from jdk 7 2016-11-10 14:19:28 +03:00
Alexey Kudravtsev a37be1782a extracted isInNonCancelableSection() method 2016-11-10 14:04:12 +03:00
Alexey Kudravtsev 01eb5665a3 cancel even earlier - when one of the processors returned false 2016-11-10 14:04:12 +03:00
Alexander Kass 05b92079b2 DBE: EA-91019 - IAE: BalloonImpl.revalidate 2016-11-10 13:37:47 +03:00
Anna.Kozlova 1ecb0e1dea following IDEA-CR-15552 2016-11-10 11:16:48 +01:00
Anna.Kozlova 59d96790b0 unused declaration: don't clear extensions on view close (IDEA-158426) 2016-11-10 10:52:14 +01:00
Anna.Kozlova 5f19749c5e read actions 2016-11-10 10:52:14 +01:00
Anna.Kozlova 20858b539e create test: if already exist, don't close initial dialog to eventually apply changes (IDEA-163452) 2016-11-10 10:52:14 +01:00
Anna.Kozlova 3b9bfd4c99 create test in same root: store answer per project (IDEA-163448) 2016-11-10 10:52:14 +01:00
Anna.Kozlova 848c1f215c inplace change signature: no detection, explicit action 2016-11-10 10:52:14 +01:00
Anna.Kozlova 7aca030c70 junit: mark DataPoints as used 2016-11-10 10:52:14 +01:00
Anna.Kozlova 3809ddc0d5 refresh file after move 2016-11-10 10:52:14 +01:00