Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.76 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.76 KB

Sublime ColdFusion console/CFDUMP/CFABORT Finder

About

Sublime ColdFusion console/CFDUMP/CFABORT Finder is a Sublime Text 2 plugin designed to allow users an easy way to find code in ColdFusion and JavaScript source that may contain commands like console.log(), <cfdump>, or <cfabort>.

Installation

To "install" this plugin find your User Packages directory for Sublime. In Windows 7 this would be something to the effect of C:\Users\me\AppData\Roaming\Sublime Text 2\Packages\User. For most *nix distributions that would be /home/me/.conf/Sublime Text 2/Packages/User.

Download the project and place the sublime-cf-js-log-finder directory into the above packages directory. This will load up the plugin. It also will create menus, context menus, and a key binding.

Once complete you should be able to open a JavaScript or ColdFusion file and execute it one of the following ways:

  • CTRL + ALT + K
  • Right-click -> Adam Presley -> Find console/CFDUMP/CFABORT
  • Tools -> Adam Presley -> Find console/CFDUMP/CFABORT

License

Sublime ColdFusion console/CFDUMP/CFABORT Finder Copyright (C) 2011 Adam Presley

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

adam [at] adampresley [dot] com