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
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
567e5c081958bd8e9df6d2e6addaaa26f1ce992c
Select Git revision
Branches
6
coordsCharRtlPerf
direction
master
default
protected
rtlMode
v2
v3
Tags
20
5.37.0
5.36.0
5.35.0
5.34.0
5.33.0
5.32.0
5.31.0
5.30.0
5.29.0
5.28.0
5.27.4
5.27.2
5.27.0
5.26.0
5.25.2
5.25.0
5.24.2
5.24.0
5.23.0
5.22.2
26 results
Begin with the selected commit
Created with Raphaël 2.2.0
20
Dec
19
15
14
13
12
9
8
7
3
1
30
Nov
29
28
27
26
25
23
22
21
17
16
15
14
11
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
26
25
24
21
20
19
16
14
13
12
11
5
4
1
29
Sep
28
27
26
25
22
21
20
19
13
12
9
8
7
2
29
Aug
27
26
24
23
22
21
20
19
18
17
15
13
12
2
28
Jul
27
25
21
20
19
18
15
14
11
6
5
4
2
1
30
Jun
29
26
22
21
18
16
15
14
13
9
7
6
2
1
31
May
30
26
23
18
16
11
10
9
5
4
29
Apr
28
26
23
22
20
19
18
17
15
14
12
11
10
9
7
6
4
1
30
Mar
29
28
27
26
25
24
23
17
16
15
12
10
8
3
2
1
27
Feb
26
23
22
21
20
19
18
17
16
15
Remove debugger statement in search.js
Remove version tag on top of codemirror.js
Fix: some properties are classified as keywords.
Move some files into doc/ to keep root dir clean
Change page titles to say simply 'CodeMirror' instead of 'CodeMirror 2'
Add bug reporting guidelines
Add autoformatting utility script (and demo)
Rename coordsFromIndex to posFromIndex, add indexFromPos
[xhtml compat] Make sure linewap-padding is escaped
Set tabIndex, not tabindex
Renamed the method to follow naming conventions and the documentation.
Bind editor to variable in visibletabs.html
Document getTextArea
Added getTextarea() method which returns the original textarea element when CodeMirror is instantiated using fromTextarea() method.
Remove cdata-specific kludge from XML mode, fix context preservation
Make XML mode autoindent preserve space in CDATA and PRE blocks
Add htmlembedded.js to compression helper
[HtmlEmbedded Mode] Couple of fixes an updated the main index page
Modified and renamed ejs mode to be generic so could include modes for asp, jsp and possibly php.
Added a mode for Ejs
Check for word characters in a slightly more robust way.
Always refresh the gutter when a change was made that crosses line bounds
Implement per-word (B/E/W/GE) movement in vim mode
[xml mode] Fix zero-indentation for CDATA blocks
Fix themes that were overriding bracket-matching styles outside of their class
Add link to Elm interactive examples
Fix and document onUpdate
Fix bug in c2f7e76f41945be
Add onUpdate option (experimental, not documented yet)
vim go end of line binding
Suppress shift-selection when handling a binding that requires shift
Verify indentation was preserved before accepting a state as identical
Make input wrapper DIV 3px instead of 1px wide
Change handling of theme strings to allow multiple classes
Remove alert call from emacs demo
Bind ctrl-z to undo in emacs mode to prevent textarea from handling it
Don't clear temporary keymaps on modifier keys
Fix several bugs in the textHeight caching implementation
Fix: closing bracket is marked as error, depending on previous lines indention
Add ql.io to real-world uses
Loading