mirror of
https://github.com/trudnai/Steve2.git
synced 2025-04-11 01:37:05 +00:00
better select all
This commit is contained in:
parent
6ea2bb918b
commit
5b28f23f36
@ -47,7 +47,8 @@ class ToolBarController: NSWindowController {
|
||||
|
||||
@IBAction func SelectAll(_ sender: Any) {
|
||||
// ViewController.current?.displayField.currentEditor()?.selectAll(nil)
|
||||
ViewController.current?.displayField.selectText(nil)
|
||||
// ViewController.current?.displayField.selectText(nil)
|
||||
ViewController.current?.textDisplay.setSelectedRange(NSRange())
|
||||
}
|
||||
|
||||
@IBAction func Copy(_ sender: Any) {
|
||||
@ -98,7 +99,7 @@ class ToolBarController: NSWindowController {
|
||||
SpeedSelector.label = "100 MHz"
|
||||
|
||||
case 6:
|
||||
ViewController.current?.setCPUClockSpeed(freq: 1600)
|
||||
ViewController.current?.setCPUClockSpeed(freq: 2000)
|
||||
SpeedSelector.label = "MAX Speed"
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user