diff --git a/public/js/lib/codemirror/demo/activeline.html b/public/js/lib/codemirror/demo/activeline.html deleted file mode 100644 index 741f6c45a4..0000000000 --- a/public/js/lib/codemirror/demo/activeline.html +++ /dev/null @@ -1,78 +0,0 @@ - - -CodeMirror: Active Line Demo - - - - - - - - - - -
-

Active Line Demo

-
- - - -

Styling the current cursor line.

- -
diff --git a/public/js/lib/codemirror/demo/anywordhint.html b/public/js/lib/codemirror/demo/anywordhint.html deleted file mode 100644 index 0a7caece24..0000000000 --- a/public/js/lib/codemirror/demo/anywordhint.html +++ /dev/null @@ -1,79 +0,0 @@ - - -CodeMirror: Any Word Completion Demo - - - - - - - - - - - -
-

Any Word Completion Demo

-
- -

Press ctrl-space to activate autocompletion. The -completion uses -the anyword-hint.js -module, which simply looks at nearby words in the buffer and completes -to those.

- - -
diff --git a/public/js/lib/codemirror/demo/bidi.html b/public/js/lib/codemirror/demo/bidi.html deleted file mode 100644 index 6dd73bec3a..0000000000 --- a/public/js/lib/codemirror/demo/bidi.html +++ /dev/null @@ -1,74 +0,0 @@ - - -CodeMirror: Bi-directional Text Demo - - - - - - - - - -
-

Bi-directional Text Demo

-
- - - -

Demonstration of bi-directional text support. See - the related - blog post for more background.

- -

Note: There is - a known - bug with cursor motion and mouse clicks in bi-directional lines - that are line wrapped.

- -
diff --git a/public/js/lib/codemirror/demo/btree.html b/public/js/lib/codemirror/demo/btree.html deleted file mode 100644 index fc4997f4f5..0000000000 --- a/public/js/lib/codemirror/demo/btree.html +++ /dev/null @@ -1,85 +0,0 @@ - - -CodeMirror: B-Tree visualization - - - - - - - - -
-

B-Tree visualization

-
- -
- - - - -

- -
diff --git a/public/js/lib/codemirror/demo/buffers.html b/public/js/lib/codemirror/demo/buffers.html deleted file mode 100644 index 16ffc7dfe9..0000000000 --- a/public/js/lib/codemirror/demo/buffers.html +++ /dev/null @@ -1,109 +0,0 @@ - - -CodeMirror: Multiple Buffer & Split View Demo - - - - - - - - - - -
-

Multiple Buffer & Split View Demo

- - -
-
- Select buffer: -     -
-
-
- Select buffer: -     -
- - - -

Demonstration of - using linked documents - to provide a split view on a document, and - using swapDoc - to use a single editor to display multiple documents.

- -
diff --git a/public/js/lib/codemirror/demo/changemode.html b/public/js/lib/codemirror/demo/changemode.html deleted file mode 100644 index 9405932abe..0000000000 --- a/public/js/lib/codemirror/demo/changemode.html +++ /dev/null @@ -1,58 +0,0 @@ - - -CodeMirror: Mode-Changing Demo - - - - - - - - - - -
-

Mode-Changing Demo

-
- -

On changes to the content of the above editor, a (crude) script -tries to auto-detect the language used, and switches the editor to -either JavaScript or Scheme mode based on that.

- - -
diff --git a/public/js/lib/codemirror/demo/closebrackets.html b/public/js/lib/codemirror/demo/closebrackets.html deleted file mode 100644 index d702f52696..0000000000 --- a/public/js/lib/codemirror/demo/closebrackets.html +++ /dev/null @@ -1,52 +0,0 @@ - - -CodeMirror: Closebrackets Demo - - - - - - - - - - -
-

Closebrackets Demo

-
- - -
diff --git a/public/js/lib/codemirror/demo/closetag.html b/public/js/lib/codemirror/demo/closetag.html deleted file mode 100644 index 79959d2c4d..0000000000 --- a/public/js/lib/codemirror/demo/closetag.html +++ /dev/null @@ -1,41 +0,0 @@ - - -CodeMirror: Close-Tag Demo - - - - - - - - - - - - - - -
-

