A package to fix the Sublime Text bug:
toggle_whole_word
and other related commands do not work if the find_panel does not has focusSee the file Default.sublime-keymap for the new keybindings.
Sublime Text 3
(https://www.sublimetext.com/3)Tools -> Install Package Control
, then,
wait few seconds until the installation finishes upPreferences -> Package Control
Add Channel
on the opened quick panel and press Enterhttps://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json
Tools -> Command Palette... (Ctrl+Shift+P)
Preferences: Package Control Settings – User
on the opened quick panel and press EnterPackage Control.sublime-settings
file:
"channels":
[
"https://packagecontrol.io/channel_v3.json",
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
],
https://raw.githubusercontent...
line as first:
"channels":
[
"https://raw.githubusercontent.com/evandrocoan/StudioChannel/master/channel.json",
"https://packagecontrol.io/channel_v3.json",
],
https://raw.githubusercontent...
line must to be added before the https://packagecontrol.io...
one, otherwise,
you will not install this forked version of the package,
but the original available on the Package Control default channel https://packagecontrol.io...
Preferences -> Package Control
Install Package
on the opened quick panel and press EnterFixedToggleFindPanel
and press EnterSee also:
All files in this repository are released under GNU General Public License v3.0 or the latest version available on http://www.gnu.org/licenses/gpl.html
For more information.