Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/IDE/Code Editor    [ Add a report in this area ]  
Report #:  103710   Status: Closed
Copy Block
Project:  Delphi Build #:  XE2, XE3
Version:    17.0 Submitted By:   Evgeny Boltik
Report Type:  Basic functionality failure Date Reported:  2/26/2012 11:48:15 AM
Severity:    Infrequently encountered problem Last Updated: 12/11/2012 10:33:08 PM
Platform:    All versions Internal Tracking #:   33282
Resolution: Fixed (Resolution Comments) Resolved in Build: : 17.0.4723.55752
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: 10
Description
Copy Block

See attached .jpg and [Steps]
Steps to Reproduce:
1.Open delphi

2.menu file\new\unit-delphi

3.
-------
unit Unit2;
  try
  finally
  end;
interface
implementation
end.
-------

4.Cursor position 4,2

5.shift+alt+up

6.shift+alt+up

7.shift+alt+up

8.shift+alt+left

9.shift+k+c

10.see garbage column 3
-------
unit Unit2;
  t try
  f finally
  e end;
interface
implementation
end.
-------
Workarounds
None
Attachment
103710.zip
Comments

Tomohiro Takahashi at 2/26/2012 4:40:22 PM -
I deleted QC#103711 as Sysop. Please do not post same reports.

Tomohiro Takahashi at 2/26/2012 4:41:20 PM -
Could you please write more detailed [Title],[Description],[Steps] to understand/reproduce/confirm your issue?

Evgeny Boltik at 2/26/2012 7:15:34 PM -
See 103710.zip
file BugEditor.png
3 images

Tomohiro Takahashi at 2/27/2012 5:32:14 PM -
When postin QC report, could you please write more detailed [Title],[Description],[Steps] to reproduce/confirm/open/track your issue in our internal tracking system more properly?

Evgeny Boltik at 2/27/2012 8:35:49 PM -
1.Open delphi
2.menu file\new\unit-delphi
3.
unit Unit2;
  try
  finally
  end;
interface
implementation
end.
4.Cursor position 4,2
5.shift+alt+up
6.shift+alt+up
7.shift+alt+up
8.shift+alt+left
9.shift+k+c
10.see garbage columt 3
unit Unit2;
  t try
  f finally
  e end;
interface
implementation
end.

Evgeny Boltik at 5/9/2012 10:41:42 PM -
When will update? (2 months have passed)

Tomohiro Takahashi at 11/3/2012 6:47:46 PM -
Thanks for the notification.
I checked this report and remove QC#110130.

Server Response from: ETNACODE01