Close-Tag Demo

-
- - -
diff --git a/public/js/lib/codemirror/demo/complete.html b/public/js/lib/codemirror/demo/complete.html deleted file mode 100644 index cdf49dbeb9..0000000000 --- a/public/js/lib/codemirror/demo/complete.html +++ /dev/null @@ -1,79 +0,0 @@ - - -CodeMirror: Autocomplete Demo - - - - - - - - - - - - -
-

Autocomplete Demo

-
- -

Press ctrl-space to activate autocompletion. Built -on top of the show-hint -and javascript-hint -addons.

- - -
diff --git a/public/js/lib/codemirror/demo/emacs.html b/public/js/lib/codemirror/demo/emacs.html deleted file mode 100644 index c626b8d408..0000000000 --- a/public/js/lib/codemirror/demo/emacs.html +++ /dev/null @@ -1,75 +0,0 @@ - - -CodeMirror: Emacs bindings demo - - - - - - - - - - - - - - - - -
-

Emacs bindings demo

-
- -

The emacs keybindings are enabled by -including keymap/emacs.js and setting -the keyMap option to "emacs". Because -CodeMirror's internal API is quite different from Emacs, they are only -a loose approximation of actual emacs bindings, though.

- -

Also note that a lot of browsers disallow certain keys from being -captured. For example, Chrome blocks both Ctrl-W and Ctrl-N, with the -result that idiomatic use of Emacs keys will constantly close your tab -or open a new window.

- - - -
diff --git a/public/js/lib/codemirror/demo/folding.html b/public/js/lib/codemirror/demo/folding.html deleted file mode 100644 index 81cbf9894b..0000000000 --- a/public/js/lib/codemirror/demo/folding.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - CodeMirror: Code Folding Demo - - - - - - - - - - - - - - - - - - - - - -
-

Code Folding Demo

-
-
JavaScript:
-
-
HTML:
-
-
Markdown:
-
-
- -
- diff --git a/public/js/lib/codemirror/demo/fullscreen.html b/public/js/lib/codemirror/demo/fullscreen.html deleted file mode 100644 index 1fbdc488e1..0000000000 --- a/public/js/lib/codemirror/demo/fullscreen.html +++ /dev/null @@ -1,83 +0,0 @@ - - -CodeMirror: Full Screen Editing - - - - - - - - - - - - -
-

Full Screen Editing

-
- - -

Demonstration of - the fullscreen - addon. Press F11 when cursor is in the editor to - toggle full screen editing. Esc can also be used - to exit full screen editing.

-
diff --git a/public/js/lib/codemirror/demo/hardwrap.html b/public/js/lib/codemirror/demo/hardwrap.html deleted file mode 100644 index f1a870b41c..0000000000 --- a/public/js/lib/codemirror/demo/hardwrap.html +++ /dev/null @@ -1,72 +0,0 @@ - - -CodeMirror: Hard-wrapping Demo - - - - - - - - - - -
-

Hard-wrapping Demo

-
- -

Demonstration of -the hardwrap addon. -The above editor has its change event hooked up to -the wrapParagraphsInRange method, so that the paragraphs -are reflown as you are typing.

- - - -
diff --git a/public/js/lib/codemirror/demo/html5complete.html b/public/js/lib/codemirror/demo/html5complete.html deleted file mode 100644 index 411baae3ed..0000000000 --- a/public/js/lib/codemirror/demo/html5complete.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - CodeMirror: HTML completion demo - - - - - - - - - - - - - - - - - - - -
-

HTML completion demo

- -

Shows the XML completer - parameterized with information about the tags in HTML. - Press ctrl-space to activate completion.

- -
- - -
- diff --git a/public/js/lib/codemirror/demo/indentwrap.html b/public/js/lib/codemirror/demo/indentwrap.html deleted file mode 100644 index 3d3d0af6ab..0000000000 --- a/public/js/lib/codemirror/demo/indentwrap.html +++ /dev/null @@ -1,59 +0,0 @@ - - -CodeMirror: Indented wrapped line demo - - - - - - - - - -
-

Indented wrapped line demo

-
- -

