Bug 59785 - (minor bug) File tree not showing + sign at subfolders.
Summary: (minor bug) File tree not showing + sign at subfolders.
Status: RESOLVED INTENTIONAL
Alias: None
Product: kdevelop
Classification: Applications
Component: file tree (show other bugs)
Version: 3.0.0a4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
: 74013 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-06-15 02:40 UTC by martinp2000
Modified: 2004-02-02 15:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description martinp2000 2003-06-15 02:40:42 UTC
Version:           3.0.0a4 (using KDE 3.1.1)
Installed from:    SuSE
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB-athlon

The file tree doesn't show the + sign in front of subfolders in the project. The sign appears when the folder is opened by double-clicking on it's name.
Comment 1 Mario Scalas 2003-06-16 16:34:36 UTC
I believe its behaviour is due to performance reasons: scanning the entire filetree 
maybe slow of several systems and so only folders which are "clicked on" by the user 
are there filled up (and from then they are working as expected. Anyway folder items, 
have "folder" icons ;) 
Is this the case of a feature which seems a bug? I think so! 
Comment 2 Jens Dagerbo 2003-11-03 13:16:40 UTC
>Is this the case of a feature which seems a bug? 

It's a bit of both. :)

The FileTree used to show the '+' signs. The reason I disabled that was that this, in some cases, spawned a huge number of kio_file processes, which ate cpu and memory and never seemed to want to go away.

So, it IS an "optimization" on our part, but mostly because it's a workaround for bad KDE behaviour.

I didn't close this report when it came in because it is technically correct, we don't show the '+' signs, but as we don't really intend to, this is technically not a bug.

So, closing as INVALID and hoping the KDE issues will be resolved (or FileTree rewritten...)
Comment 3 Amilcar do Carmo Lucas 2004-02-02 15:39:11 UTC
*** Bug 74013 has been marked as a duplicate of this bug. ***