Quantcast
Channel: ScintillaNET Forum Rss Feed
Viewing all articles
Browse latest Browse all 296

New Post: How to indent/unindent a given text selection via toolbar button

$
0
0
Discovery...
private void tsbDecreaseIndent_Click(object sender, EventArgs e)
{
this.ScriptEditor.Commands.Execute(ScintillaNET.BindableCommand.BackTab);
}

private void tsbIncreaseIndent_Click(object sender, EventArgs e)
{
this.ScriptEditor.Commands.Execute(ScintillaNET.BindableCommand.Tab);
}

private void tsbComment_Click(object sender, EventArgs e)
{
this.ScriptEditor.Commands.Execute(ScintillaNET.BindableCommand.LineComment);
}

private void tsbUnComment_Click(object sender, EventArgs e)
{
this.ScriptEditor.Commands.Execute(ScintillaNET.BindableCommand.LineUncomment);
}

Viewing all articles
Browse latest Browse all 296

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>