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
c1d75b76
Commit
c1d75b76
authored
11 years ago
by
Bruce Mitchener
Committed by
Marijn Haverbeke
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[docs & project page] Typo fixes.
parent
76c97344
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/manual.html
+3
-3
3 additions, 3 deletions
doc/manual.html
index.html
+1
-1
1 addition, 1 deletion
index.html
with
4 additions
and
4 deletions
doc/manual.html
+
3
−
3
View file @
c1d75b76
...
...
@@ -446,7 +446,7 @@
<p>
Various CodeMirror-related objects emit events, which allow
client code to react to various situations. Handlers for such
events can be registed with the
<a
href=
"#on"
><code>
on
</code></a>
events can be registe
re
d with the
<a
href=
"#on"
><code>
on
</code></a>
and
<a
href=
"#off"
><code>
off
</code></a>
methods on the objects
that the event fires on. To fire your own events,
use
<code>
CodeMirror.signal(target, name, args...)
</code>
,
...
...
@@ -1262,7 +1262,7 @@
only in its target document.
</dd>
</dl>
The method will return an object that represents the marker
(with constuctor
<code>
CodeMirror.TextMarker
</code>
), which
(with const
r
uctor
<code>
CodeMirror.TextMarker
</code>
), which
exposes three methods:
<code><strong>
clear
</strong>
()
</code>
, to remove the mark,
<code><strong>
find
</strong>
()
</code>
, which returns
...
...
@@ -2065,7 +2065,7 @@
uses
<code>
CodeMirror.hint.fromList
</code>
to complete from
those.
</dd>
<dd>
When completions
aren't simple strings, they should be objects with the folowing
aren't simple strings, they should be objects with the fol
l
owing
properties:
<dl>
<dt><code><strong>
text
</strong>
: string
</code></dt>
...
...
This diff is collapsed.
Click to expand it.
index.html
+
1
−
1
View file @
c1d75b76
...
...
@@ -41,7 +41,7 @@
<p><strong>
CodeMirror
</strong>
is a versatile text editor
implemented in JavaScript for the browser. It is specialized for
editing code, and comes with a number of language modes and addons
that implement more advanced editing functionaly.
</p>
that implement more advanced editing functional
it
y.
</p>
<p>
A rich
<a
href=
"doc/manual.html#api"
>
programming API
</a>
and a
CSS
<a
href=
"doc/manual.html#styling"
>
theming
</a>
system are
...
...
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