This page uses a hack on top of the "renderLine" - event to make wrapped text line up with the base indentation of - the line.

- - - -
diff --git a/public/js/lib/codemirror/demo/lint.html b/public/js/lib/codemirror/demo/lint.html deleted file mode 100644 index 29936a8d96..0000000000 --- a/public/js/lib/codemirror/demo/lint.html +++ /dev/null @@ -1,171 +0,0 @@ - - -CodeMirror: Linter Demo - - - - - - - - - - - - - - - - - - -
-

Linter Demo

- - -

- -

- -

- - -
diff --git a/public/js/lib/codemirror/demo/loadmode.html b/public/js/lib/codemirror/demo/loadmode.html deleted file mode 100644 index 809cd90225..0000000000 --- a/public/js/lib/codemirror/demo/loadmode.html +++ /dev/null @@ -1,72 +0,0 @@ - - -CodeMirror: Lazy Mode Loading Demo - - - - - - - - - - -
-

Lazy Mode Loading Demo

-

Current mode: text/plain

-
-

Filename, mime, or mode name:

- - -
diff --git a/public/js/lib/codemirror/demo/marker.html b/public/js/lib/codemirror/demo/marker.html deleted file mode 100644 index 3a8b850009..0000000000 --- a/public/js/lib/codemirror/demo/marker.html +++ /dev/null @@ -1,52 +0,0 @@ - - -CodeMirror: Breakpoint Demo - - - - - - - - - -
-

Breakpoint Demo

-
- -

Click the line-number gutter to add or remove 'breakpoints'.

- - - -
diff --git a/public/js/lib/codemirror/demo/markselection.html b/public/js/lib/codemirror/demo/markselection.html deleted file mode 100644 index d4c8a7a0d1..0000000000 --- a/public/js/lib/codemirror/demo/markselection.html +++ /dev/null @@ -1,52 +0,0 @@ - - -CodeMirror: Selection Marking Demo - - - - - - - - - - -
-

Selection Marking Demo

-
- - - -

Simple addon to easily mark (and style) selected text. Docs.

- -
diff --git a/public/js/lib/codemirror/demo/matchhighlighter.html b/public/js/lib/codemirror/demo/matchhighlighter.html deleted file mode 100644 index c60109009e..0000000000 --- a/public/js/lib/codemirror/demo/matchhighlighter.html +++ /dev/null @@ -1,47 +0,0 @@ - - -CodeMirror: Match Highlighter Demo - - - - - - - - - - -
-

Match Highlighter Demo

-
- - - -

Search and highlight occurences of the selected text.

- -
diff --git a/public/js/lib/codemirror/demo/matchtags.html b/public/js/lib/codemirror/demo/matchtags.html deleted file mode 100644 index 175639a396..0000000000 --- a/public/js/lib/codemirror/demo/matchtags.html +++ /dev/null @@ -1,48 +0,0 @@ - - -CodeMirror: Tag Matcher Demo - - - - - - - - - - - -
-

Tag Matcher Demo

- - -
- - - -

Put the cursor on or inside a pair of tags to highlight them. - Press Ctrl-J to jump to the tag that matches the one under the - cursor.

-
diff --git a/public/js/lib/codemirror/demo/merge.html b/public/js/lib/codemirror/demo/merge.html deleted file mode 100644 index dad1952757..0000000000 --- a/public/js/lib/codemirror/demo/merge.html +++ /dev/null @@ -1,115 +0,0 @@ - - -CodeMirror: merge view demo - - - - - - - - - - - - -
-

merge view demo

- - -
- -

The merge -addon provides an interface for displaying and merging diffs, -either two-way -or three-way. -The left (or center) pane is editable, and the differences with the -other pane(s) are optionally shown live as you edit -it. In the two-way configuration, there are also options to pad changed -sections to align them, and to collapse unchanged -stretches of text.

- -

This addon depends on -the google-diff-match-patch -library to compute the diffs.

- - -
diff --git a/public/js/lib/codemirror/demo/multiplex.html b/public/js/lib/codemirror/demo/multiplex.html deleted file mode 100644 index ca8c80aedc..0000000000 --- a/public/js/lib/codemirror/demo/multiplex.html +++ /dev/null @@ -1,75 +0,0 @@ - - -CodeMirror: Multiplexing Parser Demo - - - - - - - - - - -
-

