Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix verification results (one api scheduled for removal) #215

Open
1 of 3 tasks
bric3 opened this issue Jan 28, 2024 · 0 comments
Open
1 of 3 tasks

Fix verification results (one api scheduled for removal) #215

bric3 opened this issue Jan 28, 2024 · 0 comments
Milestone

Comments

@bric3
Copy link
Owner

bric3 commented Jan 28, 2024

  • Replace by JBColor.isBright()
    Excalidraw Integration 0.4.0 uses API scheduled for removal in future releases

    UIUtil.isUnderDarcula() (scheduled for removal in a future release)
    Deprecated method UIUtil.isUnderDarcula() is invoked in ExcalidrawEditor.uiThemeFromConfig(). This method will be removed in a future release

  • Replace by FileDocumentManagerListener.TOPIC (in 2023.3)
    Since 2023.3 Excalidraw Integration 0.4.0 uses deprecated API, which may be removed in future releases leading to binary and source code incompatibilities

    AppTopics.FILE_DOCUMENT_SYNC
    Deprecated field AppTopics.FILE_DOCUMENT_SYNC is accessed in ExcalidrawEditor.<init>(Project, VirtualFile)

  • Dependencies of Excalidraw Integration 0.4.0 specified in plugin.xml are resolved with respect to IntelliJ IDEA Ultimate IU-241.8102.112. Java 17.0.9 was used for verification.

    com.github.bric3.excalidraw 0.4.0
    \--- com.intellij 241.8102.112 [declaring module com.intellij.modules.platform]
    
@bric3 bric3 added this to the 0.4.1 milestone Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant