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
Yann Cébron
d47cef436c
API Changes: note @Experimental on each page
2019-09-12 11:03:33 +02:00
amakeev
e10f08f67b
Update api_changes_list_2019.md
...
`com.intellij.openapi.util.BuildNumber.getBuildNumber()` method removed
2019-09-11 17:19:11 +03:00
Nikita Bobko
c0ac09290a
Document createTypeBySymbolFromProviders
incompatible change ( #199 )
2019-09-05 15:04:18 +02:00
Yann Cébron
b5a28f7227
API Changes 2019: fix syntax
2019-09-04 16:58:19 +02:00
Yann Cébron
96d14a5d6b
API Changes: fix missing class
in reference
2019-09-04 16:57:49 +02:00
Yann Cébron
17a20e1823
API Change 2019.3: Group database changes
2019-09-04 15:50:17 +02:00
Alexander Kass
9e60f7552a
Document API changes ( #197 )
2019-09-04 13:46:14 +02:00
Dmitry Zhuravlev
697c07ab1f
Update api_changes_list_2019.md ( #195 )
2019-08-21 19:21:22 +02:00
Daniil Ovchinnikov
a82a8376c8
Document removal of GroovyScriptTypeDetector(GroovyScriptType, String[]) ( #193 )
2019-08-19 16:21:29 +02:00
Yann Cébron
40c7109056
API Changes: extension point CTOR injection (2019.2)
2019-08-09 14:32:12 +02:00
andrey-sokolov
e4ad737482
Update api_changes_list_2019.md
2019-08-05 17:11:23 +03:00
Sergey Ignatov
bc1a49cbe8
com.intellij.util.net.ssl.CertificateManager.HOSTNAME_VERIFIER
2019-07-31 23:31:12 +03:00
Sergey Patrikeev
0ddc487842
api_changes_list_2018: add a missing word
2019-07-30 18:07:43 +03:00
Sergey Patrikeev
26833fb3b9
api_changes_list_2019: separate "fields removed" descriptions.
2019-07-30 17:50:19 +03:00
Sergey Patrikeev
4890215965
api_changes_list_2019: insert tutorial at the top
2019-07-30 13:32:26 +03:00
Yann Cébron
11c4e0a53f
API Changes 2019.3: fix EditorFactoryImpl entry
2019-07-30 10:32:06 +02:00
Sergey Ignatov
0fe10910d3
use EditorFactoryImpl.<init>()
2019-07-29 23:40:31 +03:00
Sergey Ignatov
57c0310f3b
use ContainerUtil#newConcurrentSet
2019-07-29 23:36:36 +03:00
Yann Cébron
422d83d843
API Changes 2019.2: use FQN for EPs
2019-07-24 17:43:59 +02:00
Yann Cébron
2f91bc2f43
API Changes 2019.2: restore entry for MetadataPsiElementBase
2019-07-24 17:42:00 +02:00
Yann Cébron
b967b44e94
api changes 2019: cosmetics
2019-07-22 09:27:37 +02:00
Sergey Ignatov
bf333e255a
2019.3: get rid of JsonFileTypeFactory
2019-07-18 13:09:24 +03:00
Sergey Patrikeev
92a16e403a
Incompatible 2019.2 API: specify fully class name.
2019-06-20 11:39:38 +03:00
Dmitry Jemerov
5e72efc258
Document breaking API changes in 2019.2 ( #181 )
2019-06-19 22:28:14 +03:00
John Hake
0a5c351b95
Revert "IJSDK-473"
2019-06-17 21:08:02 -07:00
Sergey Patrikeev
71467a655a
Revert documentation of @Experimental API change.
2019-04-11 21:06:56 +03:00
Sergey Patrikeev
c280113353
Incompatibilities 2019: document new abstract method in ProfilerConfigurationType.getLanguageSettingsGroup().
2019-04-11 15:25:26 +03:00
Yann Cébron
3f7538cd1d
API changes 2019: remove ProfilerConfigurationType.getLanguageSettingsGroup() entry
2019-04-04 13:16:39 +02:00
Maxim Kolmakov
10ab37af32
YK bundling is not possible using ProductProperties ( #158 )
2019-03-26 11:56:45 +01:00
Sergey Patrikeev
a7f156ec61
Incompatibilities 2019.2: added abstract method to ProfilerConfigurationType.
2019-03-25 11:04:34 +03:00
Sergey Patrikeev
702fbc360f
Incompatibilities 2019: document removal of "com.yourkit" package.
2019-03-20 13:50:56 +03:00
Sergey Patrikeev
8c1480b2a2
Incompatibilities 2019: document Cell.invoke(...) signature change.
2019-03-20 12:39:16 +03:00
Sergey Patrikeev
4c7ed40fb9
Incompatible 2019 API changes: fix typos.
2019-03-19 15:31:49 +03:00
Sergey Patrikeev
2a06ba74ba
Document incompatible Kotlin Plugin API changes 2019.
...
A couple of Kotlin's API fields' types have been generalized. In most of the cases, it's enough to recompile the corresponding plugins.
2019-03-19 15:29:20 +03:00
Yann Cébron
3f92bbf2d5
api_changes_list_2019.md: revert SaveAndSyncHandlerImpl.refreshOpenFiles
2019-03-13 14:59:22 +01:00
Yann Cébron
0275cd3d8a
api_changes_list_2017.md: cleanup
2019-03-13 13:54:25 +01:00