Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
JsBeautifier_Shown | void | ||
aboutToolStripMenuItem_Click | void | ||
ensureInitialized | void | ||
initializeElements | void | ||
setCheckValue | void | ||
webBrowser1_DocumentCompleted | void |
Method | Description | |
---|---|---|
JsBeautifier ( ) : System | ||
getBeautifiedScript ( string script ) : string | ||
initialize ( ) : void | ||
setBracesNewLine ( bool check ) : void | ||
setDetectPackers ( bool check ) : void | ||
setIndentation ( int indent ) : void | ||
setKeepArrayIndent ( bool check ) : void | ||
setPreserveEmptyLines ( bool check ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
JsBeautifier_Shown ( object sender, |
||
aboutToolStripMenuItem_Click ( object sender, |
||
ensureInitialized ( ) : void | ||
initializeElements ( ) : void | ||
setCheckValue ( System.Windows.Forms.HtmlElement el, bool check ) : void | ||
webBrowser1_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public getBeautifiedScript ( string script ) : string | ||
script | string | |
return | string |
public setBracesNewLine ( bool check ) : void | ||
check | bool | |
return | void |
public setDetectPackers ( bool check ) : void | ||
check | bool | |
return | void |
public setKeepArrayIndent ( bool check ) : void | ||
check | bool | |
return | void |
public setPreserveEmptyLines ( bool check ) : void | ||
check | bool | |
return | void |