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

Add Markdown plugin API changes #1132

Conversation

FirstTimeInForever
Copy link
Contributor

No description provided.

`org.intellij.plugins.markdown.lang.psi.MarkdownPsiElementFactory.createImage(Project, String, String, String)` method removed
: Use `org.intellij.plugins.markdown.images.editor.ImagePsiElementFactory.createImage`.

`action.org.intellij.plugins.markdown.ui.actions.styling.InsertImageAction.insert.popup.text` removed from resource bundle `messages.MarkdownBundle`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please fix to
(<identifier>) <<<property>>> removed from resource bundle (<identifier>)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, but I don't think that I understand what you mean here. What should be the first (<identifier>)? Can you give an example?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this entry misses word property to be a valid pattern

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes! Haven't noticed that 😵‍💫.

@FirstTimeInForever FirstTimeInForever force-pushed the ivm/markdown-changes-after-rdct-split branch from 42e02ec to 6e5a0bb Compare October 18, 2023 15:15
@YannCebron YannCebron merged commit 885e0e4 into JetBrains:main Oct 18, 2023
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

Successfully merging this pull request may close these issues.

2 participants