ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Negate​Sentence

by Bajena ALL

A sublime text plugin for negating english sentences. Useful e.g. when writing tests

Details

Installs

  • Total 45
  • Win 23
  • Mac 12
  • Linux 10
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

NegateSentence

codecov

A sublime text 3 plugin for negating simple english sentences (3rd person present simple). Useful e.g. when writing test cases.

Installation

  1. Install Package Control.

  2. In Sublime, press ctrl+shift+p(Windows, Linux) or cmd+shift+p(OS X).

  3. Type install, then press enter with Package Control: Install Package selected.

  4. Type NegateSentence, then press enter with the NegateSentence plugin selected

or

Clone this repo to /Users/<your-user-name>/Library/Application\ Support/Sublime\ Text\ 3/Packages/

How to use?

Move cursor over a quoted sentence and press ^ + ⌘ + ⇧ + n on Mac OS X or CTRL + SHIFT + ALT + N on Windows/Linux

Running unit tests

Install UnitTesting plugin for sublime (https://github.com/randy3k/UnitTesting) and run ⌘ + ⇧ + P -> UnitTesting -> Package: NegateSentence

Preview

negate2

Read more [in Polish]

Check out a blog post about building the plugin here: https://mycodeworksiknowwhy.wordpress.com/2017/10/23/piszemy-rozszerzenie-do-sublime-text-3/