<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Nick Treleaven wrote:
<blockquote
 cite="mid:20090903113355.a1265cb0.nick.treleaven@btinternet.com"
 type="cite">
  <pre wrap="">On Tue, 1 Sep 2009 20:58:45 +0200
Enrico Tröger <a class="moz-txt-link-rfc2396E"
 href="mailto:enrico.troeger@uvena.de"><enrico.troeger@uvena.de></a> wrote:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">I think this is useful as the user doesn't need to re-indent the blank
line before typing on it.
      </pre>
    </blockquote>
    <pre wrap="">Hmm, I usually use the Up cursor key to jump to the previous line and
then press Enter :).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, but sometimes the cursor will be at the start of the line after
pressing up, so then the user also has to press End and then Enter.

Anyway, I'm not that bothered about implementing it really, just that
it could be useful.
  </pre>
</blockquote>
<br>
Pressing Up, End and Enter every time is so annoying... For example, to
add a simple C/C++ code block (I prefer K&R style, opening brace on
the same line) I have to press<br>
<br>
<space>{<enter>}<up><end><enter><br>
<br>
Currently I created a code snippet, but<br>
<br>
<space>${snippet_name}${insert_snippet_shortcut}<br>
<br>
is not yet comfortable. I'm still looking for a better solution
(shortcuts for particular snippet or macro recording should be fine…).
I wonder, what other IDEs offer for this. <br>
</body>
</html>