The 1.2.0 code editor keeps the existing editing surface while adding syntax highlighting and error/warning layers.

Syntax and Problems

  • Syntax highlighting for common languages.
  • Parse/syntax errors can appear in red; warnings and some missing-module cases in yellow.
  • Problematic code ranges can be underlined directly in the editor.

AI editing

  • ★ Fix with AI: Fixes the open file from the Problems area without auto-saving.
  • Edit with AI…: Sends only the selected text range plus your instruction and splices the replacement back into that range.
  • Explain selected code with OrvixCode: Sends the selection as explanation context.

During inline AI editing, the selected range can temporarily blur and show ★ AI editing…. AI editor changes also participate in Ctrl+Z / Ctrl+Y history.

Save controlAI Fix and inline edits can update the editor, but they do not auto-save; writing to disk remains under your control.