diff --git a/editor/ui/composer/content/EditorAppShell.xul b/editor/ui/composer/content/EditorAppShell.xul index 485da917cf6..ce1da346a81 100644 --- a/editor/ui/composer/content/EditorAppShell.xul +++ b/editor/ui/composer/content/EditorAppShell.xul @@ -16,6 +16,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/editor/ui/composer/content/EditorCommands.js b/editor/ui/composer/content/EditorCommands.js index b6539b0c650..0997387d651 100644 --- a/editor/ui/composer/content/EditorCommands.js +++ b/editor/ui/composer/content/EditorCommands.js @@ -196,6 +196,15 @@ function EditorShowClipboard() window.editorShell.ShowClipboard(); } +// --------------------------- View menu --------------------------- + +function EditorSetDocumentCharacterSet(aCharset) +{ + dump(aCharset); + dump(" NOT IMPLEMENTED YET\n"); +} + + // --------------------------- Text style --------------------------- function EditorSetTextProperty(property, attribute, value)