如何在Ace Editor中找到当前加载的模式(语法)?

编程入门 行业动态 更新时间:2024-10-11 01:11:26
本文介绍了如何在Ace Editor中找到当前加载的模式(语法)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如标题所示-我如何找出Ace Editor中当前加载的模式?

Well as the title says - how do I find out what the currently loaded mode is in Ace Editor?

editor.getSession()。getMode()不能真的返回了我可以使用的任何东西-浏览了返回的对象-但找不到任何东西。

editor.getSession().getMode() does not really return anything I can use - have looked through the objects returned somewhat - but could not find anything.

editor.getTheme()向我返回了一个我可以使用的字符串但是,如果它们对模式没有做相同的事情,这似乎很有趣。

editor.getTheme() returns a string to me that I can use however - just seems funny if they did not do somewhat the same for mode

推荐答案

要检索使用的模式名称,请执行以下操作:

To retrieve the name of the mode you use:

editor.getSession().getMode().$id

更多推荐

如何在Ace Editor中找到当前加载的模式(语法)?

本文发布于:2023-11-08 20:47:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1570413.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:语法   加载   模式   中找到   如何在

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!