75. refresh

Parameter syntax:

'refresh'|'rebuild' [ '[implicitNode]'|'[implicitElement]'|'[implicitDocument]' ]?

Refreshes or rebuilds selected node.

Refresh means: relayout and repaint the view of the selected node.

Rebuild means: recreate the view of the selected node.

If the implicitDocument option is used and if there is no explicit node selection, the entire document is refreshed or rebuilt.

Examples:

refresh refresh
refresh rebuild[implicitDocument]