Skip to content

Instantly share code, notes, and snippets.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by tmux configure 1.5, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/tmux/1.5 --sysconfdir=/usr/local/etc
## --------- ##
## Platform. ##
@purem
purem / gist:775060
Created January 11, 2011 20:26
View setup code
//In init
fileViewController = [[JTFileViewController alloc] initWithFrame:CGRectMakeZero()];
searchMatrixViewController = [[JTSearchMatrixViewController alloc] initWithFrame:CGRectMakeZero()];
documentViewController = [[JTDocumentViewController alloc] initWithFrame:CGRectMakeZero()];
metaViewController = [[JTMetaViewController alloc] initWithFrame:CGRectMakeZero()];
- (void)setViewMode:(int)newViewMode animated:(BOOL)animated
{
[[CPNotificationCenter defaultCenter] postNotificationName:"JTApplicationBusy" object:nil];
@import <AppKit/CPWindowController.j>
@import "JTSearchBuilderRowView.j"
var searchBuilderSharedInstance = nil;
@implementation JTSearchBuilderWindowController : CPWindowController
{
var border;
var elementPadding;
var buttonHeight;