MiniCodeEditor is a reusable code editor component for OutSystems 11 (O11) applications, powered by CodeMirror.
It provides an interactive editor with syntax highlighting, line numbers, language selection, and common code-editing actions. The component can be embedded into any OutSystems screen where users need to create, edit, copy, clear, or download code.
The component currently supports:
.html
.css
.js
.sql
.xml
Import the provided .oml file into your OutSystems 11 environment.
.oml
After importing, the component will be available as a reusable Block.
Open the application where you want to use the editor.
From the Interface → UI Flows, drag the:
MiniCodeEditor
Block onto your screen.
Once the Web Block is placed on the screen, the editor is ready for code editing.
The user can: