Mail Archives: djgpp/1999/04/05/17:40:33
"Thiago F.G. Albuquerque" <thiagofga AT ambr DOT com DOT br> suggested:
> In the editor, you type the name of the function (or part of it). Then, you
> press some key combination. Then, RHIDE searchs in the files listed in
> Syntax Help\Files to Search, as it would do if you pressed ^F2. Then it
> displays the function's prototype in the screen.
>
> Here's as example:
>
> You type
>
> blit_
>
> and press, say, ^\. And then that "blit" you typed becomes
>
> void blit(BITMAP *source, BITMAP *dest, int source_x, int source_y,
> int dest_x, int dest_y, int width, int height);
>
> and the cursor is positioned under the first argument.
>
> What do you say? It would speed up our coding.
Are you sure it helps? I don't know, you then must delete the name of the
parameters.
I don't know how many users will use it. One really interesting feature I
added is ^I => copy name of the include to then paste the #include <>
directive and I never got any feedback, sometimes I feel I'm the only one
that uses it.
SET
------------------------------------ 0 --------------------------------
Visit my home page: http://welcome.to/SetSoft
or
http://www.geocities.com/SiliconValley/Vista/6552/
Salvador Eduardo Tropea (SET). (Electronics Engineer)
Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org
ICQ: 2951574
Address: Curapaligue 2124, Caseros, 3 de Febrero
Buenos Aires, (1678), ARGENTINA
TE: +(5411) 4759 0013
- Raw text -