2 questions
F@lk Brettschneider
gigafalk at yahoo.com
Tue Nov 6 08:23:05 UTC 2001
Hi,
Daniel Engelschalt wrote:
>
> i want to do the following things in gideon at
> parts/cppsupport/codecompletion.cpp:
>
> (1) add a slot that is activated by pressing "CTRL+ALT+L". the problem
> is that i don't know how to write the correct connect( )
> command (or what signal can / should be used).
CTRL+ALT are known as system functions.
So IMHO it's better to use CTRL+SHIFT for local application accels.
>
> (2) say to the classview to update / rebuild itself because of updated
> classstore-data.
CClassView::refresh
Call it abstractly through the inter-message system of Gideon.
(BTW: You should reimplement it in a way that the message system better
uses event queues than signal/slots.)
Ciao,
F at lk
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list