Page 1 of 1

xBase Module List

Posted: Thu Jul 22, 2010 1:04 pm
by esgici
Hi Rathi

You said here :
Rathi wrote:The main feature is the function list.
Are you talking about something like this ?

Regards

--

Esgici

PS :Sorry, not embedded yet into any editor ;)

Re: xBase Module List

Posted: Thu Jul 22, 2010 1:29 pm
by Rathinagiri
It looks nice and great utility Esgici.

What does this hill library do?

In the case of xMate editor, whenever we open a .prg file in the editor, all the functions/procedures in the file will be listed separately in a listbox. We can double click the name of the function and go to the function easily. This way, we need not scroll through the whole file with many number of lines.

Re: xBase Module List

Posted: Thu Jul 22, 2010 1:49 pm
by esgici
Thanks Rathi :)
rathinagiri wrote: What does this hill library do?
Nothing special. I have some frequently used modules in it. Modules prefixed by "HL_" are my own library modules. While making .prg public, I hang about for separate modules used by this prg. That is all.
rathinagiri wrote: In the case of xMate editor, whenever we open a .prg file in the editor, all the functions/procedures in the file will be listed separately in a listbox. We can double click the name of the function and go to the function easily. This way, we need not scroll through the whole file with many number of lines.
Understood; a good facility for using instead of a silly search ;)

Regards

--

Esgici