Reputation: 748
I did not find any suitable answer or hint, so I am asking this here now: Is there any alternative editor for Matlab with a dark theme (easier to the eyes), that supports integration in Matlab for proper debugging, autocompletition etc.? And if so, how do I setup those editors on windows?
I am really annoyied of the default matlab text editor. The color theme can not be applied to the whole IDE and the syntax highlightning is really bad, because it can not distinguish between numbers, brackets, operation-symbols (=,+,- etc.) and more like that. It is sometimes really hard to read a matlab file in the default editor, because the lack of these basic features.
Thanks!
Upvotes: 0
Views: 2301
Reputation: 748
Looking back at my own question, I will try to give an answer. There is no way to define individual colors for matlab-code in matlab itself. Therefore I stick with Notepad or Atom, which have far superior color syntax even for matlab code. For running the code, you have to switch to matlab of course. This for sure no optimal solution, but the best to get better readability for matlab code.
Upvotes: 1