1. ed.ex :: EDS interface
- Posted by K_D_R Jan 31, 2012
- 1216 views
What the picture doesn't reveal is that "gtk_kwds" is a selection choice from the sequence tables, in the same manner as ed.ex file_history, command_history, search_history, etc. are selectable. I can pick an existing table from the que, or enter a new one. The same can be done with a sequence of database names, option pick lists, and so on.
Hmmm, I think that prompt should be "Select Table:".
I have no illusions regarding my programming abilities. Suggestions for improvement will be appreciated.
Regards, Kenneth Rhodes
2. Re: ed.ex :: EDS interface
- Posted by K_D_R Jan 31, 2012
- 1196 views
EuHelp.edb is the current db with the Method Euphoria keyword table selected. This is the top level menu, "EDS".
Regards,
3. Re: ed.ex :: EDS interface
- Posted by K_D_R Jan 31, 2012
- 1204 views
This is the records menu - cramped and cryptic. I can place the menu options, with more descriptive labels, into a sequence called, say, "records_menu" and select the desired routine using the up and down arrow keys to scroll through the options, like a rolodex.
answer = delete_trailing_white(key_gets("", records_menu))
Regards, Kenneth Rhodes