Skip to content

Commit

Permalink
Update messages and add "report an issue" item to prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwols committed Jul 18, 2017
1 parent 3237237 commit c44ae9d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"url": "https://github.com/rwols/CMakeBuilder"
}
},
{
"command": "open_url",
"caption": "Report an Issue",
"mnemonic": "R",
"args":
{
"url": "https://github.com/rwols/CMakeBuilder/issues"
}
},
{
"command": "edit_settings",
"caption": "Settings",
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"0.10.0": "messages/0.10.0.txt",
"0.11.0": "messages/0.11.0.txt",
"0.11.1": "messages/0.11.1.txt",
"1.0.0": "messages/1.0.0.txt"
"1.0.0": "messages/1.0.0.txt",
"1.0.1": "messages/1.0.1.txt"
}
2 changes: 2 additions & 0 deletions messages/1.0.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Integer parse fix for visual studio generator
- Add new item to "Preferences" menu: "Report an Issue"

0 comments on commit c44ae9d

Please sign in to comment.