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 118182 - RHTML Views unable to change and save after EDIT
Summary: RHTML Views unable to change and save after EDIT
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: RHTML (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-09 05:07 UTC by karthik_krishnan
Modified: 2007-10-12 08:18 UTC (History)
3 users (show)

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 karthik_krishnan 2007-10-09 05:07:10 UTC
We have around 50 RHTML views in our project and we use nbrubyide thoroughly for our day to day rails development.  And
it has been very useful for us, except for a very few critical issues in RHTML...

Behavior of RHTML Editing has gone haywire after every daily builds I have been taking in the last 2 weeks or so...

1. As I edit the code in the RHTML, the lines disappear and the Save action is disabled and hence my changes are never
getting saved.

2. The keyboard shortcuts like r and re etc...just does not work anymore in the RHTML editing.

Overall RHTML editing has been getting really difficult with the newer versions of nbrubyide.
Comment 1 Torbjorn Norbye 2007-10-09 06:20:18 UTC
Hi Karthik,
there are two issues already filed in the same general area:
issue 117808, which was just fixed today, and
issue 117405, which may be a duplicate of 114547, which was fixed about a week ago. 

Would you mind trying with a new build from this evening (the nightly builds lag by a day but the builds at
http://deadlock.netbeans.org/hudson/job/ruby/ have all the latest fixes within 30 minutes.)

I wonder if it's possible something has happened to your keybindings. I've switched a lot of code around and perhaps
keybinding customizations is interfering.

Can you try with a new userdirectory and see if the problems go away? You don't have to throw away your settings, just
invoke NetBeans with --userdir /some/other/directory/ . If that works, please zip up your userdir and attach it to this
bug (I believe I only need the config/ portion; in particular, you can delete the large var/cache/ subdirectory before
zipping it up.).
Comment 2 Jiri Skrivanek 2007-10-12 08:18:21 UTC
I tested RHTML editing in the newest build 20071012050738 and everything seems to be working. Feel free to reopen this
issue or file a new one, if you encounter some problems.