Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CodeMirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Moritz Aurel Pascal Schubotz
CodeMirror
Commits
0bd1fc6c
Commit
0bd1fc6c
authored
13 years ago
by
Marijn Haverbeke
Browse files
Options
Downloads
Patches
Plain Diff
Mark release 2.14
parent
1d0d61b0
No related branches found
Branches containing commit
Tags
v2.14
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compress.html
+1
-0
1 addition, 0 deletions
compress.html
index.html
+10
-0
10 additions, 0 deletions
index.html
with
11 additions
and
0 deletions
compress.html
+
1
−
0
View file @
0bd1fc6c
...
...
@@ -27,6 +27,7 @@
<input
type=
"hidden"
id=
"download"
name=
"download"
value=
"codemirror-compressed.js"
/>
<p>
Version:
<select
id=
"version"
onchange=
"setVersion(this);"
style=
"padding: 1px"
>
<option
value=
"http://codemirror.net/"
>
HEAD
</option>
<option
value=
"http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.14;f="
>
2.14
</option>
<option
value=
"http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.13;f="
>
2.13
</option>
<option
value=
"http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.12;f="
>
2.12
</option>
<option
value=
"http://marijnhaverbeke.nl/git/codemirror2?a=blob_plain;hb=v2.11;f="
>
2.11
</option>
...
...
This diff is collapsed.
Click to expand it.
index.html
+
10
−
0
View file @
0bd1fc6c
...
...
@@ -168,6 +168,16 @@
<h2>
Releases:
</h2>
<p
class=
"rel"
>
26-09-2011:
<a
href=
"http://codemirror.net/codemirror-2.14.zip"
>
Version 2.14
</a>
:
</p>
<ul
class=
"rel-note"
>
<li>
Add
<a
href=
"mode/clojure/index.html"
>
Clojure
</a>
,
<a
href=
"mode/pascal/index.html"
>
Pascal
</a>
,
<a
href=
"mode/ntriples/index.html"
>
NTriples
</a>
,
<a
href=
"mode/jinja2/index.html"
>
Jinja2
</a>
, and
<a
href=
"mode/markdown/index.html"
>
Markdown
</a>
modes.
</li>
<li>
Add
<a
href=
"theme/cobalt.css"
>
Cobalt
</a>
and
<a
href=
"theme/eclipse.css"
>
Eclipse
</a>
themes.
</li>
<li>
Add a
<a
href=
"manual.html#option_fixedGutter"
><code>
fixedGutter
</code></a>
option.
</li>
<li>
Fix bug with
<code>
setValue
</code>
breaking cursor movement.
</li>
<li>
Make gutter updates much more efficient.
</li>
<li>
Allow dragging of text out of the editor (on modern browsers).
</li>
</ul>
<p
class=
"rel"
>
23-08-2011:
<a
href=
"http://codemirror.net/codemirror-2.13.zip"
>
Version 2.13
</a>
:
</p>
<ul
class=
"rel-note"
>
<li>
Add
<a
href=
"mode/ruby/index.html"
>
Ruby
</a>
,
<a
href=
"mode/r/index.html"
>
R
</a>
,
<a
href=
"mode/coffeescript/index.html"
>
CoffeeScript
</a>
, and
<a
href=
"mode/velocity/index.html"
>
Velocity
</a>
modes.
</li>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment