# codemirror-gwt
**Repository Path**: mirrors_protegeproject/codemirror-gwt
## Basic Information
- **Project Name**: codemirror-gwt
- **Description**: A GWT wrapper around the CodeMirror syntax highlighter and editor, along with a Manchester OWL Syntax mode.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-11-13
- **Last Updated**: 2026-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
codemirror-gwt
==============
A GWT wrapper around the CodeMirror syntax highlighter and editor.
The project also includes a Manchester OWL Syntax mode.
To Use
--------------
Add the following Maven dependency to your pom.xml
```xml
edu.stanford.protege
codemirror-gwt
2.0.0
```
Add the following inherits to your GWT module
```xml
```
In your client side code, create an instance of GWTCodeMirror (which is a Widget). Use it like you would any other GWT widget.
You can also use GWTCodeMirror with the GWT UI binder if you wish. For example
```xml
```
where the namspace gwtcodemirror binds as
```xml
xmlns:gwtcodemirror="urn:import:edu.stanford.bmir.gwtcodemirror.client"
```