Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
573 views

Setting up Eclipse for other languages

I have installed Eclipse (Helios) for the Java programming language, but I also want to use it for programming in C/C++, Python and Ruby. I've installed CDT and DLTK (for Python and Ruby). I already ...
4
votes
1answer
591 views

debugging ruby with eclipse dltk

I'm trying to debug ruby scripts with eclipse helios (dltk installed) on a win7 x64 machine and ruby1.92 environment I installed ruby-debug19, ruby-debug-base19, ruby-debug-ide19 gems but still can't ...
1
vote
1answer
94 views

installing eclipse + dltk 3.0 on windows

Can someone provide instructions on how to install eclipse + DLTK 3.0 on windows? I can only find 2.0 in the Help/Install New Software... area, and installing it manually is confusing.
1
vote
1answer
85 views

How do you add a ruby file to an existing project in Eclipse 3.6 using the Dynamic Languages Toolkit (DLTK)?

I've installed the Dynamic Languages Toolkit (DLTK) in Eclipse 3.6. But I can't figure out how to create a Ruby file in an existing Java project. Doing the obvious thing (New -> Empty Ruby Script) ...
1
vote
1answer
848 views

stop dltk indexing on particluar folders - eclipse indigo (3.7) w/ pdt

When i build/deploy my php project using an ant task within eclipse, it creates a copy of the files in a build folder then zips them, then deletes the folder On big projects after copying the files, ...
1
vote
0answers
192 views

Eclipse with DLTK plugins for tcl, has multiple “Run Configurations”

Since setting up Eclipse with the DLTK plugins for TCL (from a fresh install) I've noticed that every time I attempt to 'run' or 'debug' I'm prompted to choose a run configuration. These are listed ...
1
vote
1answer
130 views

Eclipse DLTK: Adding wizards to the 'New' menu of ScriptExplorerPart

I'm trying to add a wizard entry to a ScriptExplorerPart of the Dynamic Languages ToolKit for Eclipse. The wizards are accessible from File->New->Other..., so at least I know they work. They ...
0
votes
0answers
9 views

Eclipse DLTK: JDT-like behaviour of parsing and managing files in a project

i'm developing a plug-in for eclipse using the DLTK framework. This question was asked on the official mailing list but is unanswered yet, so i want to make it more public. in my DLTK plug-in, as for ...
0
votes
0answers
11 views

Eclipse DLTK: manually invoke the reconciler

i'm developing a plug-in for eclipse using the DLTK framework. This question was asked on the official mailing list but is unanswered yet, so i want to make it more public. How can a reconciling of ...
0
votes
0answers
33 views

getting ruby docs and source in eclipse

I installed the DLTK[dynamic language toolkit ] and have ruby working on my eclipse. I still dont see the ruby source and docs. How do I get the source and have docs working in eclipse using DLTK. ...
0
votes
1answer
750 views

disable eclipse validators

I do have a project which includes ZF library. In the problems tab I get all the warnings from the Zend library. My problem is that I want to hide all that. I've tried adding Exclude Group settings ...