Code editor
Content Type: Widget
Categories: Utility,User Interface,Visualization
Overview
Ace code editor, as a Mendix pluggable widget.
Documentation
Mendix CodeEditor
Ace code editor, as a Mendix pluggable widget.
Features
See the complete feature list on Ace GitHub
Limitations
- Surfaces most [not all] features available in the Ace editor.
Usage
Simply add the widget to your Mendix project. No additional setup required.
Development and contribution
- Install NPM package dependencies by using: npm install. If you use NPM v7.x.x, which can be checked by executing npm -v, execute: npm install --legacy-peer-deps.
- Run npm start to watch for code changes. On every change:
- the widget will be bundled;
- the bundle will be included in a dist folder in the root directory of the project;
- the bundle will be included in the deployment and widgets folder of the Mendix test project.
Releases
Version: 1.1.2
Framework Version: 8.18.30
Release Notes: - Thanks to @hunter-koppen for adding attribute on change action: #3
Version: 1.1.1
Framework Version: 8.18.30
Release Notes: - @mendix/pluggable-widgets-tools from "10.5.0" to "10.15.0"
- ace-builds from "1.35.0" to "1.36.2"
- classnames from "2.2.6" to "2.5.1"
Version: 1.1.0
Framework Version: 8.18.30
Release Notes: - Added `deboundChangePeriod` property
Version: 1.0.0
Framework Version: 8.18.30
Release Notes: Initial release