![]() |
|
Navigation |
Synopsis Clear a registered language.
Function
void clearLanguage(str name)
Usage
import util::IDE;
Description Remove a registered language.
Benefits When in doubt about the state of your IDE additions, you can always remove the language, close all editors and check if everything is gone, then re-register your language again.
Pitfalls Use with caution! This will clear a registered language (for debugging purposes).
![]() |