diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-04-20 14:01:50 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-04-20 14:01:50 +0000 |
commit | 6e83f452684330b881cc2d57c57ea981934ba18a (patch) | |
tree | 78b076f3cd9d3c51bdba92c30cd54888fb3a9aca /Source/CustomQuery.h | |
parent | f821d5595b90517b20243610233dcf45f7f02d73 (diff) | |
download | sequelpro-6e83f452684330b881cc2d57c57ea981934ba18a.tar.gz sequelpro-6e83f452684330b881cc2d57c57ea981934ba18a.tar.bz2 sequelpro-6e83f452684330b881cc2d57c57ea981934ba18a.zip |
• added selectLineNumber:x to CMTextView to be able to select the line x
• added error highlighting of the first mentioned error
- if a "near message" error is provided select that message otherwise select the entire error line and scrolls to it
- if no "at line x" and no "near message" is given do nothing
- if a selection was given and the user pressed "runAll" destroy the selection before error checking; if no error was found reconstruct that selection (to be able to distinguish between "runSelection" and "runAll" plus selection)
* changed slightly the trigger for syntax highlighting/auto-uppercasing for better scrollToRange behaviour
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index e2ef7e59..8a183475 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -28,6 +28,7 @@ #import "CMTextView.h" #import "CMMCPConnection.h" #import "CMMCPResult.h" +#import "RegexKitLite.h" @interface CustomQuery : NSObject { |