fteqccgui updated

Discuss programming in the QuakeC language.
Post Reply
Spike
Posts: 2914
Joined: Fri Nov 05, 2004 3:12 am
Location: UK
Contact:

fteqccgui updated

Post by Spike »

fteqccgui (which is windows only) now includes tooltips to show variable types and comments in a tooltip.

for example
void(float somearg) foo; // some comment
will show:
> void(float somearg) foo
> some comment
as a tooltip.
should work nicely enough with vanilla defs.qc, including multi line bits.

Note that you'll need to click the compile button before they appear, however.
Hopefully this feature will save the handful of people who still write qc code a little bit of time looking up the argument lists etc.

As always, you can get svn builds from here: http://triptohell.info/moodles/fteqcc/
Or Random Direct Link

As always, let me know of issues so that I can to add them to my imaginary todo list.
Nahuel
Posts: 495
Joined: Wed Jan 12, 2011 8:42 pm
Location: mar del plata

Re: fteqccgui updated

Post by Nahuel »

great work spike :) thank you!
hi, I am nahuel, I love quake and qc.
Post Reply