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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8e61529e
Commit
8e61529e
authored
Mar 08, 2022
by
Phil Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '354014' into 'master'
Update Web IDE copy See merge request gitlab-org/gitlab!82256
parents
5cb9071e
0b8d1bae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
11 deletions
+8
-11
app/assets/javascripts/diffs/components/diff_file_header.vue
app/assets/javascripts/diffs/components/diff_file_header.vue
+1
-1
doc/user/project/web_ide/index.md
doc/user/project/web_ide/index.md
+7
-7
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
app/assets/javascripts/diffs/components/diff_file_header.vue
View file @
8e61529e
...
...
@@ -431,7 +431,7 @@ export default {
class=
"js-ide-edit-blob"
data-qa-selector=
"edit_in_ide_button"
>
{{
__
(
'
Edit
in Web IDE
'
)
}}
{{
__
(
'
Open
in Web IDE
'
)
}}
</gl-dropdown-item>
</
template
>
...
...
doc/user/project/web_ide/index.md
View file @
8e61529e
...
...
@@ -17,16 +17,16 @@ You can also open the Web IDE when viewing a file, from the repository file list
and from merge requests:
-
*When viewing a file, or the repository file list*
-
1.
In the upper right corner of the page, select
**
Edit
in Web IDE**
if it is visible.
1.
If
**
Edit
in Web IDE**
is not visible:
1.
In the upper right corner of the page, select
**
Open
in Web IDE**
if it is visible.
1.
If
**
Open
in Web IDE**
is not visible:
1.
Select the
**(angle-down)**
next to
**Edit**
or
**Gitpod**
, depending on your configuration.
1.
Select
**
Edit
in Web IDE**
from the list to display it as the editing option.
1.
Select
**
Edit
in Web IDE**
to open the editor.
1.
Select
**
Open
in Web IDE**
from the list to display it as the editing option.
1.
Select
**
Open
in Web IDE**
to open the editor.
-
*When viewing a merge request*
-
1.
Go to your merge request, and select the
**Overview**
tab.
1.
Scroll to the widgets section, after the merge request description.
1.
Select
**
Edit
in Web IDE**
if it is visible.
1.
If
**
Edit
in Web IDE**
is not visible:
1.
Select
**
Open
in Web IDE**
if it is visible.
1.
If
**
Open
in Web IDE**
is not visible:
1.
Select the
**(angle-down)**
next to
**Open in Gitpod**
.
1.
Select
**Open in Web IDE**
from the list to display it as the editing option.
1.
Select
**Open in Web IDE**
to open the editor.
...
...
@@ -221,7 +221,7 @@ different branch.
To edit Markdown files in the Web IDE:
1.
Go to your repository, and navigate to the Markdown page you want to edit.
1.
Select
**
Edit
in Web IDE**
, and GitLab loads the page in a tab in the editor.
1.
Select
**
Open
in Web IDE**
, and GitLab loads the page in a tab in the editor.
1.
Make your changes to the file. GitLab supports
[
GitLab Flavored Markdown
](
../../markdown.md#gitlab-flavored-markdown
)
.
1.
When your changes are complete, select
**Commit**
in the left sidebar.
1.
Add a commit message, select the branch you want to commit to, and select
**Commit**
.
...
...
locale/gitlab.pot
View file @
8e61529e
...
...
@@ -13229,9 +13229,6 @@ msgstr ""
msgid "Edit identity for %{user_name}"
msgstr ""
msgid "Edit in Web IDE"
msgstr ""
msgid "Edit in pipeline editor"
msgstr ""
...
...
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