Wishlist: Difference between revisions
From NEOSYS Dev Wiki
Jump to navigationJump to search
(Undo revision 609 by Special:Contributions/83.15.76.153 (User talk:83.15.76.153)) |
|||
Line 1: | Line 1: | ||
==Basic Pick== | |||
*Sort/Select to work on multivalues | |||
==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 10:24, 15 February 2010
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