To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Ace
Developer(s)Ajax.org
Initial releaseSeptember 25, 2010 (2010-09-25)[1]
Stable release
1.22.0 / May 22, 2023; 7 months ago (2023-05-22)[2]
Repository
Written inJavaScript
PlatformWeb
TypeSource code editor
LicenseSince 1.0.0: BSD-3-Clause[3]
Until 0.2.0: Tri-license[a]
Websiteace.c9.io Edit this on Wikidata

Ace (from Ajax.org Cloud9 Editor) is a standalone code editor written in JavaScript. The goal is to create a web-based code editor that matches and extends the features, usability, and performance of existing native editors such as TextMate, Vim, or Eclipse. It can be easily embedded in any web page and JavaScript application. Ace is developed as the primary editor for Cloud9 IDE and as the successor of the Mozilla Skywriter project.[4]

YouTube Encyclopedic

  • 1/5
    Views:
    17 763
    12 398
    349
    1 052
    6 345
  • Building a Code Editor for the Web - Configuring Ace Editor
  • Highlight Code Syntax in HTML page + Syntax Highlighting Code Editor | Ace.js Tutorial
  • Broken code completion in Ace editor
  • James Gill & Mike Risse: A Reactive Ace Editor - Devshop 3 Lightning Talk
  • Sitecore Integrated with Ace Code Editor

Transcription

History

Known as Ace (Ajax.org Cloud9 Editor), it was previously known as Bespin then later Skywriter. Bespin and Ace started as two independent projects both aiming to build a no-compromise code editor component for the web. Bespin started as part of Mozilla Labs and was based on the <canvas> html tag, while Ace is the Editor component of the Cloud9 IDE and is using the DOM for rendering. After the release of Ace at JSConf.eu 2010, in Berlin, the Skywriter team decided to merge Ace with a simplified version of Skywriter's plugin system and some of Skywriter's extensibility points. All these changes were merged back to Ace, which supersedes Skywriter. Both Ajax.org and Mozilla are actively developing and maintaining Ace.

Features

  • Syntax highlighting
  • Auto indentation and outdent
  • An optional command line
  • Work with large documents (handles hundreds of thousands of lines without issue)
  • Fully customizable key bindings including vi and Emacs modes
  • Themes (TextMate themes can be imported)
  • Search and replace with regular expressions
  • Highlight matching parentheses
  • Toggle between soft tabs and real tabs
  • Displays hidden characters
  • Highlight selected word
  • Multiple cursor selection
  • Column select and edit mode

Notable projects using Ace

See also

Notes

References

  1. ^ Jakobs, Fabian. "Kick ass code editing and end to end JavaScript debugging". Archived from the original on 2011-07-22. Retrieved 2011-08-17.
  2. ^ "Release v1.22.0 · ajaxorg/ace". GitHub.
  3. ^ "Change LICENSE to BSD". GitHub. 2012-09-06.
  4. ^ Dangoor, Kevin (2011-01-18). "Mozilla Skywriter has been merged into Ace". Mozilla Labs. Archived from the original on 2011-01-23. Retrieved 2011-02-15.
  5. ^ "Ace in GitHub". cloud9ide.posterous.com. 2011. Archived from the original on 2013-01-28. Retrieved 2012-02-22.
  6. ^ "Edit like an Ace". github.com. 2011.
  7. ^ leanote. "Leanote集成Ace代码编辑器, 我们的最爱". leanote.leanote.com. Retrieved 2016-02-02.
  8. ^ mw:Extension:CodeEditor

External links

This page was last edited on 30 December 2023, at 01:47
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.