https://github.com/joshcamas/unitycodeeditor
A generic syntax highlighter / code editor built into Unity
https://github.com/joshcamas/unitycodeeditor
csharp unity unity3d
Last synced: about 1 year ago
JSON representation
A generic syntax highlighter / code editor built into Unity
- Host: GitHub
- URL: https://github.com/joshcamas/unitycodeeditor
- Owner: joshcamas
- Created: 2019-07-14T18:57:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T19:08:48.000Z (almost 7 years ago)
- Last Synced: 2025-04-23T21:48:30.278Z (about 1 year ago)
- Topics: csharp, unity, unity3d
- Language: C#
- Size: 62.5 KB
- Stars: 22
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityCodeEditor
A generic syntax highlighter / code editor "API" built into Unity.

Note: screenshot includes actual window, which is not implemented into repo yet
Based on [uCodeEditor](https://github.com/kevinw/uCodeEditor), which was extracted from [uRaymarching](https://github.com/hecomi/uRaymarching/)
## Features
* Spaces to tabs
* Pluggable syntax highlighter
* Better text editor
* Line Counter
## To Implement
These are features that I've built for myself, but not made generic for this repo
* Highlighting example (python? javascript?)
* Tabbed window
* Undo support
## To Do
These are features that I plan on creating and implementing in the future
* Ctrl-F / Search
* Ctrl-H / Replace
* Smart Undo
* Multiline tabbing