The syntax-highlighting tag has no wiki summary.
6
votes
3answers
136 views
How to program a F::argx message?
How useful is it to program a user-built function in a package to produce a red warning message F::argx if you give the wrong number of arguments to that function? ...
2
votes
1answer
57 views
Why the coloring in Block construct? [duplicate]
I want a function that works like in the following example: it gets an expression which contains a variable var and evaluate it setting setting var = value.
I used ...
2
votes
1answer
80 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?
...
5
votes
1answer
86 views
High Contrast Syntax-Highlighting
I have a neurological disorder which causes me to have migraines if I look at a white computer screen. To combat this, I have put the following at the top of all of my Mathematica notebooks:
...
3
votes
2answers
122 views
Why does the syntax highlighter color a local symbol red inside DynamicModule?
I am adding a Module inside DynamicModule here is an example (thanks to @rm-rf for this simple example)
...
11
votes
1answer
238 views
Saving a notebook as a $\LaTeX$ file, with syntax highlighting preserved
How can I save a notebook as a $\LaTeX$ file, while preserving the syntax highlighting (such as input/output boxes)?
3
votes
0answers
88 views
Highlighting bracketing in Mathematica [duplicate]
I'm working with lists of lists of lists. Each box with information has a specific format like
information = {{a},{{b}},{{{c},{d}},{e,{f}}},{g}}
and so ...
2
votes
1answer
78 views
Syntax highlighting in patterns with built-in functions
While working on my own plotLegends package I encoutered some weird behaviour of the front end's syntax highlighting. I reduced the problem to the following minimal ...
10
votes
2answers
161 views
Wolfram workbench syntax highlighting for local variables inside compile
Lately I've been working quite a lot with Compile. I also started using Wolfram Workbench.
So a natural question arises: Is it possible to have syntax ...
8
votes
2answers
252 views
How can one define an infix operator with an arbitrary unicode character?
You can setup "UsefulFunction[a, b]" to use custom infix notation "a [LeftRightArrow] b" as follows:
...
19
votes
1answer
637 views
Customizing syntax highlighting for private cell styles
Is there any way to set up a cell style with a particular syntax highlighting?
For example, I'd like to have a CProgram cell to write in blue the C special words.
I have done it by setting ...
23
votes
2answers
638 views
Saving a notebook as PDF, preserving syntax highlighting
Currently, one may save notebooks as PDFs from the menu by Save As... and then selecting PDF (on a Mac, I imagine it is similar on other OSs). However, the ...
39
votes
2answers
914 views
Syntax highlighting for your own functions
Mathematica has a useful feature that for functions and special constructs getting passed local variables (for example Minimize or ...
7
votes
1answer
152 views
Syntax Highlighting for Mathematica on a Blog
Every once in a while I want to paste Mathematica code on my blog. When I do, I would like it to be somewhat readable, and it would be nice to have syntax highlighting. So far all my searches have ...
7
votes
1answer
199 views
No Syntax Highlighting of Package Functions
Lately, my installation of Mathematica has decided not to highlight any symbols loaded from packages. The picture below is a good representation of this:
where after loading both ...