richard terry ha scritto: > I keep separate text files in my project to describe my forms. > > As I was working today I thought, "wouldn't it be nice if I could hit the F1 > key over my routines and bring up a wiki, like you can if you hit F1 or F2 > over the gambas keywords. > > I wondered if this would be possible to set up? > This could also be done with minimal effort in the IDE... by setting up a SHELL call when the user presses F1, and passing to the called app as much parameters as possible: keyword under cursor, class under edit, filename and so on. An external program, written in gambas, could then parse its command line and decide to browse documentation (for gambas, for libc calls, and so on), or to permit the user to read and modify its own documentation. The main advantage of this approach would be not to overload the IDE.
-- Doriano Blengino "Listen twice before you speak. This is why we have two ears, but only one mouth." ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user