erlide_eclipse
erlide_eclipse copied to clipboard
Eclipse IDE for Erlang
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...
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...
 I can't get the detail of process, can you solve this?
Is it possible to create and compile escripts within erlide? If not, is it something that erlide can have support for?
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...
I have cloned a git repo, using egit in eclipse. the repo is visible in the "Git Reopsitory Exploring perspective"  - 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...
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...