Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » What is the ID of Eclipse default JavaEditor?
What is the ID of Eclipse default JavaEditor? [message #208185] Wed, 29 June 2005 03:39 Go to next message
Eclipse UserFriend
Originally posted by: tanut.sanuk.biz

Hello

I am writing some java debuger.. I have to implement
IDebugModelPresentation.
in func getEditorId() I return "org.eclipse.ui.DefaultTextEditor".
So the text editor open when my program hit a breakpoint.
I want to open eclipse jave editor rather that a text editor, what is the ID
of java editor?

Thanks
Tanut Apiwong
Re: What is the ID of Eclipse default JavaEditor? [message #208200 is a reply to message #208185] Wed, 29 June 2005 09:21 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Tanut Apiwong wrote:

>Hello
>
>I am writing some java debuger.. I have to implement
>IDebugModelPresentation.
>in func getEditorId() I return "org.eclipse.ui.DefaultTextEditor".
>So the text editor open when my program hit a breakpoint.
>I want to open eclipse jave editor rather that a text editor, what is the ID
>of java editor?
>
>
for source files: "org.eclipse.jdt.ui.CompilationUnitEditor"
for class files with attached source:"org.eclipse.jdt.ui.ClassFileEditor"

Dani

>Thanks
>Tanut Apiwong
>
>
>
>
Previous Topic:Eclipse 3.1 RC4, Java Editor, sudden change of keyboard mapping...
Next Topic:Marking Files In Navigator Window as having errors
Goto Forum:
  


Current Time: Sat Sep 13 23:09:57 EDT 2025

Powered by FUDForum. Page generated in 0.65262 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top