| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
- fixed appending of the entire sqlText after parsing
- removed replacing of / for better wrapping since it'll break the syntax highlighting
|
|
|
|
|
|
|
| |
causing crashes on certain files (lines 420,422)
- Improve SQL wrapping
|
|
|
|
| |
- note : still some sql files can be opened only sometimes - reason can't pin down so far
|
|
|
|
|
|
|
|
|
| |
- used embedded icon image via cid and mime type image/tiff
- sql view now wraps long lines
- improved general stability
- QL now runs on main thread
note: there're still some issues for which QL crashed mostly due NSAutoReleasePool releases - more investigations are needed; most of this issues are releted to long lines, icon caching, releasing ...
|
|
|
|
|
|
|
| |
when viewing SQL files - this fixes certain crashers, addressing Issue 896.
- Tweak a misspelling in the templates
|
|
|
|
| |
- addresses issue 896
|
|
|
|
|
|
|
|
| |
- Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it.
- Fix some spacing issues on the export dialog.
- Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes.
- Update strings files.
|
| |
|
|
|
|
|
|
| |
- increased default preview height for sql files
- increased default preview heigth for spfs files if more than one connection
- show for spfs files all windows in reversed order to show the active window on top
|
| |
|
|
|
|
|
| |
- improved icon display by choosing an adequate image of of the icns file
- set background to white for all different spf files to be consistent
|
|
|
|
| |
- sped up HTML rendering for larger files
|
|
|
|
|
| |
- truncate SQL files larger than 500k
- changed encoding detection: try utf-8, if it fails let Cocoa to detect the enc, if it fails fall back to latin1
|
|
|
|
| |
- only SQL files with less than 3MB will be syntax highlighted
|
|
|
|
|
| |
• added SP's SPData/StringAdditions to QuickLook generator to avoid double-coding
• cleaned generator code a bit
|
|
dependency
|