Skip to content

Commit

Permalink
Update api_changes_list_2023.md (#1092)
Browse files Browse the repository at this point in the history
Document `com.intellij.remote.RemoteProcess` API changes.
  • Loading branch information
SprutSDM authored Jul 25, 2023
1 parent 52f9cdd commit 65dd1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference_guide/api_changes_list_2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ NOTE: Entries not starting with code quotes (`name`) can be added to document no
Specify `displayName`/`key` for `Configurable`
: To improve performance, provide either attribute for `com.intellij.applicationConfigurable` or `com.intellij.projectConfigurable` extension point (see [](settings_guide.md)).

`com.intellij.remote.RemoteProcess.setWindowSize(int, int)` abstract method added
: Should implement this method.

### Database Plugin 2023.2

`com.intellij.database.dataSource.DataSourceStorageCore` class removed
Expand Down

0 comments on commit 65dd1f8

Please sign in to comment.