KDevelop is nice but...
Javier Guerra Giraldez
javier at guerrag.com
Tue Feb 12 09:24:26 GMT 2019
On Tue, 12 Feb 2019 at 09:11, Sven Brauch <mail at svenbrauch.de> wrote:
> On Tuesday, 12 February 2019 01:26:52 CET Praise wrote:
> > 1) I cannot see what file are modified or need an update on git. CLion makes
> > me see file names in a different color.
>
> The VCS code is a little convoluted, but that sounds useful and doable.
Personal preference: use the "Documents" pane from Kate. it does
show modified files, and it's far easier to see how open files are a
subset of the filesystem. (it also looks better)
> > 4) When creating a new cpp file I would really love to select CMake’s target
> > to add it immediately, and to add it to git.
>
> We once had code modifying cmake files, but I think it died together with the
> cmake-parser-based cmake support ...
> The simple case may be realistic to get right, in the general case cmake is a
> very complex language to modify automatically.
how about a simple CLI tool that outputs the list of project files
(with optional filters), it could be used from Makefiles and (most?)
other scripts.
something like:
#> kdev_proj_files $projectdir *.cpp
src/main.cpp
lib/myusefulobj.cpp
#> kdev_proj_files $projectdir *.h
src/config.h
lib/myusefulobj.h
--
Javier
More information about the KDevelop
mailing list