🐛 Bug Fix
- Source mode / ACE options: only a fixed set of
sourceEditorNativeOptions(theme,mode,wrap,showGutter,highlightActiveLine) was applied to the ACE editor — any other native option, such asfontSize,tabSizeoruseSoftTabs, was silently dropped, sosourceEditorNativeOptions: { fontSize: '30px' }had no effect. The whole options object is now forwarded to ACE'seditor.setOptions(), and the type accepts arbitrary native keys. Fixes #1285.