Multiplexing Parser Demo

-
- - - -

Demonstration of a multiplexing mode, which, at certain - boundary strings, switches to one or more inner modes. The out - (HTML) mode does not get fed the content of the << - >> blocks. See - the manual and - the source for more - information.

- -

- Parsing/Highlighting Tests: - normal, - verbose. -

- -
diff --git a/public/js/lib/codemirror/demo/mustache.html b/public/js/lib/codemirror/demo/mustache.html deleted file mode 100644 index ae4e6a891b..0000000000 --- a/public/js/lib/codemirror/demo/mustache.html +++ /dev/null @@ -1,69 +0,0 @@ - - -CodeMirror: Overlay Parser Demo - - - - - - - - - - -
-

Overlay Parser Demo

-
- - - -

Demonstration of a mode that parses HTML, highlighting - the Mustache templating - directives inside of it by using the code - in overlay.js. View - source to see the 15 lines of code needed to accomplish this.

- -
diff --git a/public/js/lib/codemirror/demo/panel.html b/public/js/lib/codemirror/demo/panel.html deleted file mode 100644 index 7f4bbefca6..0000000000 --- a/public/js/lib/codemirror/demo/panel.html +++ /dev/null @@ -1,64 +0,0 @@ - - -CodeMirror: Panel Demo - - - - - - - - - - - -
-

Panel Demo

-
- - - -

The panel -addon allows you to display panels above or below an editor. Click the -links in the previous paragraph to add panels to the editor.

- -
diff --git a/public/js/lib/codemirror/demo/placeholder.html b/public/js/lib/codemirror/demo/placeholder.html deleted file mode 100644 index 432331a486..0000000000 --- a/public/js/lib/codemirror/demo/placeholder.html +++ /dev/null @@ -1,45 +0,0 @@ - - -CodeMirror: Placeholder demo - - - - - - - - - -
-

Placeholder demo

-
- -

The placeholder - plug-in adds an option placeholder that can be set to - make text appear in the editor when it is empty and not focused. - If the source textarea has a placeholder attribute, - it will automatically be inherited.

- - - -
diff --git a/public/js/lib/codemirror/demo/preview.html b/public/js/lib/codemirror/demo/preview.html deleted file mode 100644 index 19e1530b80..0000000000 --- a/public/js/lib/codemirror/demo/preview.html +++ /dev/null @@ -1,87 +0,0 @@ - - -CodeMirror: HTML5 preview - - - - - - - - - - - - -
-

HTML5 preview

- - - - -
diff --git a/public/js/lib/codemirror/demo/requirejs.html b/public/js/lib/codemirror/demo/requirejs.html deleted file mode 100644 index f99b77945a..0000000000 --- a/public/js/lib/codemirror/demo/requirejs.html +++ /dev/null @@ -1,52 +0,0 @@ - - - - CodeMirror: HTML completion demo - - - - - - - - - - - - -
-

RequireJS module loading demo

- -

This demo does the same thing as - the HTML5 completion demo, but - loads its dependencies - with Require.js, rather than - explicitly. Press ctrl-space to activate - completion.

- -
- - -
- diff --git a/public/js/lib/codemirror/demo/resize.html b/public/js/lib/codemirror/demo/resize.html deleted file mode 100644 index 1c1ef390ab..0000000000 --- a/public/js/lib/codemirror/demo/resize.html +++ /dev/null @@ -1,51 +0,0 @@ - - -CodeMirror: Autoresize Demo - - - - - - - - - -
-

Autoresize Demo

-
- -

By setting an editor's height style -to auto and giving -the viewportMargin -a value of Infinity, CodeMirror can be made to -automatically resize to fit its content.

- - - -
diff --git a/public/js/lib/codemirror/demo/rulers.html b/public/js/lib/codemirror/demo/rulers.html deleted file mode 100644 index 2ac4111582..0000000000 --- a/public/js/lib/codemirror/demo/rulers.html +++ /dev/null @@ -1,49 +0,0 @@ - - -CodeMirror: Ruler Demo - - - - - - - - - -
-

