2
votes
1answer
87 views

Looking for documentation on code editor's color/style highlighting

Where can I find reference documentation (as opposed to, e.g., tutorials, etc.) on the meanings of the various color/style highlightings that Mathematica automatically assigns to code as one types it? ...
3
votes
3answers
123 views

Can Button[] generate output without using Print[]?

Button[] beguiles me. A simple example follows: ...
7
votes
0answers
106 views

How can we extend the predictive interface so it can suggest new operations?

Introduction Mathematica 9 has introduced a new predictive interface. For each output, it suggest possible actions the user might want to take. How can this interface be extended so that it will ...
1
vote
0answers
78 views

Cursor delay even in fresh notebook [closed]

I'm experiencing delays and lag with respect to the cursor. Even on a fresh notebook just after launching Mathematica as soon as I start typing the cursor falls behind the key strokes very quickly. ...
3
votes
1answer
76 views

Syntax Coloring for “Possible Unwanted Assignment” Issue

Apparently Mathematica's syntax coloring engine believes that the second assignment in the following code excerpt (concocted for illustration purposes only) is a "Possible Unwanted Assignment" since ...
6
votes
2answers
161 views

Prevent text from wrapping in a notebook

By default in the Notebook interface the text wraps. Is it possible to prevent this wrapping?