Notepad-JS-HTML-Beautifier-Plugin icon indicating copy to clipboard operation
Notepad-JS-HTML-Beautifier-Plugin copied to clipboard

Notepad++ JS HTML Beautifuller Plugin for jN Plugin (Javascript plugin, old name: npp scripting)

Results 2 Notepad-JS-HTML-Beautifier-Plugin issues
Sort by recently updated
recently updated
newest added

**Following part modified to get proper position** getSelectionPositions: function(){ _if (!this.context.selection){ return { start: this.byteToChars(0), end: this.byteToChars(this.context.text.length) }; };_ return { start: this.byteToChars( Math.min(this.context.anchor, this.context.pos) ), end: this.byteToChars( Math.max(this.context.anchor, this.context.pos)...

For automatic installation just run **install.cmd**