Skip to content

Commit

Permalink
Created the README.MD from the clear_cursors_carets.py doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan committed Oct 31, 2016
1 parent 6b56580 commit f7e8265
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .githooks/SUBLIME_STUDIO_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1-92
1.0.1-93
14 changes: 14 additions & 0 deletions Clear Cursors-Carets/README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# Clear Cursors-Carets

This is designed to clear the mouse selections before close any opened panel when hitting the
`escape` key. Be sure there is not any key conflicts with this package `Default.sublime-keymap` file.


## Bibliography

1. http://stackoverflow.com/questions/37904510/sublime-text-pressing-esc-from-multiple-selections-put-cursor-at-last-select
1. http://stackoverflow.com/questions/14963775/multiple-cursors-in-sublime-text-2-windows
1. https://www.sublimetext.com/docs/3/multiple_selection_with_the_keyboard.html


7 changes: 1 addition & 6 deletions Clear Cursors-Carets/clear_cursors_carets.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@

"""
This is designed to clear the mouse selections before close any opened panel when hitting the
`escape` key. Be sure there is not any key conflicts with this package `Default.sublime-keymap` file.
http://stackoverflow.com/questions/37904510/sublime-text-pressing-esc-from-multiple-selections-put-cursor-at-last-select
http://stackoverflow.com/questions/14963775/multiple-cursors-in-sublime-text-2-windows
https://www.sublimetext.com/docs/3/multiple_selection_with_the_keyboard.html
See/read the README.MD file.
"""


Expand Down
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ to program on:
5. SQL


Its current version is: v1.0.1-92
Its current version is: v1.0.1-93



Expand Down

0 comments on commit f7e8265

Please sign in to comment.