Adding "Find & Replace" to the notebook GUI.
This commit is contained in:
parent
2b80b3ca50
commit
af2c4e10cd
@ -787,7 +787,14 @@ GrafoscopioNotebook >> topBar [
|
||||
name: nil;
|
||||
description: 'Paste';
|
||||
icon: #smallPaste asIcon;
|
||||
action: [ self pasteNodeFromClipboard ] ] ];
|
||||
action: [ self pasteNodeFromClipboard ] ].
|
||||
group
|
||||
addItem: [ :item |
|
||||
item
|
||||
name: nil;
|
||||
description: 'Find & Replace';
|
||||
icon: #smallFind asIcon;
|
||||
action: [ self inform: 'To be implemented...' ] ] ];
|
||||
addGroup: [ :group |
|
||||
group
|
||||
addItem: [ :item |
|
||||
|
Loading…
Reference in New Issue
Block a user