eclipse-api Questions

2

Solved

I am trying to create a plugin which would give me a list of absolute path of all the files inside a project opened in eclipse. I tried but I am able to get the path of the active window only.. M...
Pastoral asked 6/3, 2013 at 11:57

6

Solved

I'd like to write a plugin that does something with the currently edited file in Eclipse. But I'm not sure how to properly get the file's full path. This is what I do now: IFile file = (IFile) wi...
Karafuto asked 18/11, 2008 at 18:12

2

Solved

A qustion about Eclipse PDE development: I write a small plugin for Eclipse and have the following * an org.eclipse.ui.texteditor.ITextEditor * a line number How can I automatically jump to that l...
Dissonance asked 20/5, 2010 at 12:58

1

Solved

I'm writing a plugin that will parse a bunch of files in a project. But for the moment I'm stuck searching through the Eclipse API for answers. The plugin works like this: Whenever I open a source...
Skill asked 1/9, 2008 at 10:6
1

© 2022 - 2024 — McMap. All rights reserved.