=== String locator ===
Contributors: Clorith
Author URI: http://www.clorith.net
Plugin URI: http://wordpress.org/plugins/string-locator/
Donate link: https://www.paypal.me/clorith
Tags: theme, plugin, text, search, find, editor, syntax, highlight
Requires at least: 3.6
Tested up to: 4.7
Stable tag: 2.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Find and edit code in your themes and plugins

== Description ==

When working on themes and plugins you often notice a piece of text that appears hardcoded into the files, you need to modify it, but you don't know where it's located in the theme files.

Easily search through your themes, plugins or the WordPress core and be presented with a list of files, the matched text and what line of the file matched your search.
You can then quickly make edits directly in your browser by clicking the link from the search results.

By default a Smart-Scan is enabled when making edits, this will look for inconsistencies with braces, brackets and parenthesis that are often accidentally left.
This drastically reduces the risk of breaking your site when making edits, but is not an absolute guarantee.

** Translations**

српски (Serbian) - Ognjen Djuraskovic

Español (Spanish) - Ognjen Djuraskovic

Deutsch (German) - [pixolin](http://profiles.wordpress.org/pixolin/)

== Installation ==

1. Upload the `string-locator` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. You will find the String Locator option under then `Tools` menu

== Frequently asked questions ==

= Will Smart-Scan guarantee my site is safe when making edits? =
Although it will do it's best at detecting incorrect usage of the commonly used symbols (parenthesis, brackets and braces), there is no guarantee every possible error is detected. The best safe guard is to keep consistent backups of your site (even when not making edits).

As of version 1.6, the plugin will check your site health after performing an edit. If the site is returning a site breaking error code, we'll revert to the previous version of the file.


== Screenshots ==

1. Searching through the Twenty Fourteen theme for the string 'not found'
2. Having clicked the link for one of the results and being taken to the editor in the browser
3. Smart-Scan has detected an inconsistency in the use of braces

== Changelog ==
= 2.1.0 =
* Add support for configurations with infinite execution times
* Better code handling on RTL sites
* Exclude archive files, that we can't modify any way, from searches
* Display file path in the editor to identify which file is being modified
* Add support for RegEx string searches

= 2.0.3 =
* Added support for HHVM
* Improved inline documentation

= 2.0.2 =
* Fixed max memory indicators on hosts that do not use shorthands

= 2.0.1 =
* Fixed a bug where heavy sites would not run searches due to incorrect memory consumption calculations
* Fixed a visual bug when warnings are displayed
* Added error feedback if high execution times or memory consumption is detected before a search is started

= 2.0.0 =
* Performance enhancement, now also detects memory consumption to avoid exceeding memory limits
* Fixed a warning incorrectly being shown saying files cannot be read
* Better feedback during the search process
* Fixed a longstanding bug with searching single file plugins


== Upgrade notice ==

Add support for HHVM setups