Unable to type some words

Hi
I’m trying out Glider for Corona on a Mac. I have the following lines of code:
106 pause = display.newImage( spritesheet, p )
107 pause:setReferencePoint(display.TopLeftReferencePoint)

I attempt to insert a line between these two:

pause.id = “pause”;

but the editor only lets me get as far as “pau” and will accept no further input.
The tooltip that appears when I hover over the red indicator refers to a parseException on the following line (107). Paraphrasing: found “pause”, expecting…

Is there detailed documentation somewhere that would help me figure out what’s going on?

[import]uid: 101690 topic_id: 37153 reply_id: 67153[/import]

Don’t know how to edit a post so additional info:

I have narrowed it down. The editor will not let me type the letter “s”. I checked the keyboard shortcuts (I had been playing around with them) - no single letter “s” is shortcut to anything - (hopefully never allowed) - but after hitting “s” it takes one extra keystroke before typing resumes.

EDIT
Changed profile to “Idea” and all is well.
Changed back to “NetBeans” - restored defaults - problem still there.
[import]uid: 101690 topic_id: 37153 reply_id: 145400[/import]

Hello Sean,

 

That is very bizzare. It seems to be related to a Java bug introduced in http://netbeans.org/bugzilla/show_bug.cgi?id=208651

 

Please be sure to update your java version to the most recent.

 

Regards,

M.Y. Developers

Don’t know how to edit a post so additional info:

I have narrowed it down. The editor will not let me type the letter “s”. I checked the keyboard shortcuts (I had been playing around with them) - no single letter “s” is shortcut to anything - (hopefully never allowed) - but after hitting “s” it takes one extra keystroke before typing resumes.

EDIT
Changed profile to “Idea” and all is well.
Changed back to “NetBeans” - restored defaults - problem still there.
[import]uid: 101690 topic_id: 37153 reply_id: 145400[/import]

Hello Sean,

 

That is very bizzare. It seems to be related to a Java bug introduced in http://netbeans.org/bugzilla/show_bug.cgi?id=208651

 

Please be sure to update your java version to the most recent.

 

Regards,

M.Y. Developers