Brendan Duddridge

Results 21 issues of Brendan Duddridge

Add the ability to specify a different font, size, colour, and horizontal alignment of the text in each column. The ability to override at the cell level would be great...

enhancement

Column hiding information should be stored in user defaults along with the column width auto-save information. Rendering of the grid should check the user defaults and skip all columns which...

enhancement

It seems to have something to do with viewDidEndLiveResize: ```-(void)viewDidEndLiveResize { for (MMAttachedTabBarButton *aButton in [self attachedButtons]) { [[aButton indicator] startAnimation:self]; } [self _checkWindowFrame]; [self update:NO]; } ``` If you...

I'm trying to build my app with the latest Xcode 12.5 beta 3 and I'm getting a build error due to this code in `HTMLUtils.swift` ``` class func decodeNumeric(_ string...

Is there a function to display line numbers along the left side of the view? The syntax highlighting is great. Just needs line numbers.

enhancement
help wanted

When you set an autoSaveName for the split view, collapse a view, then quit and re-launch the app, the following error is displayed: : the delegate was sent -splitView:resizeSubviewsWithOldSize: and...

If you have a subview within a panel that is supposed to be aligned centred (either no strut is selected or the top strut is the only one selected for...

I have a couple of inspectors on the right side in a panel. The top one is a fixed size, but I'd like the bottom view to stretch to fit...

Is it necessary to open an SQLite database with FMDB using NSFileCoordinator? According to this Stack Overflow post, you should always use NSFileCoordinator when opening an SQLite database. http://stackoverflow.com/questions/15613794/nsfilecoordinator-correct-usage-for-sqlite-journal-file-in-sandbox-mac-app-store I...

> ℹ Please fill out this template when filing an issue. > All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those...