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

When trying to build, I get this error: 21:28:02,371 F: (InternalBuilder.java:203) : Will compile 1 resource(s) 21:28:02,371 F: (BackendFactory.java:47) : Create build backend 20 21:28:02,372 F: (BackendFactory.java:54) : Create backend...

Some OTP apps (inets, diameter, snmp, wx) have a non-standard structure and the source code isn't found by erlide. We can't search 'src' recursively because users have projects where the...

enhancement

I am running eclipse oxygen on current mac os. [geib_20170918_095124.txt](https://github.com/erlang/erlide_eclipse/files/1311280/geib_20170918_095124.txt)

Certain type specifications cause the 'function callgraph' utility to malfunction. The attached foo.erl module is a simple example. [foo.erl.txt](https://github.com/erlang/erlide_eclipse/files/887957/foo.erl.txt) When clicking CodeInspection->GenerateFunctionCallgraph there is a pop-up saying "Internal error occured....

-spec init(Args :: term()) -> Result when Result :: {ok, {SupervisionPolicy, [ChildSpec]}} | ignore, SupervisionPolicy :: {RestartStrategy, MaxR :: non_neg_integer(), MaxT :: pos_integer()}, RestartStrategy :: one_for_all | one_for_one | rest_for_one...

It can happen that one gets an error saying "could not start runtime", and when choosing in the dialog the only available runtime, it works fine. We could try automatically...

enhancement
important

I have created a erlang project on eclipse IDE with ejabberd source code in it.I was trying to run the ejabberd_app module from eclipse console with the call ejabberd_app:start(normal,[]).But I...

I was studying the source code of ejabberd on eclipse. i figured out that each of my .erl files present the src folder of the project with a include statement...

When my .erl file changes on disk (i.e. from an external SCM update), erlide reloads the changes to the file, but then 'mark occurrences' gets skewed. To clean this up,...

It would be nice if syntax colouring for atoms was different, and customisable. At present it is the same as module's colouring. However, intellij offers better syntax highlighting in this...