Live Editor - Fond Colour does not stick on another PC
1 次查看(过去 30 天)
显示 更早的评论
Hi there,
I have made a live script which works without errors. I have personalised it and changed the colours of the title, the headings and the text using "s.matlab.fonts.editor....Color.PersonalValue" of settings object.
When I close a session and open it again, all my changes are still there but when I commit it to SVN and my colleagues download it, all colours have changed back to black again.
Any idea why? And how I can fix it?
Thanks
0 个评论
回答(1 个)
Muhammed Yaseen
2021-8-17
I understand that you would like to know why the changes to the settings object is persistent in your machine but not with your colleagues.
The personal value of the settings leaf nodes are persistent across MATLAB sessions for an individual user. When modified, the value is saved to the preferences folder.
A quick workaround will be to export your user preferences directory to the other computer,. You can get the location of the preferences directory by typing the following command in the MATLAB command window,
prefdir
To know more about settings structure:
To know more about "prefdir" command:
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!