Wishlist: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
Line 4: Line 4:


==Development Tools==
==Development Tools==
*Debugging Tools and Procedures
*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 20:05, 29 May 2009

Basic Pick

  • Sort/Select to work on multivalues
  • Unicode implementation being finalised

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