Version 11.1 now shows a little grayed out × (a multiplication sign) when one is editing something, to warn them that the expression will be interpreted as the multiplication of what precedes and follows the sign. However, one is still typing, and there is no need to warn one in the middle of typing before they are finished!
This is all good and well for some, but I find it very annoying and distracting when I keep seeing this × popup in the middle of coding. Too many things already pop-up when typing and I do not need one more thing. I am not sure what to search for in the options inspector to disable this.

Do[
a;
b, (*removing the , makes the x show up *)
{i,1,n}
]
Is there an option to remove it? Here is a small movie showing it:
Another example:
Answer
Thanks to the hint by Jason. It is called AutoMultiplicationSymbol. It can be turned off in the Option Inspector:

It worked. Now × does not show up. Version 11.1 on windows 7.


Comments
Post a Comment