xBase Module List

HMG Samples and Enhancements

Moderator: Rathinagiri

Post Reply
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

xBase Module List

Post 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 ;)
Attachments
dbmlist.rar
xBase Module List sample
(23.46 KiB) Downloaded 461 times
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: xBase Module List

Post 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.
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: xBase Module List

Post 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
Viva INTERNATIONAL HMG :D
Post Reply