Tagged Questions
10
votes
1answer
109 views
Multiple templates for a single user-defined function
How do I use the ::usage tag to allow the Mathematica v9 front end to know that there are multiple ways to call an overloaded function (a function that can have ...
3
votes
0answers
43 views
How to influence Suggestion Bar in your package/code [duplicate]
Possible Duplicate:
Is it possible to customize the Suggestions Bar?
I have written a little code (like a minipackage) of different functions. In using my code, the user typically starts ...
2
votes
2answers
102 views
Hiding certain user-defined functions in front-end autocompletion
I have written an elaborate code that contains a collection of functions for the user and a bunch of auxiliary functions whose existence I would like to hide away from the user. I've written my code ...