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
Graph
f8b765b2eb5ab7d99b038f41de3d35621d71baee
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
14
Feb
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jan
23
22
20
19
16
13
12
5
4
3
2
29
Dec
28
27
26
23
22
20
19
16
15
14
13
9
7
3
27
Nov
24
23
21
18
15
14
13
10
9
8
3
2
1
31
Oct
29
27
23
22
21
20
18
17
16
15
14
13
12
11
6
4
3
2
1
30
Sep
29
27
26
24
22
21
20
19
16
15
13
7
5
4
29
Aug
28
26
23
22
19
17
16
15
13
5
4
29
Jul
25
23
22
19
15
12
7
4
1
28
Jun
26
23
20
19
15
10
9
7
3
2
26
May
25
24
21
20
19
17
15
12
11
9
5
2
1
30
Apr
26
22
21
20
19
18
17
13
12
11
8
7
6
5
31
Mar
29
28
27
26
24
23
22
21
20
9
7
4
3
2
29
Feb
28
22
19
18
17
16
12
3
2
25
Jan
24
20
19
18
13
12
8
7
6
4
30
Dec
29
28
26
22
21
20
19
16
15
[javascript mode] Fix async methods
[htmlmixed mode] Add script type=module
[markdown mode] Fix typo on token style
[closebrackets addon] Handle corner case for quotes in strings
[merge addon] Add support for a revertChunk callback
fix broken link in demo/search
[real world uses] Add yacas online
Fix bug in heightAtLine
[comment addon] Support useInnerComments option for modes
[xml mode] Allow dashes in tag names
[shell mode] Recognize nested parentheses
[annotatescrollbar addon] More correct way to determine last line
[annotatescrollbar addon] Avoid exception with annotations past EOF
[merge addon] Don't drop scroll sync when scrolling happens with out-of-date diff
[merge addon] Remove unneccesarily obscure logic
[annotatescrollbar addon] Use slow/precise path when getting coords in lines with widgets
[scala mode] Treat #, :, and @ as operator characters
[sublime bindings] Make selectNextOccurrence do nothing when all is selected
[crystal mode] Update
[indent-fold addon] Ignore comment lines
Fix browser detection for Edge
Use wrappedLineExtent in moveVisually
Safeguard against infinite loops in coordsCharInner
Fix coordsChar at end and beginning of wrapped bidi lines
Add failing tests for coordsChar
Make sure coordsChar(charCoords) == id
[commonlisp mode] Fix wrong bracket
[vim bindings] regexp support (sort) fixed cursor pos (ex/search)
[vim] Allow to delete default bindings of the vim keymap through the API
Move moveLogically to input/movement
Remove unused variable and duplicate white space
[continuelist addon] Don't clear quote characters on enter
Use ES6 classes for text markers and line objects
Use an ES6 class for StringStream
Use ES6 classes for BranchChunk and LeafChunk
Use ES6 classes for Selection and Range
Simplify coordsCharInner by making end position exclusive
Factor anon-function-heavy conditional into separate function
Get rid of helper function prepareMeasureCharTop
Remove unneccesary local functions in moveOnce
Loading