index
:
sequelpro/.git
master
MySQL/MariaDB database management for macOS
Filipp Lepalaan
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
SPNarrowDownCompletion.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
- db structure for tables and views will now be queried by using SHOW… stat...
Bibiko
2010-03-28
1
-5
/
+9
*
General tidy up, with a focus on consolidating more constants in SPConstants....
stuconnolly
2010-03-24
1
-2
/
+3
*
• further work on Navigator (not yet active but workable -> unHide menu item)
Bibiko
2010-03-19
1
-6
/
+12
*
- fixed bug for nested snippets if a nested snippet is located at the very en...
Bibiko
2010-03-17
1
-0
/
+4
*
• Query Favorites
Bibiko
2010-03-16
1
-0
/
+6
*
Following a manual code review, fix some local variables overriding global va...
rowanbeentje
2010-03-15
1
-0
/
+1
*
• append () after completion of a stored procedure
Bibiko
2010-03-11
1
-2
/
+2
*
• auto-completion
Bibiko
2010-03-10
1
-0
/
+7
*
• added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet list
Bibiko
2010-03-09
1
-2
/
+7
*
• fixed bug in snippet list - now it inserts the chosen item correctly afte...
Bibiko
2010-03-09
1
-0
/
+1
*
• improved tooltip behaviour of SPNarrowDownCompletion's tableView
Bibiko
2010-03-09
1
-0
/
+58
*
• fixed some minor GUI issues for SPNarrowDownCompletion window
Bibiko
2010-03-09
1
-6
/
+22
*
• added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...
Bibiko
2010-03-08
1
-1
/
+1
*
• outsourced keyword completion and function completion lists to Completion...
Bibiko
2010-03-08
1
-15
/
+23
*
• function completion
Bibiko
2010-03-07
1
-2
/
+7
*
• added to CustomQuery's CMTextView the option to set auto-completion on/of...
Bibiko
2010-03-07
1
-4
/
+15
*
• CMTextView completion
Bibiko
2010-02-19
1
-1
/
+7
*
• improved completion behaviour of suggestions containing spaces; a second ...
Bibiko
2010-02-05
1
-5
/
+11
*
• further improvements to allow to insert programmable query favorites (as ...
Bibiko
2010-01-25
1
-4
/
+8
*
• completion
Bibiko
2010-01-21
1
-35
/
+71
*
• completion enhancements
Bibiko
2010-01-21
1
-25
/
+97
*
• completion
Bibiko
2010-01-20
1
-97
/
+55
*
• improved completion for Query Editor bound to ESC
Bibiko
2010-01-19
1
-122
/
+162
*
- removed F5 completion debug output
Bibiko
2010-01-15
1
-15
/
+16
*
• refactored parsing code for F5 completion
Bibiko
2010-01-15
1
-28
/
+21
*
• F5 compeltion
Bibiko
2010-01-13
1
-3
/
+35
*
• further improvements for F5 completion
Bibiko
2010-01-13
1
-10
/
+25
*
• further developments for the F5 completion
Bibiko
2010-01-11
1
-2
/
+4
*
• further preparations to F5 completion
Bibiko
2010-01-11
1
-52
/
+80
*
• made lexer 64bit compatible
Bibiko
2010-01-10
1
-3
/
+19
*
• F5 completion
Bibiko
2010-01-09
1
-1
/
+1
*
- Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...
rowanbeentje
2010-01-09
1
-14
/
+15
*
- Work through static analysis of the source, fixing a number of small memor...
rowanbeentje
2009-12-14
1
-1
/
+1
*
Tidy up.
stuconnolly
2009-11-07
1
-9
/
+15
*
Replace the use of hard coded preference keys with constants to prevent issue...
stuconnolly
2009-10-17
1
-1
/
+2
*
- Replaces uses of the deprecated selectRow:byExtendingSelection: with selec...
rowanbeentje
2009-09-02
1
-1
/
+1
*
Merge framework integration branch back to trunk. Summary of changes:
stuconnolly
2009-07-21
1
-2
/
+2
*
• fixed dealloc of 'suggestions' in SPNarrowDownCompletion
Bibiko
2009-07-15
1
-7
/
+3
*
- Make the DBView window the document window. This allows the document to b...
rowanbeentje
2009-07-15
1
-3
/
+5
*
• added support to drag&drop textClipping files to Custom Query Editor and ...
Bibiko
2009-06-19
1
-2
/
+2
*
• added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline function
Bibiko
2009-06-18
1
-2
/
+3
*
• improved narrow-down completion
Bibiko
2009-05-25
1
-1
/
+11
*
• improved narrow-down completion
Bibiko
2009-05-25
1
-8
/
+16
*
• improved narrow-down completion
Bibiko
2009-05-24
1
-30
/
+56
*
• activate Preference setting for caret color
Bibiko
2009-05-24
1
-1
/
+2
*
• added class to support narrow-down completion in the Query Editor
Bibiko
2009-05-24
1
-0
/
+460