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 98367

Summary: RHTML editing
Product: ruby Reporter: Pavel Buzek <pbuzek>
Component: CodeAssignee: Torbjorn Norbye <tor>
Status: VERIFIED FIXED    
Severity: blocker CC: mfukala
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Pavel Buzek 2007-03-20 16:22:41 UTC
RHTML editing support, including all features of the HTML editor and a subset of
ruby editing (coloring, indentation, some code completion, etc.)
Comment 1 Pavel Buzek 2007-03-20 19:15:51 UTC
+ folds
+ (possibly) hyperlinks
Comment 2 Pavel Buzek 2007-04-11 15:19:47 UTC
Marek working on this. P1 - this is not optional.
Comment 3 Pavel Buzek 2007-04-20 07:15:44 UTC
The HTML part was done in M9 but work remains on Ruby code editing, moving to M10.
Comment 4 Marek Fukala 2007-05-15 10:31:06 UTC
Ruby code completion in RHTML files implemented, the rest (folds, hyperlinking)
is P3 IMO.  

The indentation still doesn't work, it depends on Mila's issue #91718 anyway. 

I am lowering this issue to P2 for now, if Mila implements the generic embedding
aware indentation infrastructure in a reasonable time, I'll use it and lower
this issue to P3, otherwise I'll file a new bug for the missing indentation.
Comment 5 Torbjorn Norbye 2007-05-21 21:54:15 UTC
Marek, can you give some examples of what's supposed to work for RHTML completion? I seem to only get 
keyword completion. Is localvars, Class.method etc. supposed to work?  I realize you may need a bunch of 
hooks from me - let me know what they are.
Comment 6 Marek Fukala 2007-06-18 10:54:50 UTC
Tor worked recently on some features here, he should decide whether to close the issue or just lower the priority. The
code completion works, the indentation still doesn't, but it will come soon.
Comment 7 Torbjorn Norbye 2007-06-18 11:36:07 UTC
This should be working well now.
Comment 8 Jiri Kovalsky 2007-07-03 14:12:48 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 9 Jiri Kovalsky 2007-07-03 14:43:30 UTC
Changing target milestone of all resolved Ruby issues from TBD to 6.0 Beta 1 build.
Comment 10 Jiri Skrivanek 2007-08-07 15:19:41 UTC
Verified.