Ruler Demo

- - - -

Demonstration of -the rulers addon, which -displays vertical lines at given column offsets.

- -
diff --git a/public/js/lib/codemirror/demo/runmode.html b/public/js/lib/codemirror/demo/runmode.html deleted file mode 100644 index 257f03d6b6..0000000000 --- a/public/js/lib/codemirror/demo/runmode.html +++ /dev/null @@ -1,62 +0,0 @@ - - -CodeMirror: Mode Runner Demo - - - - - - - - - -
-

Mode Runner Demo

- - -
- -

-
-    
-
-    

Running a CodeMirror mode outside of the editor. - The CodeMirror.runMode function, defined - in lib/runmode.js takes the following arguments:

- -
-
text (string)
-
The document to run through the highlighter.
-
mode (mode spec)
-
The mode to use (must be loaded as normal).
-
output (function or DOM node)
-
If this is a function, it will be called for each token with - two arguments, the token's text and the token's style class (may - be null for unstyled tokens). If it is a DOM node, - the tokens will be converted to span elements as in - an editor, and inserted into the node - (through innerHTML).
-
- -
diff --git a/public/js/lib/codemirror/demo/search.html b/public/js/lib/codemirror/demo/search.html deleted file mode 100644 index 04ba7ac09a..0000000000 --- a/public/js/lib/codemirror/demo/search.html +++ /dev/null @@ -1,93 +0,0 @@ - - -CodeMirror: Search/Replace Demo - - - - - - - - - - - - - - - - -
-

Search/Replace Demo

-
- - - -

Demonstration of primitive search/replace functionality. The - keybindings (which can be overridden by custom keymaps) are:

-
-
Ctrl-F / Cmd-F
Start searching
-
Ctrl-G / Cmd-G
Find next
-
Shift-Ctrl-G / Shift-Cmd-G
Find previous
-
Shift-Ctrl-F / Cmd-Option-F
Replace
-
Shift-Ctrl-R / Shift-Cmd-Option-F
Replace all
-
-

Searching is enabled by - including addon/search/search.js - and addon/search/searchcursor.js. - For good-looking input dialogs, you also want to include - addon/dialog/dialog.js - and addon/dialog/dialog.css.

-
diff --git a/public/js/lib/codemirror/demo/simplemode.html b/public/js/lib/codemirror/demo/simplemode.html deleted file mode 100644 index ad8baf0b50..0000000000 --- a/public/js/lib/codemirror/demo/simplemode.html +++ /dev/null @@ -1,181 +0,0 @@ - - -CodeMirror: Simple Mode Demo - - - - - - - - - - - -
-

Simple Mode Demo

- -

The mode/simple -addon allows CodeMirror modes to be specified using a relatively simple -declarative format. This format is not as powerful as writing code -directly against the mode -interface, but is a lot easier to get started with, and -sufficiently expressive for many simple language modes.

- -

This interface is still in flux. It is unlikely to be scrapped or -overhauled completely, so do start writing code against it, but -details might change as it stabilizes, and you might have to tweak -your code when upgrading.

- -

Simple modes (loosely based on -the Common -JavaScript Syntax Highlighting Specification, which never took -off), are state machines, where each state has a number of rules that -match tokens. A rule describes a type of token that may occur in the -current state, and possibly a transition to another state caused by -that token.

- -

The CodeMirror.defineSimpleMode(name, states) method -takes a mode name and an object that describes the mode's states. The -editor below shows an example of such a mode (and is itself -highlighted by the mode shown in it).

- -
- -

Each state is an array of rules. A rule may have the following properties:

