erlide_eclipse
erlide_eclipse copied to clipboard
Eclipse IDE for Erlang
We have a very large erlang project, in the following structure: -- top -----folderA ----------app1 ---------------src, ebin, include, test, ... ----------app2 ---------------src, ebin, include, test, ... ----------appX ---------------src, ebin, include,...
I use the File->Import... functionality to import a bunch of existing erlang projects (107 to be exact) into my workspace: . After I import them, I make sure the "Refresh"...
Working on some application development (VERY inexperienced with this) that will involve ports (C application interaction). The example I've played with I got from the example I found here: http://www.kazmier.com/computer/port-howto/...
Trying to do Erlang development with the RabbitMQ Erlang Client. To do that requires including header files: -include("amqp_client.hrl"). (http://www.rabbitmq.com/erlang-client-user-guide.html#headers) and, of course, THAT file contains some include_lib statements: -include_lib("rabbit_common/include/rabbit.hrl"). -include_lib("rabbit_common/include/rabbit_framing.hrl")....
Hi, thank you for the great work everybody! From what I understand -spec and -type are preferred to @spec and @type, so I'd like to use -spec as part of...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
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...
I downloaded the Eclipse Version: 2022-09 (4.25.0) and installed the Erlang plugins from [https://download.erlide.org/update/](url) but I am not able to even open Erlang project. I get this error as soon...
I can't install Erlide despite trying everything @vladdu
Currently, https://erlide.org/update becomes a 404 page. What happened?