Skip to content

Commit 9dad528

Browse files
committed
new messages for latest bug fixes
1 parent 813041d commit 9dad528

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"install": "messages/install.txt",
33
"1.0.1": "messages/1.0.1.txt",
4-
"1.0.2": "messages/1.0.2.txt"
4+
"1.0.2": "messages/1.0.2.txt",
5+
"1.0.3": "messages/1.0.3.txt"
56
}

messages/1.0.3.txt

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
==============================
2+
3+
Thanks for installing Predawn!
4+
5+
==============================
6+
7+
1.0.3 should actually fix the issues on ST2. Thanks for your patience. Sorry.
8+
9+
==============================
10+
11+
To activate the theme, add or replace your current theme settings with the code below.
12+
13+
{
14+
"theme": "predawn.sublime-theme",
15+
"color_scheme": "Packages/Predawn/predawn.tmTheme"
16+
}
17+
18+
19+
======================================
20+
21+
Also, some other settings that I like:
22+
23+
=====================================+
24+
25+
// Typography
26+
27+
"font_face": "Source Code Pro",
28+
"font_size": 14,
29+
"font_options": ["no_round"],
30+
"highlight_line": true,
31+
"caret_extra_width": 1,
32+
"caret_style": "phase",
33+
"word_wrap": false,
34+
35+
// Whitespace, Matching, Copy & Auto-Complete
36+
37+
"copy_with_empty_selection": false,
38+
"drag_text": false,
39+
"match_brackets_content": false,
40+
"match_selection": false,
41+
"match_tags": false,
42+
"translate_tabs_to_spaces": true,
43+
"trim_trailing_white_space_on_save": true,
44+
45+
// Interface & Behavior
46+
47+
"sidebar_default": true, // Replace default with xsmall, small, medium, large or xlarge
48+
"close_windows_when_empty": false,
49+
"draw_minimap_border": true,
50+
"enable_tab_scrolling": false,
51+
"overlay_scroll_bars": "enabled",
52+
"open_files_in_new_window": false,
53+
"preview_on_click": false,
54+
"scroll_past_end": true,
55+
"scroll_speed": 5.0,
56+
"show_full_path": false,

0 commit comments

Comments
 (0)