Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 903 Bytes

TROUBLESHOOTING.md

File metadata and controls

12 lines (10 loc) · 903 Bytes

Autoformat (Ctrl+Shift+F) removes YAML comments

This is a known issue of YEdit, the YAML Editor on which KaiZen OpenAPI Editor is built. There is no fix for this yet, so we recommend that you disable the key binding for YEdit in Eclipse Preferences: yedit_disableformat

  1. Open the "General > Keys" page.
  2. Type "format" in the search box.
  3. Select the command from the YEdit category.
  4. Click the "Unbind Command" button.
  5. Confirm by selecting "OK".

Handling special (non-UTF) characters

JSON does not support non UTF encoding, so for now we recommend avoid using special characters, e.g. accented letters, in your Swagger specification. See issue 158 for details