[ phpeclipse-Bugs-1534560 ] Problem opening file:

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.ide.eclipse.phpeclipse.devel
Message-ID <[email protected]>
Bugs item #1534560, was opened at 2006-08-05 02:00
Message generated for change (Comment added) made by doughnutty
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1534560&group_id=57621

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP Parser 
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: MaR (marltu)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problem opening file:

Initial Comment:
Error when opening file ibrowser.php (attached):
Unable to create this part due to an internal error.
Reason for the failure: Argument not valid

java.lang.IllegalArgumentException: Argument not valid
	at org.eclipse.swt.SWT.error(SWT.java:3358)
	at org.eclipse.swt.SWT.error(SWT.java:3297)
	at org.eclipse.swt.SWT.error(SWT.java:3268)
	at
org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:7695)
	at
org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:7791)
	at
org.eclipse.jface.text.TextViewer.applyTextPresentation(TextViewer.java:4235)
	at
org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4287)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.applyTextRegionCollection(PresentationReconciler.java:573)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.processDamage(PresentationReconciler.java:562)
	at
org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558)
	at
org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.inputDocumentChanged(PresentationReconciler.java:118)
	at
org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2458)
	at
org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2507)
	at
org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:521)
	at
org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:370)
	at
org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:467)
	at
org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:2937)
	at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2684)
	at
org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
	at
org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:367)
	at
net.sourceforge.phpeclipse.phpeditor.PHPEditor.createPartControl(PHPEditor.java:3229)
	at
net.sourceforge.phpeclipse.phpeditor.PHPUnitEditor.createPartControl(PHPUnitEditor.java:1598)
	at
org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)
	at
org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)
	at
org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)
	at
org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)
	at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2588)
	at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2521)
	at
org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2513)
	at
org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2498)
	at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
	at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2493)
	at
org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:288)
	at
org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:280)
	at
org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:184)
	at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
	at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
	at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
	at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
	at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)
	at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
	at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)
	at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
	at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
	at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at
org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
	at org.eclipse.core.launcher.Main.run(Main.java:977)
	at org.eclipse.core.launcher.Main.main(Main.java:952)


----------------------------------------------------------------------

Comment By: doughnutty (doughnutty)
Date: 2006-09-18 19:12

Message:
Logged In: YES 
user_id=1600519

I have exactly the same problem using perl under eclipse and
having done a search, I see that the Ruby people are also
having this problem.

Any hints on how to fix it?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1534560&group_id=57621

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.