erlide_eclipse icon indicating copy to clipboard operation
erlide_eclipse copied to clipboard

Eclipse IDE for Erlang

Results 90 erlide_eclipse issues
Sort by recently updated
recently updated
newest added

It would be nice if there was a way run to Common Tests for my project within the IDE. Ideally I would like something like we have with JUnit tests...

feature
important

it looks like once a color is set manually, it is handled as default value. Real reset can only be done by deleting the file with the preferences....

I couldn't find the way to generate documentation for function with nightly erlide. So I think erlide will be better if when we select a function then generate doc for...

feature
important

![image](https://f.cloud.github.com/assets/1792931/1867891/a187d214-785b-11e3-87e8-dff35d33475f.png) I can't get the detail of process, can you solve this?

enhancement

Is it possible to create and compile escripts within erlide? If not, is it something that erlide can have support for?

feature

When reading the wiki, there are lots of clicking around to various wiki pages, this makes it hard looking for something you know is there, but you can't remember which...

enhancement

I have cloned a git repo, using egit in eclipse. the repo is visible in the "Git Reopsitory Exploring perspective" ![image](https://f.cloud.github.com/assets/2085564/1601043/febc35c4-5380-11e3-9532-9bcd2eab36dd.png) - I right click on my repo -> Import...

For example when writing "f() ->" and then pressing ENTER key, the cursor goes to the next line with correct indentation automatically. Example: f() -> ok. But if I add...

bug

when I execute the following command: io:format("error ~p", []). in the eclipse console (with a erlang shell running), it does not print out any error message, why? If I execute...

bug