MCPcopy Create free account
hub / github.com/TeXworks/texworks / scriptLanguageName

Function scriptLanguageName

plugins-src/TWLuaPlugin/LuaScriptInterface.h:69–69  ·  view source on GitHub ↗

\brief Get the supported script language name * * \return the name of the scripting language */

Source from the content-addressed store, hash-verified

67 * \return the name of the scripting language
68 */
69 QString scriptLanguageName() const override { return QString::fromLatin1("Lua"); }
70
71 /** \brief Get a URL for information on the supported script language
72 *

Callers 1

TestScriptingClass · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected