KDevelop/GSOCTasks: Difference between revisions
Appearance
< KDevelop
The Checker Framework GSoc happened in 2015, removing this item |
m formatting++ |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
The existing SVN plugin uses an outdated kdevsvncpp checkout internally which causes troubles, warnings and licensing issues. Port the plugin to either the C-API of svn or alternatively try to reuse code from current kdevsvn. | The existing SVN plugin uses an outdated kdevsvncpp checkout internally which causes troubles, warnings and licensing issues. Port the plugin to either the C-API of svn or alternatively try to reuse code from current kdevsvn. | ||
= Implement support for Language Server Protocol = | |||
Idea from Kevin. | |||
More information: | |||
* https://github.com/Microsoft/language-server-protocol | |||
* https://en.wikipedia.org/wiki/Language_Server_Protocol |
Latest revision as of 09:08, 7 August 2017
SVN Plugin Rewrite
The existing SVN plugin uses an outdated kdevsvncpp checkout internally which causes troubles, warnings and licensing issues. Port the plugin to either the C-API of svn or alternatively try to reuse code from current kdevsvn.
Implement support for Language Server Protocol
Idea from Kevin.
More information: