[Gambas-user] Linking ones own subroutines to a gambas like wiki
Doriano Blengino
doriano.blengino at ...1909...
Sun Jan 18 09:48:50 CET 2009
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."
More information about the User
mailing list