<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 22 Aug 2016, at 14:47, Fabian Zeindl wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">Ok, so if I want to output a snippet to get correct indentation, but in some cases, not change anything, I need to change output type to discard.
</div><div dir="auto">
</div><div dir="auto">How can I do that in ruby?
</div></blockquote></div>
<div style="white-space:normal">

<pre style="background-color:#F7F7F7; border-radius:5px 5px 5px 5px; margin-left:15px; margin-right:15px; max-width:90vw; overflow-x:auto; padding:5px" bgcolor="#F7F7F7"><code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0" bgcolor="#F7F7F7">require "#{ENV['TM_SUPPORT_PATH']}/lib/exit_codes"

TextMate.exit_discard
</code></pre>

<p dir="auto">It is possible to disable the indent of snippet output, but in the normal case, I assume you do want the indent, as I don’t think it is possible for you to figure out what the current indent is (since your command gets a selection that doesn’t start at first column).</p>

<p dir="auto">We could introduce a new <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">exit_insert_as_snippet_without_indent</code> so that a command would be able to just temporarily disable the indent.</p>
</div>
</div>
</body>
</html>