File: TO_DO

package info (click to toggle)
libperlmenu-perl 4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 380 kB
  • ctags: 84
  • sloc: perl: 2,439; makefile: 31
file content (41 lines) | stat: -rw-r--r-- 1,731 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
                                 perlmenu.pm
                                 Perl Menus
                                 Version 4.0
                                Release Notes
                              February 17, 1997

                               Steven L. Kunz
                           Networked Applications
                  Iowa State University Computation Center
                            Iowa State University
                                 Ames,  Iowa

Copyright (C) 1992-97  Iowa State University Computation Center
                       Ames, Iowa (USA)

Things to do in future releases:

- Allow integrated menus and templates (so you can have a multiple-selection
  menu overlayed on top a data-entry field template, for example).

- Allow different rendition indications for various portions of the 
  menus and templates.  Things like "standout", or even colors (using
  standard ANSI or user-specified escape sequences for field rendition).
  This would allow (for example) template fields which had errors in the
  data to be presented in red reverse-video rendition.

- Allow user specification of character-sequences used to perform certain
  generic functions (such as "cursor_up").  You could use a call such
  as the following:

    &menu_key_bind("<function string>","<bound seq>");

  (I really thought I'd have this done for version 4.0, but I just couldn't
   get enough time.  Maybe in version 4.1 ... SLK)

- Allow a new "menu_pref" that places "(Done with ..."), etc at bottom of
  menus (instead of at the top).

- Create support for headings within the menu selection items.  These
  strings (really non-selectable items) would be "auto-skipped" during arrow
  movement/selection.