C# Class NppGist.Forms.dlgSaveGist

Exibir arquivo Open project: KvanTTT/NppGist Class Usage Examples

Public Methods

Method Description
dlgSaveGist ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CreateGist ( ) : Gist
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RenameFileInGist ( Gist gist, GistFile file ) : Gist
SelectFileInGist ( Gist gist, string filename = null ) : void
ToggleInputElementsEnable ( bool enabled ) : void
UpdateOrCreateFileInGist ( Gist gist ) : Gist
btnCancel_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnGoToGitHub_Click ( object sender, EventArgs e ) : void
btnRename_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
btnUpdate_Click ( object sender, EventArgs e ) : void
cbCloseDialog_CheckedChanged ( object sender, EventArgs e ) : void
frmSaveGist_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmSaveGist_Load ( object sender, EventArgs e ) : void
tbGistLink_Click ( object sender, EventArgs e ) : void
tbGistName_TextChanged ( object sender, EventArgs e ) : void
tvGists_AfterSelect ( object sender, TreeViewEventArgs e ) : void
tvGists_DoubleClick ( object sender, EventArgs e ) : void
tvGists_KeyUp ( object sender, KeyEventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

dlgSaveGist() public method

public dlgSaveGist ( ) : System
return System