Pelles C forum

Pelles C => Bug reports => Topic started by: dsula on November 29, 2005, 10:39:41 PM

Title: pressing "del" in breakpoint panel
Post by: dsula on November 29, 2005, 10:39:41 PM
Hi Pelle,

I'm not sure if this is a bug or if it's considered a feature.
Pressing the "del" key on a selected breakpoint in the breakpoint panel will not delete it (even if it has focus). Instead it deletes text in the editor.

This is the first time I use Pelles C for a project and I will simply post any issue I come across no matter how small it is. I know how time consuming it is to write the "perfect" user interface. So I don't mean to be annyoing when posting all the little things as I'm sure there are more important things to fix. However I think the feedback might still be useful to you.  :)  Thanks for a great software.

bye
ds
Title: pressing "del" in breakpoint panel
Post by: Pelle on December 02, 2005, 07:11:52 AM
More of a bug, I guess. I once saved some code by adding Del as an accelerator - but this can also give unexpected results sometimes (I guess it's a focus problem).

Pelle