zoncoen / Sublime2Ginger

English grammar checker plugin for Sublime Text

Home Page:http://blog.zoncoen.net/blog/2013/08/11/plugin-to-check-grammar-by-ginger-for-sublime-text-2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublime2Ginger

Simple English grammar checker plugin for Sublime Text. This grammar checker will fix spelling errors and grammatical mistakes using unofficial Ginger API.

Installation

For Sublime Text 3 User

With Git: Clone the repository in your Sublime Text "Packages" directory:

$ git clone https://github.com/zoncoen/Sublime2Ginger.git

Without Git: Download the latest source from GitHub and copy the Sublime2Ginger directory to your Sublime Text "Packages" directory.

The "Packages" directory is located at:

  • OSX: ~/Library/Application Support/Sublime Text 3/Packages/
  • Linux: ~/.config/sublime-text-3/Packages/
  • Windows: %APPDATA%/Sublime Text 3/Packages/

For Sublime Text 2 User

With Git: Clone the repository in your Sublime Text "Packages" directory:

$ git clone https://github.com/zoncoen/Sublime2Ginger.git
$ git checkout -b v2.0 refs/tags/v2.0

Without Git: Download the v2.0 source from GitHub and copy the Sublime2Ginger directory to your Sublime Text "Packages" directory.

The "Packages" directory is located at:

  • OSX: ~/Library/Application Support/Sublime Text 2/Packages/
  • Linux: ~/.config/sublime-text-2/Packages/
  • Windows: %APPDATA%/Sublime Text 2/Packages/

Usage

You can control Sublime2Ginger via the Command Palette (⇧⌘P on OS X, Ctrl+Shift+P on Linux/Windows). The available command is:

  • Sublime2Ginger: Grammar Check - Find spelling errors and grammatical mistakes on the cursor line.

You can also use a keyboard shortcut to run Sublime2Ginger.

  • Sublime2Ginger: Grammar Check - ⌃⇧G (OS X) / Ctrl+Shift+G (Linux/Windows)

Settings

To check the default settings, select the menu item Preferences->Package Settings->Sublime2Ginger->Settings - Default.

Do not edit the default Sublime2Ginger settings. Your changes will be lost when Sublime2Ginger is updated. Always edit the user Sublime2Ginger settings by selecting Preferences->Package Settings->Sublime2Ginger->Settings - User.

If you don't want to replace your text automatically, modify the user setting:

"auto_replace" : false

Animated screenshot

This is the animated screenshot of Sublime2Ginger.

Sublime2Ginger animated screenshot

Reference

Ginger API を試してみた - にひりずむ::しんぷる (http://blog.livedoor.jp/xaicron/archives/54466736.html)

About

English grammar checker plugin for Sublime Text

http://blog.zoncoen.net/blog/2013/08/11/plugin-to-check-grammar-by-ginger-for-sublime-text-2/


Languages

Language:Python 63.2%Language:JavaScript 36.8%