This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: auto-completion


> 
> How about a code editor that "auto-completes" function names as you type
> them, a la URL combo box in Netscape Communicator or IE?
> 
> Can we create a win32-submode for c-mode in EMACS to do this?  Imagine
> typing "int WINAPI WinM<End>" and get "int WINAPI WinMain(HINSTANCE
> hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)"
> automatically.
> 
I have done this for the lcc-win32 ide. You type
int WINAPI Win<esc>
and the ide will
1: If there is only one choice will insert it automatically.
2: If there are less than 15 choices will show the choices in a popup menu
3: If there are more choices it will open a dialog box to let you pick the correct
   one.
The ide will scan include files also, when collecting identifiers.


-- 
Jacob Navia	Logiciels/Informatique
41 rue Maurice Ravel			Tel 01 48.23.51.44
93430 Villetaneuse 			Fax 01 48.23.95.39
France
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]