AceEditor
A SpiderBasic-Module to use the AceEditor (https://ace.c9.io/)
Install / Use
/learn @spiderbytes/AceEditorREADME
AceEditor
SpiderBasic-Module to use the AceEditor (https://ace.c9.io/)

Ace is an embeddable code editor written in JavaScript. It matches the features and performance of native editors such as Sublime, Vim and TextMate. It can be easily embedded in any web page and JavaScript application. Ace is maintained as the primary editor for Cloud9 IDE and is the successor of the Mozilla Skywriter (Bespin) project.
Installation:
Copy AceEditor.sbi into a folder of your choice and include this file with XIncludeFile in your source.
XIncludeFile "path/to/your/AceEditor.sbi"
Usage:
First you must initialize the module:
XIncludeFile "AceEditor.sbi"
EnableExplicit
Procedure Main()
; here we are!
EndProcedure
AceEditor::Init(@Main())
In the Main-Procedure, open a window, create a ContainerGadget and bind the AceEditor to it:
[...]
Procedure Main()
OpenWindow(#Window, ...)
ContainerGadget(#AceEditor, ...)
CloseGadgetList()
AceEditor::BindGadget(#AceEditor)
EndProcedure
[...]
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
Security Score
Audited on Jul 15, 2025
