Re: Asking for recommendations on how to add a feature to KTextEditor

2018-04-09 Thread Kevin Funk
On Monday, 9 April 2018 13:13:46 CEST Aleix Pol wrote: > On Mon, Apr 9, 2018 at 12:49 PM, Michal Srb wrote: > > Hi, > > > > I would like to ask for hints/recommendations on how to implement a > > feature for KTextEditor. > > > > My ultimate goal is to make a plugin for

Re: Asking for recommendations on how to add a feature to KTextEditor

2018-04-09 Thread Aleix Pol
On Mon, Apr 9, 2018 at 12:49 PM, Michal Srb wrote: > Hi, > > I would like to ask for hints/recommendations on how to implement a > feature for KTextEditor. > > My ultimate goal is to make a plugin for KDevelop that will show some > additional information in the code itself.

Asking for recommendations on how to add a feature to KTextEditor

2018-04-09 Thread Michal Srb
Hi, I would like to ask for hints/recommendations on how to implement a feature for KTextEditor. My ultimate goal is to make a plugin for KDevelop that will show some additional information in the code itself. For example names of function arguments at call site. Something like this in intellij: