Message-Id: <3.0.5.32.19990403081528.007e0690@200.252.238.1> X-Sender: thiagofga AT 200 DOT 252 DOT 238 DOT 1 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sat, 03 Apr 1999 08:15:28 -0300 To: djgpp AT delorie DOT com From: "Thiago F.G. Albuquerque" Subject: RHIDE: Sugestion: prototype completion Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com 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. Regards, Thiago