Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
8a3a35d7
Commit
8a3a35d7
authored
Nov 20, 2018
by
Marc Schwede
Committed by
Evan Read
Nov 20, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added information about syntax highlighting in Web IDE. Fixes gitlab-org/gitlab-ce#53571
parent
5eea16ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
doc/user/project/web_ide/index.md
doc/user/project/web_ide/index.md
+21
-0
No files found.
doc/user/project/web_ide/index.md
View file @
8a3a35d7
...
...
@@ -22,6 +22,27 @@ searching. The file finder is launched using the keyboard shortcut `Command-p`,
`Control-p`
, or
`t`
(when editor is not in focus). Type the filename or
file path fragments to start seeing results.
## Syntax highligting
As expected from an IDE, syntax highlighting for many languages within
the Web IDE will make your direct editing even easier.
The Web IDE currently provides:
-
Basic syntax colorization for a variety of programming, scripting and markup
languages such as XML, PHP, C#, C++, Markdown, Java, VB, Batch, Python, Ruby
and Objective-C.
-
IntelliSense and validation support (displaying errors and warnings, providing
smart completions, formatting, and outlining) for some languages. For example:
TypeScript, JavaScript, CSS, LESS, SCSS, JSON and HTML.
Because the Web IDE is based on the
[
Monaco Editor
](
https://microsoft.github.io/monaco-editor/
)
,
you can find a more complete list of supported languages in the
[
Monaco languages
](
https://github.com/Microsoft/monaco-languages
)
repository.
NOTE:
**Note:**
Single file editing is based on the
[
Ace Editor
](
https://ace.c9.io
)
.
## Stage and commit changes
After making your changes, click the Commit button in the bottom left to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment