fowlay
fowlay
I am running Eclipse IDE for Java Developers 4.23, and then I have installed Erlang language tools IDE 0.60.4.v20210610-1117. Maybe these software versions don't play well together. If I create...
According to the erlide.org page, the latest version of the "Eclipse" part of erlide is 0.60.3. I currently have 0.56.0 installed. I have https://download.erlide.org/update configured as one of my software...
According to https://www.erlang.org/doc/reference_manual/data_types.html#number numbers can have underscores inserted for readability. Erlide flags this as a syntax error however.
The erlang:atom_to_binary/1 function is auto-imported, but erlide flags it as "undefined function" if the erlang: qualification is omitted.
When hovering with the cursor over a function invocation I should get a pop-up that shows the EDoc or header comment of the function. This feature does not work in...
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....
Currently, default_formatter formats this code… ```erlang [A|B] = [X||X
I am having a problem when trying to install erlide from https://erlide.org/update - JDK version: openjdk version "11.0.1" 2018-10-16 Eclipse version: 2.3.1300.v20230302-0300 What I get is this, Unable to read...
Hi, I just want to mention that I have created a Gentoo Linux "ebuild" for sidewinderd. An ebuild is a build-from-source-and-install recipe for the Gentoo package manager, so installing sidewinderd...
Two simple modules are attached: f3 and f3lib. Change the filenames to f3.erl and f3lib.erl, and add them to an Erlang project. View the f3 module in Eclipse with Erlide....