-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Help menu changes, version 2 #7410
Changes from 2 commits
12e8330
3c86347
e18108b
03e1ae5
013f328
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -317,5 +317,8 @@ | |
| ], | ||
| "file.rename": [ | ||
| "F2" | ||
| ], | ||
| "help.support": [ | ||
| "F1" | ||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,10 +5,11 @@ | |
| "about_icon": "styles/images/brackets_icon.svg", | ||
| "update_info_url": "http://dev.brackets.io/updates/stable/", | ||
| "how_to_use_url": "https://github.com/adobe/brackets/wiki/How-to-Use-Brackets", | ||
| "support_url": "https://github.com/adobe/brackets/wiki/Troubleshooting", | ||
| "suggest_feature_url": "https://github.com/adobe/brackets/wiki/Suggest-a-Feature", | ||
| "get_involved_url": "https://github.com/adobe/brackets", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder if this should point at https://github.com/adobe/brackets/blob/master/CONTRIBUTING.md instead? Seems more directly relevant
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed. I'll change that. |
||
| "glob_help_url": "https://github.com/adobe/brackets/wiki/Using-File-Filters", | ||
| "forum_url": "https://groups.google.com/forum/?fromgroups#!forum/brackets-dev", | ||
| "release_notes_url": "https://github.com/adobe/brackets/wiki/Release-Notes", | ||
| "report_issue_url": "https://github.com/adobe/brackets/wiki/How-to-Report-an-Issue", | ||
| "twitter_url": "https://twitter.com/brackets", | ||
| "troubleshoot_url": "https://github.com/adobe/brackets/wiki/Troubleshooting#wiki-livedev", | ||
| "twitter_name": "@brackets", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -346,9 +346,10 @@ define({ | |
| "HELP_MENU" : "Help", | ||
| "CMD_CHECK_FOR_UPDATE" : "Check for Updates", | ||
| "CMD_HOW_TO_USE_BRACKETS" : "How to Use {APP_NAME}", | ||
| "CMD_FORUM" : "{APP_NAME} Forum", | ||
| "CMD_SUPPORT" : "Support for Using {APP_NAME}", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This feels a little "wordy" and syntactically awkward grammar-wise. Can we just shorten it to "Troubleshooting" since the page that it links to actually is the "Troubleshooting guide". Says so right in the title :)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In other distributions it might be something else -- for example, for Edge Code it would link to the support forum.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @peterflynn We can't have different strings for Edge Code and Brackets for this menu item?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That's fair, presumably we could. I'll defer to whatever @dangoor thinks makes sense.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I prefer Support to Troubleshooting because I think it's really more about On Friday, April 4, 2014, Peter Flynn notifications@github.com wrote:
|
||
| "CMD_SUGGEST" : "Suggest a Feature", | ||
| "CMD_RELEASE_NOTES" : "Release Notes", | ||
| "CMD_REPORT_AN_ISSUE" : "Report an Issue", | ||
| "CMD_GET_INVOLVED" : "Hacking on Brackets", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know we're just reverting this but it seems like an opportunity to change the menu item to "Get Involved" which sounds a little more immersive and personal than "Hacking on Brackets". "Get Involved" may intrigue more folks into actually getting involved which is nice...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sure, we can try that. I wasn't sure initially if Get Involved would be as clear. |
||
| "CMD_SHOW_EXTENSIONS_FOLDER" : "Show Extensions Folder", | ||
| "CMD_TWITTER" : "{TWITTER_NAME} on Twitter", | ||
| "CMD_ABOUT" : "About {APP_TITLE}", | ||
|
|
||
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.
This should be https://github.com/adobe/brackets/wiki/Troubleshooting, no?
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.
Oh, I think I edited the wrong config.json file. Will fix.