Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshcamas/UnityCodeEditor
A generic syntax highlighter / code editor built into Unity
https://github.com/joshcamas/UnityCodeEditor
csharp unity unity3d
Last synced: 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T19:08:48.000Z (over 5 years ago)
- Last Synced: 2024-11-08T22:37:11.593Z (2 months ago)
- Topics: csharp, unity, unity3d
- Language: C#
- Size: 62.5 KB
- Stars: 21
- Watchers: 2
- 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.![sceenshot](https://i.imgur.com/abpuaEG.png)
Note: screenshot includes actual window, which is not implemented into repo yetBased 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