| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
which make usage of an online service to validate and format the current query or selection
|
| |
| |
| |
| | |
passToDoc/InsertText/<text> and passToDoc/SetSelectedTextRange/<range> which work on the first responder of the called SPDatabaseDocument regardless of the NSApp first responder for long running scripts
|
| |
| |
| |
| | |
bridge; if called JS exceptions won't be alerted instead written to Console
|
| |
| |
| |
| |
| |
| |
| | |
do not using the cache
• added SP_SELECTED_TEXT_RANGE shell variable for Bundle support of scope Input Text
• added 'insertText', 'setText', 'setSelectedTextRange' JavaScript functions to window.system bridge
|
| |
| |
| |
| |
| |
| |
| | |
creating new tables; this could be responsible for -release errors in SPDataStorage, as well as out-of-bounds errors in SPDataStorage or SPTableContent.
- Fix incorrect reporting of affected rows in MCPKit due to the use of meta/status queries; only track affected rows for framework-usage queries (already largely implemented in previous revisions)
|
| | |
|
| |
| |
| |
| | |
different spBundle file name
|
| |
| |
| |
| |
| |
| |
| | |
split between TYPE or ENGINE depending on database version.
- Update CREATE TABLE and ALERT TABLE queries to use this, fixing custom-type table creation on MySQL <4 and table type changes on MySQL >= 5.5. This addresses Issue #947.
|
| | |
|
| |
| |
| |
| | |
double-click in Finder at a spBundle file
|
| |
| |
| |
| |
| |
| | |
- Move index type query part before the column list to fix advanced use errors
- Correct spelling of -_removeIndexUsingDetails:
|
| | |
|
| | |
|
| |
| |
| |
| | |
specified header. Run create-test-stubs.pl -h for usage.
|
| |
| |
| |
| | |
MySQL data tables if user re-ordered columns
|
| |
| |
| |
| | |
while switching databases
|
| |
| |
| |
| | |
name sourced from SPTablesList rather than a SPTableStructure cached value, which may not have been updated. This addresses Issue #945.
|
| |
| |
| |
| |
| | |
- When saving rows, convert empty strings for NOT NULL numeric fields to 0 rather than NULL to prevent errors
|
| |
| |
| |
| |
| |
| | |
avoid incorrect line number rendering while scrolling until the problem is found why it causes some crashes
• fixed missing free() in [SPCopyTable executeBundleItemForDataTable]
|
| |
| |
| |
| | |
independent - added example BASH script at http://www.sequelpro.com/docs/URL_scheme_sequelpro://_Usage#Use_Sequel_Pro_to_do_a_syntax_highlighting_of_a_given_SQL_query_HTML_formatted
|
| |
| |
| |
| | |
manager; fixes http://spbug.com/l/1907
|
| |
| |
| |
| | |
and cstom query views, and to improve aligments across views
|
| |
| |
| |
| | |
fixing errors when amending favourites in the connection view and thereafter saving as .spf or duplicating connections
|
| |
| |
| |
| | |
column order in Content and Query Editor table
|
| |
| |
| |
| | |
http://www.opengeospatial.org/standards/sfa
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Use the parent scrollview width rather than the table width to calculate available space; fixes issues with the table width reflecting the previous selected table
- Take account of cell spacing and scrollbar width to avoid horizontal scrolling where possible
|
| | |
|
| | |
|
| |
| |
| |
| | |
• after selecting a Bundle in the Bundle Editor jump to the beginning of the command in order to avoid unstable display issue inside the command textview
|
| | |
|
| | |
|
| |
| |
| |
| | |
• added missing key isDefaultBundle to Default Bundles
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
updating interface details to prevent glitch drawing
|
| | |
|
| | |
|
| |
| |
| |
| | |
• if current NSTextView is not set to NSLeftTextAlignment show a SPTooltip at mouse location until we found a way the calculate the caret position correctly since [NSLayoutManager glyphRangeForCharacterRange:] returns a wrong NSRect
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Editor
• added some more Default Bundles
|
| |
| |
| |
| | |
• improved rendering of line number display in Query Editor and Bundle command text view after scrolling to avoid displaying them unreadable
|
| | |
|
| |
| |
| |
| | |
decrease contrast
|
| |
| |
| |
| |
| |
| | |
- If SSH tunnel password lookups fail, fall back to asking the user for the password
- Don't reset keychain IDs across documents if not set; this fixes problems re-saving .spfs or duplicating chains of tabs
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
menu to use tag-based values when generating queries, allowing localisation of menu contents without using those localised values in queries. This addresses I$
- Remove the ability to specify a FULLTEXT auto_increment index, as I believe this isn't possible.
- Prevent sheet reuse from specifying invalid storage types for PRIMARY KEYs
- Fix exceptions when adding indexes to a table where every field is already indexed
- Fix initialField/indexedFieldNames check to improve on r3061
- Fix toggling advanced index view after closing the sheet with the view open
- Update localisable strings
|