Could Shift+Return do the same as Return?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hwalters3
    Journeyman
    • May 2008
    • 17

    Could Shift+Return do the same as Return?

    I often use BC3 in "full edit" mode to write code directly in C++ source files. When entering a function definition, it would be really useful if Shift+Return could do a new line, the same way that Return does; otherwise I have to release the Shift key each time (especially as the "{" and "}" keys are so close to Return).

    void Function() <= HAVE TO RELEASE SHIFT HERE!
    { <= HAVE TO RELEASE SHIFT HERE TOO!
    }

    Thanks for writing such a great product!
  • Erik
    Team Scooter
    • Oct 2007
    • 437

    #2
    [Shift+Enter] will behave like [Enter] in the next release (build 463).
    Erik Scooter Software

    Comment

    Working...