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
| - |
(void) |
alertDidEnd: |
(id) alert |
|
returnCode: |
(int) code |
|
contextInfo: |
(void *) contextInfo |
Helper for window close alert.
in nu/console.nu
| - |
(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
Add a menu item to toggle the console's display.
in nu/console.nu
| - |
(void) |
toggleConsole: |
(id) sender |
Toggle the console 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