Tagged Questions
5
votes
1answer
68 views
On Reverting Code that Mma Switches to Raw Input Form Back to Standard Form
I experienced a similar issue to what is described in this post while editing formatted usage messages (that contained italics) in the declaration section of a package that I'm developing in the ...
3
votes
0answers
63 views
Parsing subscripts when loading package files via the FrontEnd
I am working on some code, and have found it easier to use a Mathematica package because
it is easier to run via command-line (lightweight)
it allows for easier source versioning (Git), and
it ...
9
votes
1answer
124 views
Preserving indentation when creating a new line (when editing in a package)
Background:
This is the third question in a row of questions about how to make editing packages in the front-end much more bearable (the other two are here and here). It seems that the front end is ...
10
votes
2answers
339 views
How to make a parallel auto-generated .m package from Initialization cells?
according to the documentation at ref/InitializationCell,
When you first save a notebook that contains initialization cells, you have the option to make a ...