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
*
• fix table name encoding problem (return name can be NSNull) which can ari...
Bibiko
2010-12-11
1
-0
/
+1
*
- Fix behaviour of manually-triggered autocomplete following recent changes
rowanbeentje
2010-12-07
1
-16
/
+18
*
- Clean up placeholder removal code, and improve speed of full clean slightly
rowanbeentje
2010-12-01
1
-35
/
+47
*
- Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...
rowanbeentje
2010-11-30
1
-48
/
+69
*
Minor tweaks to autocompletion:
rowanbeentje
2010-11-06
1
-0
/
+6
*
- Split out all of SPExportController's delegate methods to their own category.
stuconnolly
2010-10-24
1
-2
/
+0
*
Considering nearly every class uses constants, import it via the prefix header.
stuconnolly
2010-10-19
1
-3
/
+0
*
Remove unused macros as well as macros that were only used in a single place ...
stuconnolly
2010-09-29
1
-4
/
+6
*
• overall replacement of:
Bibiko
2010-08-20
1
-3
/
+3
*
• auto-completion in Query Editor now detects whether the caret is inside ...
Bibiko
2010-08-16
1
-0
/
+6
*
- Tweak custom query autocompletion to no longer show a key-capturing invisi...
rowanbeentje
2010-07-17
1
-2
/
+6
*
Rename CMTextView to SPTextView.
stuconnolly
2010-05-27
1
-1
/
+1
*
Merge in minor fixes from 0.9.8 RC merge review:
rowanbeentje
2010-04-24
1
-2
/
+2
*
- SPNarrowDownCompletion: Pass NSApp certain events *after* processing local...
rowanbeentje
2010-04-23
1
-2
/
+3
*
- Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...
rowanbeentje
2010-04-22
1
-8
/
+21
*
Review usage of notifications, afterDelay: and waitUntilDone:NO calls:
rowanbeentje
2010-04-12
1
-0
/
+1
*
Tried to fine-tune the auto-completion behaviour esp. for automatically inser...
Bibiko
2010-04-07
1
-1
/
+54
*
• overlapping of completion windows after refreshing its content if db stru...
Bibiko
2010-04-06
1
-3
/
+7
*
• completion list
Bibiko
2010-04-06
1
-43
/
+54
*
• fixed issue for refreshing the completion list after finishing the struct...
Bibiko
2010-03-31
1
-2
/
+2
*
• fixed issue for completion window if animated sync icon is shown
Bibiko
2010-03-31
1
-6
/
+25
*
• if document window will close sent a 'cancelPreviousPerformRequestsWithTa...
Bibiko
2010-03-31
1
-2
/
+2
*
• querying for db structure is queued for the same connection to avoid 'ove...
Bibiko
2010-03-31
1
-13
/
+105
*
- 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
[next]