aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests/SPStringAdditionsTests.m
Commit message (Collapse)AuthorAgeFilesLines
* Converted tests to XCTestMarius Ursache2016-02-261-32/+32
| | | | Converted the unit tests from SenTestingKit to XCTest as SenTestingKit was deprecated a couple of SDK versions ago.
* Fix: "Custom filename" in export dialog would accept multi line text (#2325)Max2015-11-131-0/+21
|
* Improve the search method in "Go To Database" to sort results in a more ↵Max2015-09-261-10/+45
| | | | relevant order
* Remove .h files for unit testsMax2015-03-161-1/+11
| | | | There is really no point in having them as unit tests don't have an interface someone would want to #import. (and they are disabled right now anyway ;))
* Added an internal algorithm for fuzzy string matchingMax2015-03-071-0/+69
| | | | | * This works similar to a regex matching "abc" as /a.*b.*c/ (ie. all characters of $needle need to be contained in $haystack in the correct order but not neccesarily consecutive). Additionaly some unicode equivalencies are handled. * Changed a tiny helper function from ObjC to plain C
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
|
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+20
|
* Rename test files.stuconnolly2012-05-081-0/+84