<blockquote>
<p>I mark them from the very last row to for instance row 1000, I press backspace or del and Geany disappears right away - probably somehow exited/crashed.</p>
</blockquote>

<p>Please run Geany under a debugger (gdb) and send us the backtrace:</p>

<div class="highlight highlight-text-shell-session"><pre>$ <span class="pl-s1">gdb -ex run --args geany -v</span>
<span class="pl-mo">...</span>
<span class="pl-mo">(gdb) bt</span>
<span class="pl-mo">...</span></pre></div>

<blockquote>
<p>Just now I even saw that it removed the file from the harddrive that I was working on.</p>
</blockquote>

<p>Were you trying to save the file?  Geany doesn't touch the file until you ask to save it, so it shouldn't be possible it deleted it unless it failed to write the new version of it somehow.  You might want to give us your Geany configuration file so we can see your settings: ~/.config/geany/geany.conf`</p>

<p>Also, you should try to run Geany with a fresh configuration so disabling all customizations and plugins, in case something is causing the issues: <code>geany -v -c /tmp/temp-config/</code>, and see whether you can reproduce the issue or not.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/issues/1042#issuecomment-221042439">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5u8CerQ24to5uPdFPdpFAeFF8aWks5qEenGgaJpZM4Ikinz.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1042#issuecomment-221042439"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>