1.0.16 • Published 10 years ago
hheditor v1.0.16
hhEditor - HackHands Code Editor
Angular directive for Code Colaboration Editor with tab support.
Features
- Multiple Editors support (using tab layout)
- Standalone or multi-user Colaboration (using Firebase)
- Bidirectional syntax change
- Bidirectional tab create
- Bidirectional tab close
- Bidirectional tab reorder
- Bidirectional tab rename
- Local files download (for every open tab)
Config
firebase defaults to
null
* A complete firebase url. A new child object will be created to mannage everything (tabs and editors)syntax defaults to
JavaScript
(case-sensitive) * Default code editor syntax for newly created tabstheme defaults to
ace/theme/monokai
(case-sensitive) * Defaul theme for the code editorreadOnly defaults to
false
* Is the editor read only modeinitialText defaults to
empty
* When the component is initialized, if there are no tabs on firebase, a new tab will be created with this text/contentinitialSyntax defaults to previously defined
syntax
value * Default syntax for initialText tab