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

Fish​Tank

by ahuff44 ALL

Fish Tank simulator for Sublime Text 2 & 3

Details

Installs

  • Total 396
  • Win 173
  • Mac 144
  • Linux 79
Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

FishTank

Stop coding and watch some fish!

Installation

  • Install Package Control
  • Open the Command Palette (ctrl+shift+p on Windows, super+shift+p on Mac) and select “Package Control: Install Package”
  • Select “FishTank” from the installation panel

Usage

After installing the plugin, open the Command Palette and try out the commands that show up when you type “Fish Tank”.

There are no key bindings installed by default, but there is an Example.sublime-keymap file if you want to create your own. (I recommend using PackageResourceViewer to view the Example.sublime-keymap file)

Code and Fish?

If you want, you can actually keep coding while your fish swim around! I don't know if I'd recommend it, but it is possible. If you do, you should first turn Word Wrap off and make sure you have "trim_trailing_white_space_on_save": true in your preferences. Remember to save your work afterwards!

I may improve the support for this if people want it; comment here to let me know that you do.

Disclaimer

I've only tested this on Windows; please create an issue on github and let me know if you find any bugs.

Acknowledgements

Partially inspired by Jon Finerty's Snake plugin. The code I use to clone your current file is adapted from his Snake code.