erlide_eclipse
erlide_eclipse copied to clipboard
Eclipse IDE for Erlang
currently, a dumb search is done in the file...
When rebar is supported, one should be able to even build releases, etc
I can launch cover from the console after adding it to the launch config in the start > module section, but when I start an Erlang cover configuration, this is...
The erlang preprocessor supports using environment variables in e.g. the "include" directive: ``` erlang -include("$PROJ_ROOT/my_records.hrl") ``` Currently, there is no way of specifying these in the project settings. I know,...
can we implement some simple refactorings without wrangler? - rename (local, at least) - extract variable - extract function
Hi, I add a new folder in my project, then I want to to add the directory into the 'Source Directories' Configuration(Project -> Properties -> Erlang), I have to do...
Recent Erlang releases print stacktraces in a nicer format in th eshell, but if the stacktrace is retrieved from code it still is difficult to read. We can provide a...
Would it be possible to allow setting some of the argument when building the documentation from Eclipse so you can specify things like including todo, private, etc. I use erl...
When I try to export my project in eDoc an empty documentation is generated. My code has comments following the eDoc spec. Steps: From menu select "File" Select "Export" Under...