Files
textmate/Frameworks/Preferences/src/ProjectsPreferences.h
Allan Odgaard 7ecc0a8731 Add new settings to project page
This includes the previously hidden initial file browser location, whether or not to permanently show the tab bar, placement of file browser and command output.
2012-08-25 23:26:11 +02:00

8 lines
134 B
Objective-C

#import "PreferencesPane.h"
@interface ProjectsPreferences : PreferencesPane
{
IBOutlet NSPopUpButton* fileBrowserPathPopUp;
}
@end