in my plug in after performing search, each matches are sent to acceptsearchmatch(searchmatch) function as objects of searchmatch.I want to get the line n开发者_运维百科umbers where the match happened
i want to find out the line number where a call is referenced using AST api in a package. How 开发者_JAVA百科can i do that?You have an illustration on how to search within the method of a CompilationU
I have developed a plugin to search the references of a method.I want to print 开发者_高级运维out the line numbers where the method is referenced.I search for method going through IMethod class and ch
I am using a laptop with Windows 7 Home Prem x64. I have installed Java JDK1.6.0_18 and Eclipse Gallileo. I have downloaded and installed the latest version of Android SDK with several Platforms loade
I am developing a search plugin where i am using IPackageFragment to specify the packagein which th开发者_C百科e search is to be carried out . I am not able to use the IPackageFragment to create IJava
I want to develop a plug in view which will automatically call the search plug-in in Eclipse and display a开发者_运维技巧ll the positions where a particular function was called in a package.
I\'m posting this on behalf of the 30 or so projects that seem to be suffering from this problem without any resolution.
I\'m extending Eclipse using the Eclipse plugin infrastructure, and I\'ve come into a problem: I created an Eclipse editor and I would like to disable the mnemonic menus Eclipse, for 开发者_开发问答e
I inst开发者_如何转开发alled Eclipse using Synaptic Package Manager (Ubuntu 9.10). However, my Eclipse does not have any HTML template (in New dialog) or JSP template.
I\'m developing an e开发者_如何学Pythonclipse plugin and need to list of IMethods that belong to an IResource.