-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v0.2.2] Real supported for Kotlin/Native in CLion and AppCode!
- Loading branch information
Showing
12 changed files
with
119 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
v0.2.2<br/> | ||
<ul> | ||
<li>Big News: Add supports to CLion and AppCode!</li> | ||
<li>Add more options</li> | ||
</ul> | ||
|
||
v0.2.1<br/> | ||
<ul> | ||
<li>Add setting options</li> | ||
</ul> | ||
|
||
v0.2.0<br/> | ||
<ul> | ||
<li>Only need to press <kbd>Enter</kbd> Key after /** just like in Java ! | ||
Disable it on editor | BugKotlinDocument. | ||
</li> | ||
</ul> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<vendor email="[email protected]" url="https://github.com/zxj5470/BugKotlinDocument">zxj5470</vendor> | ||
<depends optional="true">org.jetbrains.kotlin</depends> | ||
<depends optional="true">org.jetbrains.kotlin.native.clion</depends> | ||
<depends optional="true">org.jetbrains.kotlin.native.appcode</depends> | ||
<depends>com.intellij.modules.lang</depends> | ||
|
||
<description>To generate Kotlin document comment in Kotlin File</description> | ||
|