Flowdock
module
Importance_0
Ruby latest stable (v2_5_5) - 0 notes

Module deprecated or moved

This module is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

No documentation

This module has no description. You can help the Ruby community by adding new notes.

Constants

TITLE = 'JSON Editor'.freeze

CONTENT_COL = 0, 1, 2

CONTAINER_TYPES = %w[Array Hash].sort

ALL_TYPES = (%w[TrueClass FalseClass Numeric String NilClass] + CONTAINER_TYPES).sort

ALL_NODES = (ALL_TYPES + %w[Key]).sort

DEFAULT_DIALOG_KEY_PRESS_HANDLER = lambda do |dialog, event| case event.keyval when Gdk::Keyval::GDK_Return dialog.response Dialog::RESPONSE_ACCEPT when Gdk::Keyval::GDK_Escape dialog.response Dialog::RESPONSE_REJECT end end

Attributes

[R] window
Show files where this module is defined (1 file)
Register or log in to add new notes.