hedit/statusbar

General set of functions to programmatically interact with the statusbar.

Methods

static hideMessage()

Hides the currently visible message.

static showMessage(message, stickyopt)

Shows a message on the statusbar.

Parameters:
Name Type Attributes Default Description
message string

Message to show.

sticky boolean <optional>
false

true if the message should persist between mode changes.

See:
Example
statusbar.showMessage("Hello world!");