- -
-
regex: string | RegExp
-
The regular expression that matches the token. May be a string - or a regex object. When a regex, the ignoreCase flag - will be taken into account when matching the token. This regex - should only capture groups when the token property is - an array.
-
token: string | null
-
An optional token style. Multiple styles can be specified by - separating them with dots or spaces. When the regex for - this rule captures groups, it must capture all of the - string (since JS provides no way to find out where a group matched), - and this property must hold an array of token styles that has one - style for each matched group.
-
next: string
-
When a next property is present, the mode will - transfer to the state named by the property when the token is - encountered.
-
push: string
-
Like next, but instead replacing the current state - by the new state, the current state is kept on a stack, and can be - returned to with the pop directive.
-
pop: bool
-
When true, and there is another state on the state stack, will - cause the mode to pop that state off the stack and transition to - it.
-
mode: {spec, end, persistent}
-
Can be used to embed another mode inside a mode. When present, - must hold an object with a spec property that describes - the embedded mode, and an optional end end property - that specifies the regexp that will end the extent of the mode. When - a persistent property is set (and true), the nested - mode's state will be preserved between occurrences of the mode.
-
indent: bool
-
When true, this token changes the indentation to be one unit - more than the current line's indentation.
-
dedent: bool
-
When true, this token will pop one scope off the indentation - stack.
-
dedentIfLineStart: bool
-
If a token has its dedent property set, it will, by - default, cause lines where it appears at the start to be dedented. - Set this property to false to prevent that behavior.
-
- -

The meta property of the states object is special, and -will not be interpreted as a state. Instead, properties set on it will -be set on the mode, which is useful for properties -like lineComment, -which sets the comment style for a mode. The simple mode addon also -recognizes a few such properties:

- -
-
dontIndentStates: array<string>
-
An array of states in which the mode's auto-indentation should - not take effect. Usually used for multi-line comment and string - states.
-
- - - - - -
diff --git a/public/js/lib/codemirror/demo/simplescrollbars.html b/public/js/lib/codemirror/demo/simplescrollbars.html deleted file mode 100644 index 9d40932649..0000000000 --- a/public/js/lib/codemirror/demo/simplescrollbars.html +++ /dev/null @@ -1,82 +0,0 @@ - - -CodeMirror: Simple Scrollbar Demo - - - - - - - - - - - - -
-

Simple Scrollbar Demo

-
- -

The simplescrollbars addon defines two -styles of non-native scrollbars: "simple" and "overlay" (click to try), which can be passed to -the scrollbarStyle option. These implement -the scrollbar using DOM elements, allowing more control over -its appearance.

- - -
diff --git a/public/js/lib/codemirror/demo/spanaffectswrapping_shim.html b/public/js/lib/codemirror/demo/spanaffectswrapping_shim.html deleted file mode 100644 index 879d99b606..0000000000 --- a/public/js/lib/codemirror/demo/spanaffectswrapping_shim.html +++ /dev/null @@ -1,85 +0,0 @@ - - -CodeMirror: Automatically derive odd wrapping behavior for your browser - - - - - -
-

Automatically derive odd wrapping behavior for your browser

- - -

This is a hack to automatically derive - a spanAffectsWrapping regexp for a browser. See the - comments above that variable - in lib/codemirror.js - for some more details.

- -
-

-
-    
-  
diff --git a/public/js/lib/codemirror/demo/sublime.html b/public/js/lib/codemirror/demo/sublime.html deleted file mode 100644 index b3b5342c97..0000000000 --- a/public/js/lib/codemirror/demo/sublime.html +++ /dev/null @@ -1,76 +0,0 @@ - - -CodeMirror: Sublime Text bindings demo - - - - - - - - - - - - - - - - - - - - - - -
-

Sublime Text bindings demo

- -

The sublime keymap defines many Sublime Text-specific -bindings for CodeMirror. See the code below for an overview.

- -

Enable the keymap by -loading keymap/sublime.js -and setting -the keyMap -option to "sublime".

- -

(A lot of the search functionality is still missing.) - - - -

diff --git a/public/js/lib/codemirror/demo/tern.html b/public/js/lib/codemirror/demo/tern.html deleted file mode 100644 index 19135faf7f..0000000000 --- a/public/js/lib/codemirror/demo/tern.html +++ /dev/null @@ -1,133 +0,0 @@ - - -CodeMirror: Tern Demo - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Tern Demo

-

- -

Demonstrates integration of Tern -and CodeMirror. The following keys are bound:

- -
-
Ctrl-Space
Autocomplete
-
Ctrl-O
Find docs for the expression at the cursor
-
Ctrl-I
Find type at cursor
-
Alt-.
Jump to definition (Alt-, to jump back)
-
Ctrl-Q
Rename variable
-
Ctrl-.
Select all occurrences of a variable
-
- -

