DrupalSearch
Sublime 3 Plugin helps to search change records for the Drupal hooks (core and contrib modules).
Details
Installs
- Total 489
- Win 206
- Mac 143
- Linux 140
Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
DrupalSearch
Sublime 3 Plugin helps to search change records for the Drupal 7 hooks (core and contrib modules).
This package adds:
- A
DrupalSearch
command to the context menu for the selected - A pallete command for the current selection(or word)
- A pallete command that will ask you what to search within Drupal core
- A pallete command that will ask you what to search within Drupal contrib modules
🔗 Keybindings
- To search from selected text (core hooks):
alt+shift+d
,alt+shift+s
- To search from user imput (core hooks):
alt+shift+d
,alt+shift+i
- To search from user imput (contrib modules hooks):
alt+shift+o
,alt+shift+i
🔗 Install
If you're using the Sublime Package Manger hold down Ctrl+Shift+P and type
Package Control: Install Package
. Then search for DrupalSearch
and hit return.
If you're not using the package manager, go to your Sublime packages directory(Sublime Text/Packages). Then run this command
git clone git@github.com:thamanameexusa/DrupalSearch.git
Or you can download the package as a zip file https://github.com/thamanameexusa/DrupalSearch/archive/master.zip Then copy it into your Sublime packages directory.
The Packages
directory can be found in the following locations:
OS X:
~/Library/Application Support/Sublime Text 2/Packages/ ~/Library/Application Support/Sublime Text 3/Packages/
Linux:
~/.config/sublime-text-2/Packages/ ~/.config/sublime-text-3/Packages/
Windows:
%APPDATA%/Sublime Text 2/Packages/ %APPDATA%/Sublime Text 3/Packages/
🔗 Settings
{
"default_browser": "", // chrome, firefox, more valid values here https://docs.python.org/2/library/webbrowser.html#webbrowser.register
"page_url": "https://www.drupal.org/list-changes" // drupal.org url to perform the search
}
You can edit the settings by going to Preferences -> Package Settings -> DrupalSearch -> Settings
🔗 Preview
Place cursor inside a word or select some text and press alt+shift+d
, alt+shift+s
.
🔗 Usage
Command Pallette
Context Menu
Press
alt+shift+d
,alt+shift+i
to search change records of the Drupal core hooks.Press
alt+shift+o
,alt+shift+i
to search change records of the Drupal contributed modules.
㊗️ Happy Searching!
License
The code is under MIT license:
Copyright © 2018 ☮️ Purushoṭhaman @DrupalGeeks
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.