Nu Class Reference

NuConsoleWindowController

Console window controller.

Superclass: NSWindowController
Declared in: nu/console.nu

This class is part of the Nu console implementation. This class controls a window that contains an interactive Nu console.

Methods

- (BOOL) windowShouldClose: (id) sender
When a window is to be closed, optionally threaten to terminate the application.

in nu/console.nu

- (void) windowWillClose: (id) notification
On window close, optionally terminate the application.

in nu/console.nu

- (void) windowDidResize: (id) notification
When a window resizes, move the cursor to the end of the input.

in nu/console.nu

- (id) init
Initialize a console.

in nu/console.nu

- (void) addMenuItem
Add a menu item to toggle the console's display.

in nu/console.nu

- (void) setMyShowConsole: (id) showConsole
Setter to use to control the display of the console with bindings.

in nu/console.nu