Wishlist: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:


==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.
 
*Dynamic loading/unloading of subroutines
*Implementation of "labelled commons"
*Labelled common concept to be reimagined as OO classes so you can pass around objects with properties and methods.
 
Done:
 
*DONE! 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.
*DONE! Dynamic loading/unloading of subroutines

Latest revision as of 00:03, 11 May 2011

Basic Pick

  • Sort/Select to work on multivalues

Development Tools

  • Implementation of "labelled commons"
  • Labelled common concept to be reimagined as OO classes so you can pass around objects with properties and methods.

Done:

  • DONE! 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.
  • DONE! Dynamic loading/unloading of subroutines