Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Argument Tooltips


The tooltip you are talking about is more related to the JDT.  You might try their mailing list (jdt-ui-dev@xxxxxxxxxxx).  They should be able to give you a better idea where to look.

Brian Bauman
    IBM Software Group - Austin, TX
    Eclipse Committer
    baumanbr@xxxxxxxxxx
    (512) 838 -2938 (T/L 678-2938)



<dazlee4@xxxxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx

08/09/2007 02:36 PM

Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>

To
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>
cc
Subject
[pde-dev] Argument Tooltips





Hi everybody
 
I've implemented a code complete system into some plugins I'm working on but I was wondering if anyone could give me some advice on how to go about implementing argument tooltips. Not the big tooltip which goes next to the completions box but once you’ve selected a method it’s a small tooltip above your statement with its arguments "socket:Socket, keepAlive:Boolean" and when a user adds another , the next argument goes bold.
 
Any suggestions would be much appreciated._______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top