Bug 75994 - C Editor bugs
Summary: C Editor bugs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Developer Suite
Classification: Retired
Component: eclipse
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tom Tromey
QA Contact: Tom Tromey
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-15 16:42 UTC by Need Real Name
Modified: 2014-08-11 05:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-10-15 16:42:40 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-10-15 16:42:34 UTC
I am editing a file using the C editor.

- The header comment, starting with a /* can be entered properly. It is syntax
highlighted in green and multiple lines can also be entered, but each line
doesn't automatically begin with a *. As soon as the user hits backspace while
entering the comment, the green bar that highlights the entire line goes away
and no more text can be entered.

- After the header comment is entered successfully, the  "#include..." is
entered reversed as I type it. Basically, after every key stroke, the cursor
moves to the front of the line instead of staying in the current position. Even
if I keep moving the cursor manually and type in the right thing, there is no
syntax highlighting. Hitting Enter causes the current line to move down and
typing (still reversed) starts on a line above the previous one entered. The
editor is also very slow as errors are output at each key and mouse stroke onto
the terminal window from which Eclipse was started.

The errors look like:
"Unhandled exception caught in event loop. Reason: ... " with different Reason
numbers in different scenarios.

Comment 1 Tom Tromey 2002-10-15 19:52:34 UTC
I checked in a fix for this.
It solves the C editor problems you mentioned.
So, I'm closing the report.



Note You need to log in before you can comment on or make changes to this bug.