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 165116 - shift lines right works but is excessive!
Summary: shift lines right works but is excessive!
Status: VERIFIED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 22:40 UTC by David Konecny
Modified: 2009-09-21 21:56 UTC (History)
1 user (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 David Konecny 2009-05-13 22:40:51 UTC
In web application project create a default HTML document and select all lines and perform action Source -> Shift Line
Right. In yesterday's build all HTML lines are shifted to column 257! :-) So I cannot say this feature does not work. :-)
Comment 1 Marek Fukala 2009-05-20 12:11:08 UTC
reproducible, low priority
Comment 2 David Konecny 2009-05-20 21:14:31 UTC
It is low priority. Btw. when I just retested it the IDE was blocked for at least a minute and I was sure it is a
deadlock but after a minute or so it resumed and 20 lines of JSP were shift to the right by about 7000 columns! :-) I
think the number of columns keep growing as you use IDE and is not reset or something. Btw. why TAB and SHIFT+TAB works
fine but actions from top level Source menu don't (Shift Line Left/Right) - are there two different implementations?
Comment 3 Marek Fukala 2009-05-21 09:20:03 UTC
I have no idea how this is implemented, but I am almost sure this is not done in html modules :-). Likely the editor
issue, reassigning.
Comment 4 Marek Fukala 2009-05-21 09:21:00 UTC
lets Vita reevaluate...
Comment 5 David Strupl 2009-09-21 09:46:26 UTC
I will try to check this one.
Comment 6 David Strupl 2009-09-21 10:16:47 UTC
I have tried today's build and tried to play with .jsp and .xhtml and this seems to work ok. Closing as worksforme. If
it is reproducible in current trunk please reopen and add steps how to reproduce.
Comment 7 David Konecny 2009-09-21 21:56:24 UTC
Looks like fixed now. Thx.