I've exported my highlighting scheme in Xamarin Studio. Now how do I import it?

萝らか妹 提交于 2019-12-11 19:07:57

问题


The lastest update of Xamarin Studio changed how syntax highlighting is stored and exported, apparently to make it compatible with Visual Studio, and as a result my customized scheme was lost. I painstakingly reconfigured the scheme and exported it. But now when I try to 'add' the scheme into Xamarin Studio on another computer, nothing happens.

How can I import the exported scheme onto another computer?


回答1:


If the exported file ends with Style.json it will import, e.g. MySyntaxHighlightingSchemeStyle.json.

This is coming from Mike Kruger of MonoDevelop via IRC. I tested it and it works perfectly. Thanks Mike!



来源:https://stackoverflow.com/questions/15559866/ive-exported-my-highlighting-scheme-in-xamarin-studio-now-how-do-i-import-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!