Questions tagged [dltk]

DLTK (Dynamic Languages Toolkit) is a tool for vendors, researchers, and end-users who rely on dynamic languages.

DLTK (Dynamic Languages Toolkit) is a tool for vendors, researchers, and end-users who rely on dynamic languages. DLTK is a set of extensible frameworks designed to reduce the complexity of building full featured development environments for dynamic languages such as PHP and Perl. Besides a set of frameworks DLTK provides exemplary Tcl, Ruby, Javascript and Python development environments.

31 questions
7
votes
2 answers

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 debug rb scripts with eclipse dlt it says…
koraytaylan
  • 873
  • 2
  • 8
  • 15
6
votes
1 answer

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, dltk tries to index the folder while im…
Ben K
  • 158
  • 1
  • 8
6
votes
1 answer

Setting up Eclipse for other programming 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 had mingw-w64 (Windows platform) installed. How do…
someguy
  • 7,144
  • 12
  • 43
  • 57
5
votes
1 answer

How to manually trigger DLTK indexing in Eclipse PDT for a PHP project

While developing in Eclipse with PDT (or Zend Studio), I frequently switch between different large branches using git--typically on the command line, not via a git plugin for eclipse. Within seconds, Eclipse detects the branch switch and updates…
Ray
  • 40,256
  • 21
  • 101
  • 138
4
votes
1 answer

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.
pguardiario
  • 53,827
  • 19
  • 119
  • 159
3
votes
2 answers

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 are added using the extension point…
mdiin
  • 427
  • 6
  • 12
3
votes
3 answers

Rails 1.9.3 Syntax Highlighting in Eclipse

I'm new to Rails and need to get my Eclipse DLTK highlighting working. It is occasionally giving syntax error, unexpected ':' for hash colon notation. Though the application runs fine. I'm using Eclipse Indigo and the Ruby Development Tools.
benedict_w
  • 3,543
  • 1
  • 32
  • 49
2
votes
0 answers

xquery (.xq) files editor with syntax highlighting in eclipse photon

Are there any plug-ins that enables syntax highlighting and editing for xquery files in eclipse jee-photon. Something like XQDT. This is now replaced by Dynamic Languages Toolkit, but even with that installed there is no syntax highlighting for…
Vidhuran
  • 212
  • 4
  • 16
2
votes
1 answer

Broken PDT install in Eclipse Luna

I am an Android and PHP developer, so I am trying to use Eclipse for both. I have my Android development up and running, no issues (Eclipse Luna). When trying to get my PDT to work as well, I create the main and library projects, but every time I…
dagey
  • 33
  • 5
2
votes
2 answers

How to make Eclipse DLTK hightlight syntax?

I have installed "Dynamic Languages Toolkit" (tried versions 2.0 and 4.0) on Eclipse Juno, but although I added "Dynamic Languages Toolkit - TCL Development Tools", the Tcl code does not get syntax highlighted, nor do Shell scripts. I read that even…
Holger Jakobs
  • 984
  • 3
  • 11
  • 32
2
votes
1 answer

Eclipse repeat the same message again and again on a twig file

I have installed Eclipse luna, and then php editor, symfony plugin and twig editor. Now Eclipse displays a message when I am working on twig file: The resource is not on the script path of a Script project. But it display not only one time, it…
2
votes
1 answer

Eclipse DLTK central database on server

We're using Eclipse (with PDT) for several projects. The main load seems to come from the DLTK indexing process, which is quite a lot resources per client. It would offload the clients a lot if a server could perform this indexing task (DLTK…
Robert de W
  • 316
  • 8
  • 24
2
votes
1 answer

RSpec can't find files when I run under Eclipse

When I run my rspec tests from the command line they work just fine. But when I try to run the same tests from within Eclipse (using DLTK) I get the following error: C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:45:in require':…
digitig
  • 1,989
  • 3
  • 25
  • 45
2
votes
0 answers

Why Eclipse (DLTK) show a lot of syntax errors in ruby files?

I've installed DLTK 2.0 on Eclipse Indigo running on Max OS X 10.7 I've added ruby 1.8.7 interpreter in eclipse preferences page for Ruby. But when I create a ruby project using source of existing rails project, a lot of syntax errors are reported…
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
1
vote
1 answer

How can I modify the .buildpath file in my Eclipse plugin?

I have written a plugin that uses PDT (and thus DLTK) to create a customized project. I now to need to add libraries to the buildpath of my custom project. I do have a plugin that contains these libraries and I've been struggling trying to figure…
Alex Dow
  • 588
  • 1
  • 4
  • 16
1
2 3