This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 125045 - "Syntax error, unexpected tSTRING_DBEG" in editor window
Summary: "Syntax error, unexpected tSTRING_DBEG" in editor window
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-10 15:37 UTC by microsort
Modified: 2013-11-26 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
defect screenshot (104.86 KB, text/plain)
2008-01-10 16:13 UTC, microsort
Details

Note You need to log in before you can comment on or make changes to this bug.
Description microsort 2008-01-10 15:37:21 UTC
Hello,

I get: "Syntax error, unexpected tSTRING_DBEG" in editor window.
Here is code:         alias :"#{level_name}" :"enabled_#{level_name}"
Note: code is working. everithing run ok.
Side effect: some editor highlight disabled. error showed on left and right editor's side.

Here is info about NetBeans I am using:
Product Version: NetBeans IDE Dev (Build 200712300000)
Java: 1.6.0_03; Java HotSpot(TM) Client VM 1.6.0_03-b05
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Userdir: C:\Documents and Settings\Два\.netbeans\dev

Thanks you for NetBeans.
Comment 1 microsort 2008-01-10 16:13:33 UTC
Created attachment 54918 [details]
defect screenshot
Comment 2 Erno Mononen 2009-03-12 14:42:45 UTC
Still reproducible, hopefully will be fixed by the parser update.
Comment 3 Erno Mononen 2009-09-16 15:48:45 UTC
Still valid.
Comment 4 enebo 2013-11-26 21:06:23 UTC
This seems to work without an error now.  The weird thing I did notice is new name is blue and old name is orange.  but weird colors beats syntax error.