rcp
Problem in the execution of an RCP application
Thank you for your response. now that I set; normally it must start execution of the RCP application that I added to the classpath.[详细]
2023-04-01 06:41 分类:问答Using Eclipse 3.7 for developing Plugin based on Eclipse RCP 3.5
is it possible to use Eclipse 3.7 IDE for developing for the 3.5 platform? Or must I use Eclipse 3.5 IDE?[详细]
2023-03-31 04:24 分类:问答Plugin project not treated as current working directory
I have a plugin project, i wanted to create & save a file in project folder.I coded in usual way,but its saving the file in the RCP installed folder in my case the rcp installed folder is[详细]
2023-03-30 23:14 分类:问答Eclipse RCP program with debug info
I have written an RCP program. Somewhere in my underlying plug-in there is a NullPointerException. I get the stack trace and everything, but the code doesn\'t seem to be generated with debug info in i[详细]
2023-03-30 20:07 分类:问答How to disable view close option?
I created 2 views. In the View 1 there is a button B 1 and upon button click View 1 gets hidden and View 2 opens.[详细]
2023-03-29 03:12 分类:问答How to extend the source menu in Eclipse? (or: What is its locationURI?)
I am developing an eclipse plugin and trying to extend the source menu (mainMenubar/Source - visible when editing in the java-editor) in Eclipse 3.7.[详细]
2023-03-28 22:07 分类:问答Artifact and metadata repository manager are null
I try to load an artifact and metadata repository manager as follows private IArtifactRepositoryManager getArtifactRepositoryManager() {[详细]
2023-03-28 19:40 分类:问答only one editor at a time? RCP
I was wondering if there is a manner to make it impossible to open more than 1 editor at a time? what I have now is a button that each time it is pressed gives a new edi开发者_StackOverflow中文版tor.[详细]
2023-03-28 05:03 分类:问答Resolving overloaded methods with ASTVisitor in Eclipse JDT
I am currently working on an academic project which employs an ASTVisitor to create a basic calltree.[详细]
2023-03-28 02:37 分类:问答Eclipse RCP detached views: How to control the z-index?
Let\'s say I have 2 views(A,B) detached.View A on top of开发者_JS百科 view B on top of workbench shell.[详细]
2023-03-26 19:54 分类:问答