112 Commits

Author SHA1 Message Date
Yann Cébron
06fabf70d5 api_changes_list_2020.md: group Python 2020-02-27 16:23:55 +01:00
Lada Gagina
daae94948f
PyCharm API changes (#254)
Document PyCharm API changes due to https://youtrack.jetbrains.com/issue/PY-39499
2020-02-27 16:21:33 +01:00
JohnHake
80129a7641 New Copyright in markdown files 2020-02-19 22:25:03 -08:00
Yann Cébron
c4ea3c8511 api changes: update docs 2020-02-11 16:21:10 +01:00
Yann Cébron
8818861a34 API changes 2020: ChooseByNameContributorEx, fix 2020-02-10 13:02:39 +01:00
Yann Cébron
a457db3f7c API changes 2020: ChooseByNameContributorEx 2020-02-10 12:49:20 +01:00
Greg Shrago
f8eee5036c
document ReadOnlyASTNode alternative 2020-01-28 00:14:14 +03:00
Sergey Patrikeev
254ba68e8e
Add documented pattern "marked abstract" 2020-01-24 10:30:04 +03:00
Nikolay Chashnikov
3d726685ea
Update api_changes_list_2020.md
Added note about org.jetbrains.jps.incremental.ModuleLevelBuilder#getCompilableFileExtensions.
2020-01-23 13:17:26 +03:00
Yann Cébron
6254ca565f api_changes_list_2020.md: annotation migration/Kotlin (PR #245) 2020-01-15 12:23:16 +01:00
Yann Cébron
1b3407f700 api_changes_list_2020.md: fix patterns/descriptions 2019-12-16 11:56:22 +01:00
Yann Cébron
dfa5c1c376 api_changes_list_2018.md: update Kotlin nullability descriptions 2019-12-16 11:56:22 +01:00
Yann Cébron
6b8d120aa1 api_changes_list_2020.md: minor formatting 2019-12-16 11:56:22 +01:00
Sergey Patrikeev
b9d89220e1
api_changes_2020: add pattern "parameter marked" 2019-12-16 13:53:02 +03:00
Yuriy Artamonov
e70f6a7d08 Document @NotNull for parameters of PsiElementVisitor and ImplicitPropertyUsageProvider (#237) 2019-12-16 11:19:43 +01:00
Nikolay Chashnikov
9902a92d56
Update api_changes_list_2020.md
Remove note about selectionDequotingFilter, the corresponding API was restored as deprecated.
2019-12-09 12:15:13 +03:00
Stanislav Utikeev
ec7fd7e0c8 Document change in PrebuiltStubsProviderBase (#232) 2019-12-04 16:54:14 +01:00
Sergey Patrikeev
8b50bcaf22
API changes: add pattern "abstract method is inherited" 2019-12-04 18:00:27 +03:00
Sergey Patrikeev
ca4293fae2
API changes: add pattern "abstract method is inherited" 2019-12-04 17:55:40 +03:00
Yann Cébron
5590e4bbf7 api changes: backlinks 2019-11-28 18:08:40 +01:00
Yann Cébron
303873a257 Revert "api_changes_list.md: move to /api_changes/"
This reverts commit 9cdb04b1
2019-11-26 16:46:05 +01:00
Yann Cébron
26a5774d60 api_changes_list.md: move to /api_changes/, fix links 2019-11-26 16:31:21 +01:00
Yann Cébron
9cdb04b1fe api_changes_list.md: move to /api_changes/ 2019-11-26 16:23:19 +01:00
Dmitry Jemerov
ede2a1ec7f Document the removal of 'Generate Ant build' API (#230) 2019-11-25 17:32:53 +01:00
amakeev
1f9e5a85bf TargetElementUtil is not an extension point (#227) 2019-11-25 11:33:34 +01:00
Nikolay Chashnikov
16604b92d6
API Changes: improve note about EditorFactoryImpl
Recommend to use API methods instead of directly accessing internal class.
2019-11-22 11:27:46 +03:00
Yann Cébron
fffa6047bf api_changes_list_2019.md: DefaultLightProjectDescriptor.getModuleType 2019-11-20 14:54:38 +01:00
Yann Cébron
e06e1a2072 api_changes_list_2019.md: PlatformTestUtil.registerExtension, full signature 2019-11-20 14:51:58 +01:00
Yann Cébron
c020416646 api_changes_list_2019.md: sub-headings 2019-11-20 14:38:07 +01:00
Yann Cébron
8969216011 api_changes_list_2019.md: PlatformTestUtil.registerExtension 2019-11-20 14:33:48 +01:00
Yann Cébron
574f11ad33 api change 2019: com.intellij.codeInspection.magicConstant.MagicCompletionContributor.getAllowedValues 2019-11-12 15:36:42 +01:00
Yann Cébron
217143ccd0 api change 2019: com.intellij.codeInsight.TailType.COMMA 2019-11-12 15:16:09 +01:00
Yann Cébron
20ebba6317 #221 "field" -> "method" 2019-11-12 11:21:00 +01:00
Dmitry Trofimov
b4b0484cb0 TailType refactored (#221) 2019-11-12 11:18:04 +01:00
amakeev
be22f1efb4 com.intellij.codeInsight.TargetElementUtilBase class removed in 2020.1 (#220) 2019-11-07 16:38:59 +01:00
Yann Cébron
4dab34111d api changes 2019.3: group by plugins 2019-11-06 19:40:49 +01:00
Dmitry Trofimov
49c33f2f71 Incompatible changes due to extraction of Python code insight to the separate module (#219)
* CompletionUtil.sortMatching(PrefixMatcher, Collection) method removed

* InsertionContext.getCodeStyleSettings() method removed

* PythonVisitorFilter moved

* PyUtil.addElementToStatementList moved

* PyProjectScopeBuilder.excludeSdkTestsScope moved

* AutoPopupController.runTransactionWithEverythingCommitted moved

* CompletionContributor.getActionShortcut moved

* icons.PythonIcons.Python.PropertySetter moved

* icons.PythonIcons.Python.PropertyGetter moved

* Properties moved

* TailType refactored
2019-11-05 20:14:02 +01:00
Sergey Ignatov
5e34a6f96b
typo 2019-11-04 10:56:41 +01:00
Sergey Ignatov
1a97dd46bc
add use clause 2019-11-04 10:47:30 +01:00
Sergey Ignatov
e4d95c8a90
typo: rename UnquotingFilter to UnquotingFilter 2019-11-04 10:45:42 +01:00
Yann Cébron
527084d96a Notable/Breaking API: placeholders for 2020.* 2019-10-28 15:04:20 +01:00
Yann Cébron
72625667dc API Changes: clarify breakages from @ScheduledForRemoval are not listed 2019-10-17 13:19:42 +02:00
Sergey Patrikeev
937ac91a6e
API changes 2019: update header. 2019-10-17 13:59:03 +03:00
Yann Cébron
f6d6aa144c Api Changes 2019: cosmetics 2019-10-16 11:20:26 +02:00
Yann Cébron
6cb842225e Api Changes 2019: Cucumber API 2019-10-16 11:18:53 +02:00
Sergey Patrikeev
cab25dc1cd API changes: add a documentation pattern for "property X removed from resource bundle Y". 2019-10-15 18:49:37 +03:00
Yann Cébron
af91c10f7a cleanup: DeploymentConfigurationManager.createAndRunConfiguration (#210) 2019-09-25 10:50:27 +02:00
borlander
2ab8ac73f4 Method removed: DeploymentConfigurationManager.createAndRunConfiguration (#210)
- removed at https://upsource.jetbrains.com/intellij/revision/d799c7556c
2019-09-25 01:43:42 -07:00
Dmitry Zhuravlev
f019af18e3 Update api_changes_list_2019.md (#205) 2019-09-17 07:38:43 -07:00
Yann Cébron
df0b970cdc API Changes 2019.3: separate group for Ruby 2019-09-13 14:49:46 +02:00