Bug 402830

Summary: Autotool project full of dirty symbols in the project tree
Product: [Applications] kdevelop Reporter: jd.frattini
Component: file treeAssignee: kdevelop-bugs-null
Status: RESOLVED NOT A BUG    
Severity: normal CC: jd.frattini
Priority: NOR    
Version First Reported In: 5.3.1   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description jd.frattini 2019-01-03 16:31:23 UTC
With autotools projects, the project tree is displaying many useless symbols discovered in various makefiles. The project tree ends with many symbols like cscope-list, distclean, dvi, html... which are polluting the tree.
Since filters are not saved in the kdevelop project file, these need to be done on all platforms where kdevelop is installed for the same project.
Plus this is not easy to filter all these dirty symbols: should be block all html files ? all uninstall files ? And what if such files are really inside the project.

On Debian Buster, Xfce, with kdevelop 5.3.1 AppImage.
This issue is redundant since many versions of kdevelop.
Comment 1 Kevin Funk 2019-01-09 09:01:46 UTC
In the Projects tool view, there's the "Show Targets" action in the tool view tool bar. If you disable that one, the targets are hidden.

Does this solve the issue for you?
Comment 2 jd.frattini 2019-01-28 06:57:48 UTC
Yes that fixes the issue. Could be closed.