Bug 81635 - IllegalStateException when opening C File on Eclipse M4
Summary: IllegalStateException when opening C File on Eclipse M4
Status: VERIFIED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 critical (vote)
Target Milestone: 3.0   Edit
Assignee: Alain Magloire CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2004-12-20 02:44 EST by Tomaszewski Przemek CLA
Modified: 2009-01-09 14:58 EST (History)
0 users

See Also:


Attachments
This fixes the bug. (1.01 KB, patch)
2004-12-20 02:45 EST, Tomaszewski Przemek CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomaszewski Przemek CLA 2004-12-20 02:44:33 EST
IllegalStateExcetion is thrown from TextViewer when initialing CEditor. This is
result of second call of CSourceViewer.configure() from CEditor. It was
implemented during dynamic outliner implementation (without this the feature did
not work on M3). In M4 this failure appears when hyperlink presenter is initialized.
Comment 1 Tomaszewski Przemek CLA 2004-12-20 02:45:21 EST
Created attachment 16760 [details]
This fixes the bug.
Comment 2 Alain Magloire CLA 2004-12-20 13:55:23 EST
Ho I see, this is to work with Eclipse3.1

The head is not working yet with 3.1, I'm suprised
that you even went that far ?
Any other problem beside this ?
Every thing compiled/worked ?? Wow !
Comment 3 Tomaszewski Przemek CLA 2004-12-21 01:37:16 EST
Everything is ok, I'am developing on 3.1 since it is available. After
downloading M4 some bugs have appear in core.debug project, but I do not use it,
so I wait for fixes.
Comment 4 Alain Magloire CLA 2004-12-21 14:47:08 EST
Merci bucket(Thank you)
Apply to the head.
Please verify

> Everything is ok, I'am developing on 3.1 since it is available.

Cool, thanks for checking things out.
Comment 5 Tomaszewski Przemek CLA 2004-12-22 02:52:58 EST
Works fine, thanks.