Class: Redcar::EditTabCommand

Inherits:
TabCommand show all
Defined in:
plugins/edit_view/lib/edit_view/command.rb

Direct Known Subclasses

Encryption::DecryptDocumentCommand, Encryption::EncryptDocumentCommand, AutoCompleter::AutoCompleteCommand, AutoIndenter::IndentCommand, AutoIndenter::TidyCommand, Comment::ToggleLineCommentCommand, Comment::ToggleSelectionCommentCommand, Declarations::GoToTagCommand, Declarations::OpenOutlineViewCommand, DocumentSearch::DoFindNextCommand, DocumentSearch::DoFindPreviousCommand, DocumentSearch::DoReplaceAllCommand, DocumentSearch::DoReplaceAllInSelectionCommand, DocumentSearch::DoReplaceAndFindCommand, DocumentSearch::DoUseSelectionForFindCommand, DocumentSearch::DoUseSelectionForReplaceCommand, DocumentSearch::OpenFindSpeedbarCommand, DocumentSearch::OpenIncrementalSearchSpeedbarCommand, Redcar::EditView::ChangeLanguageCommand, Redcar::EditView::SetMarginColumnCommand, Redcar::EditView::SetTabWidthCommand, Redcar::EditView::ToggleShowMarginCommand, Redcar::EditView::ToggleSoftTabsCommand, Redcar::EditView::ToggleWordWrapCommand, Redcar::ExecuteCurrentTab::EmbeddedExecute, Redcar::ExecuteCurrentTab::Execute, HtmlView::ViewFileInWebBrowserCommand, Macros::AlternatePredictCommand, Macros::PredictCommand, Macros::StartStopRecordingCommand, Project::FileReloadCommand, Project::SaveFileAsCommand, Project::SaveFileCommand, Top::DecreaseFontSize, Top::GotoLineCommand, Top::IncreaseFontSize, Top::MoveDownCommand, Top::MoveUpCommand, Top::RedoCommand, Top::SelectFontSize, Top::SelectNewFont, Top::SelectTheme, Top::ToggleInvisibles, Top::ToggleLineNumbers, Top::UndoCommand

Constant Summary

Constants included from Observable

Observable::ASPECTS

Instance Attribute Summary

Attributes inherited from Command

#error

Instance Method Summary (collapse)

Methods inherited from Command

active_changed, #environment, inherited, #inspect, norecord, record?, #run

Methods included from Sensitive

#active?, #sensitivities, #sensitivity_names, #sensitize

Methods included from Observable

#add_listener, #notify_listeners, #remove_listener

Instance Method Details

- (Object) doc



6
7
8
# File 'plugins/edit_view/lib/edit_view/command.rb', line 6

def doc
  edit_view.document
end

- (Object) edit_view



10
11
12
# File 'plugins/edit_view/lib/edit_view/command.rb', line 10

def edit_view
  tab.edit_view
end