DlangIDE

Vadim Lopatin via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu Feb 12 06:10:31 PST 2015


On Thursday, 12 February 2015 at 09:48:28 UTC, ketmar wrote:
> On Thu, 12 Feb 2015 09:44:14 +0000, Chris wrote:
>
>> Isn't Ctrl+Y "redo" in most editors (Ctrl+Z = undo, Ctrl+Y = 
>> redo). That
>> could cause some serious confusion.
>
> not in mcedit and wordstar clones. i suspect that "^Y -- delete 
> line"
> comes from turbo c editor here. ;-)

Yes, it's from DOS times. Many modern editors still use it for 
line deletion.

I've reassigned delete line shortcut to Ctrl+D and Ctrl+L

Redo now can be done using Ctrl+Y or Ctrl+Shift+Z


BTW, toolbar button tooltips were implemented today.


More information about the Digitalmars-d-announce mailing list