-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Added extra items to file menu in PR details view. #1036
Changes from 1 commit
dc71774
22ace61
bec70e7
97bbe99
f0500eb
53aeff8
e88788a
5a3b27b
6a87ad1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -360,8 +360,8 @@ | |
| <data name="CompareFileAsDefaultAction" xml:space="preserve"> | ||
| <value>Compare File as Default Action</value> | ||
| </data> | ||
| <data name="OpenFile" xml:space="preserve"> | ||
| <value>Open File</value> | ||
| <data name="ViewFile" xml:space="preserve"> | ||
| <value>View File</value> | ||
| </data> | ||
| <data name="OpenFileAsDefaultAction" xml:space="preserve"> | ||
| <value>Open File as Default Action</value> | ||
|
|
@@ -383,4 +383,10 @@ | |
|
|
||
| [Don't show this again](dont-show-again)</value> | ||
| </data> | ||
| </root> | ||
| <data name="CompareFileWithWorkingDirectory" xml:space="preserve"> | ||
| <value>Compare With Working Directory</value> | ||
|
||
| </data> | ||
| <data name="OpenFileInWorkingDirectory" xml:space="preserve"> | ||
| <value>Open File In Working Directory</value> | ||
|
||
| </data> | ||
| </root> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Users could easily miss the fact that the "Working Directory" commands are writable.
Maybe change this label to, "View File (read-only)"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly with "Compare File (read-only)" above.