Skip to content

Commit

Permalink
New views are now in scratch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodaimon committed Aug 14, 2014
1 parent 6f7ca38 commit 6ac2b75
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions GhostTextTools/WindowHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def add_file(self, title, text):
view.set_name('{} {}'.format(self._view_connected_prefix, title))
view.set_status('title', title)
view.run_command('replace_content', {'text': text})
view.set_scratch(True)

return view

Expand Down
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.0.3": "messages/1.0.3.txt",
"1.0.4": "messages/1.0.4.txt",
"1.0.5": "messages/1.0.5.txt",
"1.0.6": "messages/1.0.6.txt",
"install": "messages/install.txt"
}
4 changes: 4 additions & 0 deletions messages/1.0.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
GhostText for Sublime Text v 1.0.6
=====================================================

- New views are now in scratch mode.

0 comments on commit 6ac2b75

Please sign in to comment.