BBC BASIC for Windows
IDE and Compiler >> Program Editor >> Qs on Program Editor
http://bb4w.conforums.com/index.cgi?board=editor&action=display&num=1369460908

Qs on Program Editor
Post by Matt on May 25th, 2013, 05:48am

Hi Richard.

A couple of questions regarding the PE in 5.94:

1. What is happening when Shift-Backspace is pressed more than once? It doesn't seem to just delete a character each time it's pressed. The cut and copy icons are activated and deactivated.

2. There seems to be a intermittent delay when editing and moving around the PE with the keys. I wasn't aware of this in 5.93. Is this just my computer or is somthing else going on?

Matt

Re: Qs on Program Editor
Post by admin on May 25th, 2013, 07:25am

on May 25th, 2013, 05:48am, Matt wrote:
What is happening when Shift-Backspace is pressed more than once?

Shift+Backspace isn't an editing shortcut in BB4W. What's presumably happening is that Shift and Backspace are, separately, performing their normal operations (Shift plus a cursor-movement causes the text traversed to be selected). Since Shift+Backspace doesn't have any official function, it's better not to use that key combination.

Quote:
There seems to be a intermittent delay when editing and moving around the PE with the keys.

There are no delays of any kind built into the BB4W editor. I've noticed something smilar on my laptop, but not on any of my other PCs. A quirk of Windows (or some add-on software) I expect.

Richard.
Re: Qs on Program Editor
Post by Matt on May 25th, 2013, 1:05pm

on May 25th, 2013, 07:25am, Richard Russell wrote:
Since Shift+Backspace doesn't have any official function, it's better not to use that key combination.

I've noticed something smilar on my laptop, but not on any of my other PCs.


Did you happen to notice them on the previous version?

Matt
Re: Qs on Program Editor
Post by admin on May 25th, 2013, 5:13pm

on May 25th, 2013, 1:05pm, Matt wrote:
Did you happen to notice them on the previous version?

I didn't have the laptop then, but as there's been no significant change in the code I expect it was exactly the same. There are no delays anywhere in the code of the BB4W editor.

Richard.