Skip to content

Improved comments and defuns

Compare
Choose a tag to compare
@taku0 taku0 released this 18 Sep 07:58
· 204 commits to master since this release

Added comment style option.

Now we can choose multiline comment styles.

Java style:

/**
 * Foo
 * Bar
 */

Swift Quick Help style:

/**
 Foo
 Bar
 */

https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/index.html

Quick Help style is the default.

Single line comment now inherits spaces from the previous line.

/// - aaa
///   - bbb // When M-j (indent-new-comment-line) is pressed here,
///   // triple spaces will be inserted after slashes.

Improved functions related to defuns. More robust and sensible behaviors.