mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04:00
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.
8 lines
134 B
Objective-C
8 lines
134 B
Objective-C
#import "PreferencesPane.h"
|
|
|
|
@interface ProjectsPreferences : PreferencesPane
|
|
{
|
|
IBOutlet NSPopUpButton* fileBrowserPathPopUp;
|
|
}
|
|
@end
|