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