Class EditMenu
In: lib/json/editor.rb
Parent: Object

This class creates the Edit pulldown menu.

Methods

copy   create   find   find_again   paste   sort  

Included Modules

MenuExtension

Public Instance methods

Copy data from model into primary clipboard.

Create the menu.

Find a string in all nodes’ contents and select the found node in the treeview.

Repeat the last search given by find.

Copy json text from primary clipboard into model.

Sort (Reverse sort) all elements of the selected array by the given expression. x is the element in question.

[Validate]