Skip to content

1.9.1

Latest
Compare
Choose a tag to compare
@abrookins abrookins released this 26 Aug 19:12
· 7 commits to main since this release
  • Fixed #57: incorrectly wrapped code adjacent to comments. You no longer have to select a comment directly adjacent to code to avoid wrapping the code as well. Instead, Wrap Paragraph to Column will wrap only the comment.
  • Fixed #55, #53: Markdown blockquote wrapping.
  • Fixed #63: com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'com.andrewbrookins.idea.wrap.WrapAction' must override getActionUpdateThread() and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.andrewbrookins.wrap_to_column]