Wishlist: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
==Basic Pick==
==Basic Pick==
*Sort/Select to work on multivalues
*Sort/Select to work on multivalues
*Unicode implementation being finalised


==Development Tools==
==Development Tools==
*Exodus's "edit" and "compile" commands to automatically generate and use .h files so that pick's external subroutines are simulated with minimal technical knowledge. #include in this case will be like the equivalent "using xyz" in other languages eg automatically include a tree of headers.
*Exodus's "edit" and "compile" commands to automatically generate and use .h files so that pick's external subroutines are simulated with minimal technical knowledge. #include in this case will be like the equivalent "using xyz" in other languages eg automatically include a tree of headers.
*Dynamic loading/unloading of subroutines
*Dynamic loading/unloading of subroutines

Revision as of 18:13, 26 June 2009

Basic Pick

  • Sort/Select to work on multivalues

Development Tools

  • Exodus's "edit" and "compile" commands to automatically generate and use .h files so that pick's external subroutines are simulated with minimal technical knowledge. #include in this case will be like the equivalent "using xyz" in other languages eg automatically include a tree of headers.
  • Dynamic loading/unloading of subroutines