Commit Graph
160017 Commits
Author SHA1 Message Date
Anna Kozlova 2da2ff75fa don't reject static method of interfaces imported via static imports (IDEA-145504) 2015-09-25 15:43:09 +03:00
Mikhail Golubev 1c199f3a7b Remove redundant iterator classes, make ChainIterator inner class of ChainIterable
Previously ChainIterator and RepeatIterable were used solely in the
IteratorsTest.
2015-09-25 15:38:35 +03:00
Mikhail Golubev 3ee8506a17 ChainedIterator#toString doesn't exhaust iterator itself
Implementation of toString() with side-effects is horrible
(especially for future debugging).
2015-09-25 15:38:34 +03:00
Mikhail Golubev 6d3d0a4be2 PY-16771 Never return null as description in section based docstrings 2015-09-25 15:38:34 +03:00
Mikhail Golubev 955263d152 Dump full stacktrace in idea.log for errors during docstring rendering 2015-09-25 15:38:34 +03:00
Mikhail Golubev 2943c807d6 In docstrings render ReST "rubric" nodes as <h1> headers 2015-09-25 15:38:33 +03:00
Mikhail Golubev 98a26f6b7c PY-16914 Better formatting in Numpy docstring with multiple return values
Bullet lists with return values have proper spacing on the left.
Parameter names (including "returns") are aligned to the top.
2015-09-25 15:38:33 +03:00
Mikhail Golubev 26fd7d7231 Add javadoc for new settingsAnchor parameter of PyFunctionBuilder and PyDocstringGenerator 2015-09-25 15:38:33 +03:00
Egor.Ushakov 0bdf176f0e IDEA-144727 Allow to quickly hide/show object types - fixed for evaluate dialog 2015-09-25 15:33:26 +03:00
Alexander Zolotov 3ab37bc487 Do not complain about referencing test-only class on anonymous classes
This functionality is covered by checking PsiCallExpression elements
2015-09-25 15:29:52 +03:00
Alexander Zolotov 4135505a95 Remove unnecessary parentheses 2015-09-25 15:29:49 +03:00
Dennis Ushakov e67d80e87e shortcut for go to matching brace 2015-09-25 15:23:28 +03:00
Dmitry Batkovich 58a254f1de ResourceBundleEditor: ignore resource bundle translations option 2015-09-25 15:21:04 +03:00
Vladimir.Orlov 9471965b22 Merge remote-tracking branch 'origin/master' 2015-09-25 15:17:51 +03:00
Vladimir.Orlov 45ac3758e6 Merge remote-tracking branch 'origin/master' 2015-09-25 15:13:12 +03:00
Daniil Ovchinnikov fcdb640ec9 [groovy] preserve order while filtering inapplicable candidates in MethodResolverProcessor 2015-09-25 15:07:17 +03:00
Daniil Ovchinnikov 88dbbba772 [grails] delegate creations of configure actions to MvcFramework, since we want to allow extend this behaviour 2015-09-25 15:07:16 +03:00
Daniil Ovchinnikov d22cd9120d [grails] delegate hasFrameworkStructure() to MvcFramework 2015-09-25 15:07:15 +03:00
Ilya Klyuchnikov ac3ee3b425 IDEA-144129: support for inferred negated contracts 2015-09-25 15:01:31 +03:00
Vladimir.Orlov 2169146653 updated installation strings for PyCharm Edu. 2015-09-25 14:53:37 +03:00
Sergey Ignatov 6bebad8b8a rename: selfish -> highlightReferences
IDEA-CR-5197
2015-09-25 14:46:47 +03:00
irengrig 54d8d5cbb1 Merge remote-tracking branch 'origin/master' 2015-09-25 13:26:31 +02:00
irengrig 60fb769952 WEB-18225 java.lang.NoClassDefFoundError: org/apache/commons/io/FilenameUtils
define commons-io lib correctly, place in community/lib, menthion in required_for_dist
2015-09-25 13:17:24 +02:00
Dennis Ushakov f01fbec05c use brace highlighter for navigation
#WEB-18200 fixed
#WEB-18201 fixed
#IDEA-111328 fixed
#IDEA-12068 fixed
2015-09-25 14:16:55 +03:00
Dennis Ushakov 1bd4e571b8 #WEB-18199 fixed 2015-09-25 14:16:55 +03:00
Roman Shevchenko 908f2062df [platform] command-line encoding used in OSProcessHandler() instead of hard-coded one 2015-09-25 14:10:23 +03:00
Nadya Zabrodina 76e62bbc0e EA-73614 - NPE: UnifiedDiffWriter.writeRevisionHeading while saving remaining patches 2015-09-25 14:08:44 +03:00
peter 7d4178206e don't nest deferred PSI icons 2015-09-25 13:01:26 +02:00
Anna Kozlova d9403ffcb7 encode qualifiers in method refs (IDEA-145512) 2015-09-25 13:53:43 +03:00
Anna Kozlova b29779ed87 local can be final: don't ignore problems found in lambda body (IDEA-145500) 2015-09-25 13:53:40 +03:00
Eugene Zhuravlev 4c86da03ce restore event registration timestamp check to properly handle files changed during compilation 2015-09-25 12:51:04 +02:00
Dmitry Batkovich 686bc520d3 Inspection settings: added filter for inspections without specified language IDEA-144795 2015-09-25 13:27:34 +03:00
nik 26ab89c9e7 EA-66991 - NPE: CompileDriver.executeCompileTasks 2015-09-25 13:03:46 +03:00
nik ee96eb86c8 EA-65889 - NPE: ModuleDeleteProvider.removeModule 2015-09-25 13:03:45 +03:00
nik 158bb391e3 load deployment source configuration in read action (EA-72202) 2015-09-25 13:03:45 +03:00
nik 7822f63054 don't throw exception if failed to download plugins (EA-69499) 2015-09-25 13:03:45 +03:00
Nikolay.Tropin fc8834c739 more general constructor for ClassInstanceMethodFilter added 2015-09-25 12:48:43 +03:00
Andrey Vokin 3e771d4058 RUBY-16078 Inject Language/Reference doesn't work in string contexts but works in comment contexts 2015-09-25 12:14:15 +03:00
Vladimir Krivosheev 52ba6263cd cleanup 2015-09-25 11:04:02 +02:00
Vladimir Krivosheev 10e25d7871 move Graph API registration to own plugin.xml to avoid ClassNotFound during export settings in tests 2015-09-25 11:04:01 +02:00
Vladimir Krivosheev 12c0ab19e4 cleanup 2015-09-25 11:04:01 +02:00
Vladimir Krivosheev 7c2dcd3180 fix label capitalization 2015-09-25 11:04:00 +02:00
Vladimir Krivosheev b2d5d47fda assertJ 3.2.0
Reasons:
1) fixed: Path's assertions should not rely on java.nio.Path.toFile()
2) kotlin 0.13 is compatible, no more compilation error due to ambigous assertThat resolution (or it was not kotlin issue, but "Reintroduce Assertions providing all AssertJ methods - in case of ambigous assertThat resolution, use either AssertionsForInterfaceTypes or AssertionsForClassTypes.")
2015-09-25 11:03:59 +02:00
Vladimir Krivosheev 9abe777529 ProjectStoreBase to reuse it in upsource 2015-09-25 11:03:58 +02:00
Vladimir Krivosheev 4cca33993f prefer to use path instead of virtual file, simplify a bit IProjectStore, introduce ProjectStoreBase to reuse it in upsource (initially) 2015-09-25 11:03:57 +02:00
Vladimir Krivosheev 36f786ea6e cleanup 2015-09-25 11:03:57 +02:00
nik 860c0ca554 added JetBrains as vendor for bundled plugins 2015-09-25 11:48:51 +03:00
Sergey Ignatov 6e58a5d643 get rid of additional scope checks for suppression intentions 2015-09-25 11:42:54 +03:00
Sergey Ignatov 458cd4c304 introduce HighlightUsagesHandlerBase.selfish property 2015-09-25 11:42:53 +03:00
Ilya.Kazakevich dc0c6e319e Merge remote-tracking branch 'origin/master' 2015-09-25 00:54:26 +03:00