QKPZQEN3OHGN7X647FP3CB4QWSGMK45KTUEWMNFOX7PNONY77CWQC
LineChange(type = LineChangeType.ADD, data = "- [ ] ..."),
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "# FAQ"),
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "- [ ] ...\n"),
LineChange(type = LineChangeType.ADD, data = "\n"),
LineChange(type = LineChangeType.ADD, data = "\n"),
LineChange(type = LineChangeType.ADD, data = "# FAQ\n"),
LineChange(type = LineChangeType.ADD, data = "\n"),
data = "Because Dracon is not an official plugin, and I want to make sure that it is clear to anyone who uses this plugin. Dracon is an individual project being developed by [Jonathan H. R. Lopes](https://github.com/JonathanxD) which does not have any relation with Pijul creator. Also, Dracon uses MIT license, allowing to anyone, and that includes the Pijul creator, to contribute and create your own version of Dracon, if wish to."
data = "Because Dracon is not an official plugin, and I want to make sure that it is clear to anyone who uses this plugin. Dracon is an individual project being developed by [Jonathan H. R. Lopes](https://github.com/JonathanxD) which does not have any relation with Pijul creator. Also, Dracon uses MIT license, allowing to anyone, and that includes the Pijul creator, to contribute and create your own version of Dracon, if wish to.\n"
data = "Dracon is being developed based in actual [HG4Idea](https://github.com/JetBrains/intellij-community/tree/master/plugins/hg4idea) and [Git4Idea](https://github.com/JetBrains/intellij-community/tree/master/plugins/git4idea) plugins, as well based in current code of [IntelliJ IDEA Community](https://github.com/JetBrains/intellij-community/), and is planned to be released by the end of first semester of 2021, when release time comes, the IntelliJ EAP will be already released as stable, also I don't want to support older releases of IntelliJ IDEA because this involves basing on deprecated code, and this is my first IDEA plugin, so the more I focus the present than the past, more I deliver in terms of better and stable features."
data = "Dracon is being developed based in actual [HG4Idea](https://github.com/JetBrains/intellij-community/tree/master/plugins/hg4idea) and [Git4Idea](https://github.com/JetBrains/intellij-community/tree/master/plugins/git4idea) plugins, as well based in current code of [IntelliJ IDEA Community](https://github.com/JetBrains/intellij-community/), and is planned to be released by the end of first semester of 2021, when release time comes, the IntelliJ EAP will be already released as stable, also I don't want to support older releases of IntelliJ IDEA because this involves basing on deprecated code, and this is my first IDEA plugin, so the more I focus the present than the past, more I deliver in terms of better and stable features.\n"
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "## Could I contribute to Dracon development?"),
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "\n"),
LineChange(type = LineChangeType.ADD, data = "## Could I contribute to Dracon development?\n"),
LineChange(type = LineChangeType.ADD, data = "\n"),
data = "I'm currently focused on learning how IDEA Plugin platform works and how DVCS is implemented in IDEA, so until Dracon is officially released, I will not be accepting contributions, but Dracon is licensed under MIT, you are free to create your own version of Dracon and developing it on your own."
data = "I'm currently focused on learning how IDEA Plugin platform works and how DVCS is implemented in IDEA, so until Dracon is officially released, I will not be accepting contributions, but Dracon is licensed under MIT, you are free to create your own version of Dracon and developing it on your own.\n"
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "## When Dracon will be official released?"),
LineChange(type = LineChangeType.ADD, data = ""),
LineChange(type = LineChangeType.ADD, data = "\n"),
LineChange(type = LineChangeType.ADD, data = "## When Dracon will be official released?\n"),
LineChange(type = LineChangeType.ADD, data = "\n"),
lastLine = if (lastKnownLine.endsInNewLine(this)
&& !lookupFor(lastKnownLine, '+', ' ')
&& !lookupFor(lastKnownLine, '-', ' ')) {
null
} else {
lastKnownLine
lastLine = computeLastLine()
} else if ((lineStr == "\\\n" || (lineStr == "\\" && isEndOfStream())) && changes.isNotEmpty()) {
lastKnownLine = lastLine + lineStr.lastIndex
if (isEndOfStream()) {
lastKnownLine += 1