eclipse-jdt
In Eclipse, how to set JavaDoc URL on a classpath entry programmatically?
I have an Eclipse plugin, that among other things, can create a project and give it several classpath entries.This in and of itself works fine.[详细]
2022-12-15 20:09 分类:问答Generate bytecode from Eclipse's CompilationUnit
I am not working on an Eclipse plug-in project; however, I use an external library that generates an instance of org.eclipse.jdt.core.dom.CompilationUnit. Is there 开发者_开发百科a way to generate Jav[详细]
2022-12-15 03:37 分类:问答Can I use Eclipse JDT to create new 'working copies' of source files in memory only?
I\'m using Eclipse JDT to build a Java refactoring platform, for exploring different refactorings in memory before choosing one and saving it. I can create collections of working copies of the source[详细]
2022-12-13 19:42 分类:问答How do i find the project of the contents of an ITextViewer?
I\'m trying to implement a HyperlinkDetector for an Eclipse plug-in and the callback method is givin开发者_Python百科g me an ITextViewer to work with.[详细]
2022-12-13 16:59 分类:问答-
Can I use eclipse JDT/AST for other programming languages?
Can I use the AST / JDT for other languages? For example to write my own parser for C# that uses somehow the 开发者_JAVA技巧AST technology?If you look at the article \"Eclipse JDT - Abstract Syntax Tr[详细]
2022-12-13 10:35 分类:问答 How to detect eclipse compile errors (Java - JDT)
I need to detect compile errors in the java source code after a POST_CHANGE event (usually it is fired after saving changes in the java file). I\'m using IElementChangedListener for doing that. So, fo[详细]
2022-12-10 23:22 分类:问答Using class as a field name in JDT dom
I\'m trying to add a call to the StaticClassName.class field access to an existing class us开发者_开发知识库ing JDT\'s Dom methods.[详细]
2022-12-09 22:37 分类:问答