fluentCODE / ScrawlIssues

Issue Tracker for Scrawl by fluentCODE
14 stars 0 forks source link

Crash when pressing ctrl+x with no selection #119

Closed marshall007 closed 9 years ago

marshall007 commented 9 years ago

With the cursor on a line and no text selected, hitting ctrl+x crashes the program. I'd expect this to cut the entire line similar to how SublimeText does it.

pauljz commented 9 years ago

The crash is fixed in the dev branch, but we're not handling cutting the line yet. I'll add that in pretty soon.

pauljz commented 9 years ago

Okay, in the dev branch, the Cut and Copy keybinds will now cut or copy the whole line a cursor is on if there is no selection.