Documentation is sparse for now. See the top of -the script for a rough API -overview.

- - - -
diff --git a/public/js/lib/codemirror/demo/theme.html b/public/js/lib/codemirror/demo/theme.html deleted file mode 100644 index e951c84c36..0000000000 --- a/public/js/lib/codemirror/demo/theme.html +++ /dev/null @@ -1,130 +0,0 @@ - - -CodeMirror: Theme Demo - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

Theme Demo

- - -

Select a theme: -

- - -
diff --git a/public/js/lib/codemirror/demo/trailingspace.html b/public/js/lib/codemirror/demo/trailingspace.html deleted file mode 100644 index 1992ba3ff9..0000000000 --- a/public/js/lib/codemirror/demo/trailingspace.html +++ /dev/null @@ -1,48 +0,0 @@ - - -CodeMirror: Trailing Whitespace Demo - - - - - - - - - -
-

Trailing Whitespace Demo

-
- - - -

Uses -the trailingspace -addon to highlight trailing whitespace.

- -
diff --git a/public/js/lib/codemirror/demo/variableheight.html b/public/js/lib/codemirror/demo/variableheight.html deleted file mode 100644 index d49942864b..0000000000 --- a/public/js/lib/codemirror/demo/variableheight.html +++ /dev/null @@ -1,67 +0,0 @@ - - -CodeMirror: Variable Height Demo - - - - - - - - - - -
-

Variable Height Demo

-
- -
diff --git a/public/js/lib/codemirror/demo/vim.html b/public/js/lib/codemirror/demo/vim.html deleted file mode 100644 index 6a33a6c075..0000000000 --- a/public/js/lib/codemirror/demo/vim.html +++ /dev/null @@ -1,99 +0,0 @@ - - -CodeMirror: Vim bindings demo - - - - - - - - - - - - - - -
-

Vim bindings demo

-
-
Key buffer:
- -

The vim keybindings are enabled by -including keymap/vim.js and setting -the vimMode option to true. This will also -automatically change the keyMap option to "vim".

- -

Features

- - - -

Note that while the vim mode tries to emulate the most useful features of -vim as faithfully as possible, it does not strive to become a complete vim -implementation

- - - -
diff --git a/public/js/lib/codemirror/demo/visibletabs.html b/public/js/lib/codemirror/demo/visibletabs.html deleted file mode 100644 index 2eec337ed3..0000000000 --- a/public/js/lib/codemirror/demo/visibletabs.html +++ /dev/null @@ -1,62 +0,0 @@ - - -CodeMirror: Visible tabs demo - - - - - - - - - -
-

Visible tabs demo

-
- -

Tabs inside the editor are spans with the -class cm-tab, and can be styled.

- - - -
diff --git a/public/js/lib/codemirror/demo/widget.html b/public/js/lib/codemirror/demo/widget.html deleted file mode 100644 index da39a9297a..0000000000 --- a/public/js/lib/codemirror/demo/widget.html +++ /dev/null @@ -1,85 +0,0 @@ - - -CodeMirror: Inline Widget Demo - - - - - - - - - - -
-

Inline Widget Demo

- - -
- -

This demo runs JSHint over the code -in the editor (which is the script used on this page), and -inserts line widgets to -display the warnings that JSHint comes up with.

-
diff --git a/public/js/lib/codemirror/demo/xmlcomplete.html b/public/js/lib/codemirror/demo/xmlcomplete.html deleted file mode 100644 index bd452e6f6e..0000000000 --- a/public/js/lib/codemirror/demo/xmlcomplete.html +++ /dev/null @@ -1,119 +0,0 @@ - - -CodeMirror: XML Autocomplete Demo - - - - - - - - - - - - -
-

XML Autocomplete Demo

-
- -

Press ctrl-space, or type a '<' character to - activate autocompletion. This demo defines a simple schema that - guides completion. The schema can be customized—see - the manual.

- -

Development of the xml-hint addon was kindly - sponsored - by www.xperiment.mobi.

- - -