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 101636 - Rhtml support STILL broken
Summary: Rhtml support STILL broken
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
: 101634 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-18 18:46 UTC by infrid
Modified: 2007-07-13 17:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description infrid 2007-04-18 18:46:21 UTC
I didn't put it in capitals to be a nob. It's just I noticed you had a notice up
earlier saying that rhtml code completion, and begin/end, quotes and other
language features (such as breakpoints) were broken.
I've been using latest builds all day, and tho the original languageExceptions
have dissapeared, the actual functionality for rhtml files has dissapeared too!

You've also taken the notice down - so I thought I'd let you know:
1. it's still broke,
2. there's no notice saying it's still broke (if you know this)

Hope this info is useful.w
whoever is working on the ruby plugin is doing a sterling job.
Comment 1 Torbjorn Norbye 2007-04-18 18:52:20 UTC
Hi Infrid,
with the previous bug (which is now fixed), the RHTML support broke a lot of -regular- Ruby editing 
features - editing a plain Ruby file no longer had formatting working, it used tab size 4 instead of 2, 
bracket matching was broken, comment/uncomment was broken, code completion for identifiers 
including "_" (such as Rails' send_file) was broken, etc.

Thus, it was pretty serious and I thought people might want to hold off upgrading.

Now that functionality is restored. RHTML support should be better than it was before; in particular, 
there is now a navigator display, and code completion should work within HTML tags. What is still not 
working (and is being worked on) is getting code completion working in the Ruby sections, getting code 
templates from Ruby and html to work, and of course fixing the issue with all the HTML parsing errors.

But none of these should be blocking anybody, and there are lots of other good reasons to upgrade - 
such as basic rspec support, debugger improvements, code completion fixes, etc.
Comment 2 Pavel Buzek 2007-04-20 00:51:33 UTC
*** Issue 101634 has been marked as a duplicate of this issue. ***
Comment 3 Jan Jancura 2007-07-13 12:56:05 UTC
looks like ruby issue
Comment 4 Marek Fukala 2007-07-13 13:00:07 UTC
The completion in embedded ruby works now, the indentation/formatting is covered by different issue. I think this one
can be closed, but letting Tor to decide.
Comment 5 Torbjorn Norbye 2007-07-13 17:17:00 UTC
Yes, RHTML support is mostly working now; if there are specific remaining problems let's handle those with specific issues (as Marek said we already have one 
for indentation)