TinyMCE button not showing in editor

Vote:
 

I'm trying to get the improved code plugin to work on episerver 10.8.0. I can see the js file for the code show up in the dev tools when the editor is up, but the button isn't there.

The changes shown here in this thread were applied and the button still doesn't show up.

Project:

Admin: 

Editor:

Chrome Dev Tools:

improvedCodePlugin.cs

[TinyMCEPluginButton(
PlugInName = "improvedcode", 
ButtonName = "HTML+", 
GroupName = "misc",
IconUrl = "Editor/tinymce/plugins/improvedcode/img/htmlplus.gif",
EditorInitConfigurationOptions = @"{
improvedcode_options : {
height: 580
,indentUnit: 4
,tabSize: 4
,lineNumbers: true
,autoIndent: true
,theme: 'monokai'
}
}"
)]
public class improvedcodePlugin
{
}



#179202
Jun 02, 2017 20:05
Vote:
 

To answer my own question: 

ButtonName = "HTML+"

was the issue, removing the '+' symbol resolved this issue.

#179312
Jun 08, 2017 1:22
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.