replace deprecated API methods
This commit is contained in:
parent
60fc19c680
commit
d9781566c0
@ -6,6 +6,7 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- Dropped support for IDE versions older than 2022.2
|
- Dropped support for IDE versions older than 2022.2
|
||||||
- Updated dependencies
|
- Updated dependencies
|
||||||
|
- Removed deprecated API access (TranslatorToolWindowFactory)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Broken badge link in README
|
- Broken badge link in README
|
||||||
|
@ -28,7 +28,7 @@ public class TranslatorToolWindowFactory implements ToolWindowFactory, DumbAware
|
|||||||
@Override
|
@Override
|
||||||
public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {
|
public void createToolWindowContent(@NotNull Project project, @NotNull ToolWindow toolWindow) {
|
||||||
InstanceManager manager = InstanceManager.get(project);
|
InstanceManager manager = InstanceManager.get(project);
|
||||||
ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
|
ContentFactory contentFactory = ContentFactory.getInstance();
|
||||||
|
|
||||||
// Translations tree view
|
// Translations tree view
|
||||||
TreeView treeView = new TreeView(project);
|
TreeView treeView = new TreeView(project);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user