KDevelop/GSOCTasks: Difference between revisions
Appearance
< KDevelop
Created page with "= Checker Framework = A generic framework should be created which provides the foundation for other plugins to report errors. Right now we have the problems toolview but it i..." |
m formatting++ |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
= | = 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: | ||
* | * 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: