Skip to content

Commit

Permalink
fix: updated all messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Feb 19, 2019
1 parent 3bd4331 commit a04c449
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 18 deletions.
2 changes: 1 addition & 1 deletion messages/1.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
2 changes: 1 addition & 1 deletion messages/1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
2 changes: 1 addition & 1 deletion messages/1.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
2 changes: 1 addition & 1 deletion messages/1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
2 changes: 1 addition & 1 deletion messages/1.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
4 changes: 2 additions & 2 deletions messages/1.5.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Wass Up! Meetio Updates 🎁

### Version 1️⃣.5️⃣.1️⃣ its available!
### Version 1️⃣.5️⃣.0️⃣ its available!

📣 **FEATURES**:

Expand All @@ -11,4 +11,4 @@
👉 You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

I 😍 Sublime Text, follow me in https://twitter.com/mauroreisviera
We ♥️ Sublime Text, follow me in https://twitter.com/mauroreisviera
51 changes: 40 additions & 11 deletions messages/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,55 @@

This theme has undergone many tweaks over the past few months and finally have an update for you all.

You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio as well as suggest any tweaks you may have.
You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio
as well as suggest any tweaks you may have.

**Many new things have been added, including:**

- ✅ Current file highlighting in sidebar
- ✅ Highlighted tabs
- ✅ Current file highlighting in sidebar.
- ✅ Highlighted tabs.
- ✅ Dirty state tab pencil.
- ✅ Large tab refinements
- ✅ Auto complete, Goto Anything and Command Palette refinements
- ✅ Support for Git Gutter
- ✅ Support for Color Highlighter
- ✅ Support for Markdown Extended
- ✅ Large tab refinements.
- ✅ Auto complete, Goto Anything and Command Palette refinements.
- ✅ Files edited with different color in sidebar.
- ✅ Possibility to customize the Theme.
- ✅ Amazing collection of icons
- ✅ Support for Color Highlighter.
- ✅ Support for Markdown Extended.

**Use**
***

### Activate the theme

**You can active this theme from:**

1. Command Palette `Tools > Command Palette` or `cmd/ctrl` + `shift` + `p`
2. Typing `UI: Select Theme` next find for `Meetio` and press `enter`
3. Same process for scheme go to the Command Palette.
4. Typing `UI: Select Color Scheme` choose you favorite scheme and press `enter`

Manually you can go to (**Preferences > Settings - User**) and paste the following code:

```json
{
"color_scheme": "Packages/Meetio/schemes/Meetio-Lighter.sublime-color-scheme",
"color_scheme": "Packages/Meetio/schemes/Meetio.sublime-color-scheme",
"theme": "Meetio.sublime-theme"
}
```

I 😍 Sublime Text, follow me in @mauroreisvieira
***

### Recommended settings for a better experience:

```json
{
"always_show_minimap_viewport" : true,
"bold_folder_labels" : true,
"line_padding_bottom" : 7,
"line_padding_top" : 7,
"overlay_scroll_bars" : "enabled",
"highlight_modified_tabs" : "enabled"
}
```

We ♥️ Sublime Text, follow me in @mauroreisvieira

0 comments on commit a04c449

Please sign in to comment.