Kdevelop vs. KDE Studio

Ralf Nolden nolden at kde.org
Thu Aug 16 21:01:14 BST 2001


On Thursday, 16. August 2001 21:02, you wrote:
> At 20:04 8/16/2001 +0200, you wrote:
> >You bet :) Why didn't you submit it ? Feared it might have gotten rejected
> >because of wrong indentation or what ? *g*
> >
> >Well, I would love to see that go into kdevelop if you could dig that out.
>
> Cause it amounted to changing a 5 to (whatever) 15 or something, in two
> lines in one file.
> Silly, really. I looked into making it a user defined variable, but got
> lost in the option dialogs, so I just hard coded it, as it was before.
>
> heh-ok, here's a patch for the 2.0 release version. Oh, I see the default
> is now 7... :)
> Kinda silly, really. Could change it to 25.

ARGS :) now I see what you mean. I thought you could load 5 projects into the 
project TREE itself! so you had a root item symbolizing the project for each 
project containing the class tree as it is now, same for the file trees. That 
would help a lot actually, just imagine you could load all kde CVS sources at 
once! (and unload them when you don't need them or just click on the root 
item to enable/disable loading them into the parser, whatever...

Sorry for that, well that is really an easy fix that everyone can apply :) 
The standard for recent files/projects is 5 though. It should be configurable 
indeed, we should put that into the TODO list Mathieu is doing right now and 
will be used for kdevelop/gideon development. 

Ralf
>
> ljp
>
> --- ckdevelop_noslot.cpp.orig   Fri Aug  3 14:18:42 2001
> +++ ckdevelop_noslot.cpp        Thu Aug 16 12:38:11 2001
> @@ -109,8 +109,8 @@
>       }
>     }
>
> -  if (recent_projects_menu->count() > 7)
> -    recent_projects_menu->removeItemAt(7);
> +  if (recent_projects_menu->count() > 15)
> +    recent_projects_menu->removeItemAt(15);
>
>     // Add it at the top of the menu
>     recent_projects_menu->insertItem(file, (int)-1, (int)0);
>
>
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«

-- 
We're not a company, we just produce better code at less costs.
--------------------------------------------------------------------
Ralf Nolden
nolden at kde.org

The K Desktop Environment	The KDevelop Project
http://www.kde.org		http://www.kdevelop.org


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list