Message from discussion
[ANN] SublimErl v0.2 - with code completion
Received: by 10.204.143.145 with SMTP id v17mr1499880bku.7.1339953542537;
Sun, 17 Jun 2012 10:19:02 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.129.208 with SMTP id p16ls2773924bks.7.gmail; Sun, 17 Jun
2012 10:19:02 -0700 (PDT)
Received: by 10.205.134.138 with SMTP id ic10mr1501296bkc.8.1339953542269;
Sun, 17 Jun 2012 10:19:02 -0700 (PDT)
Received: by 10.205.134.138 with SMTP id ic10mr1501295bkc.8.1339953542255;
Sun, 17 Jun 2012 10:19:02 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id ig3si12421306bkc.3.2012.06.17.10.19.02;
Sun, 17 Jun 2012 10:19:02 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id AB0D05C0EE;
Sun, 17 Jun 2012 19:18:55 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com
[209.85.215.53])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 7D2385C006
for <erlang-questi...@erlang.org>; Sun, 17 Jun 2012 19:18:53 +0200 (CEST)
Received: by lagu2 with SMTP id u2so3155671lag.40
for <erlang-questi...@erlang.org>; Sun, 17 Jun 2012 10:18:53 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:cc:content-type:content-transfer-encoding;
bh=uqEWrieL6PdLSo9rQjeeI+VDG6gnJ3bILe1hNl7tsJU=;
b=q9/ES5+o9ugoj2kSlCNY1lj3Q6QMFw3+/bdg8Te6PoRGF5P21xhlIui0dfOpRQ7uqN
/pgTK88l1TCq5COIayE00c+1puI3O4Vyjm5OJPyxOE14mz/xgje99w/353NLT1xqVO4D
PJ5oSGzpu3k/TZ+SCEQ2h0x7VCY59UTfJMBvYtSRaOU4Ea4M/uHf8PmWEr1ycfbsRCI6
7iQi9FBQ219NXcc+7pTqyJCirfVdl6J5hxvJ+BJLXh4Pum3yqaqI7pIQbhAJ5/7dGOiQ
MiLhULVvmefo7B30XWInzM8AogJRfvx6ki7IIz5p+pJVniWkJO4Vvy5flAt1CUeJTvr1
3KgQ==
MIME-Version: 1.0
Received: by 10.152.122.116 with SMTP id lr20mr11630063lab.42.1339953533104;
Sun, 17 Jun 2012 10:18:53 -0700 (PDT)
Received: by 10.112.113.230 with HTTP; Sun, 17 Jun 2012 10:18:53 -0700 (PDT)
In-Reply-To: <CAM5fRyq=vA3OTsEGyGoNP2Ym1FusjEEcgDN+T_NfJz5rMT4...@mail.gmail.com>
References: <CAM5fRyq=vA3OTsEGyGoNP2Ym1FusjEEcgDN+T_NfJz5rMT4...@mail.gmail.com>
Date: Sun, 17 Jun 2012 19:18:53 +0200
Message-ID: <CA+smePL-Bwckk3ZXE_E=Fz-CsJoE595NY5BmDiTuzfv0Ho=...@mail.gmail.com>
From: Alex Shneyderman <a.shneyder...@gmail.com>
To: Roberto Ostinelli <robe...@widetag.com>
Cc: Erlang <erlang-questi...@erlang.org>
Subject: Re: [erlang-questions] [ANN] SublimErl v0.2 - with code completion
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
Somehow, it complains about tests failures. Is there a log some place
to see what the plugin does not like. I provided all the executable
paths, still no success. If run rebar eunit from the command line all
works as expected. How does one troubleshoot this?
Cheers,
Alex.
On Sat, Jun 16, 2012 at 11:48 PM, Roberto Ostinelli <robe...@widetag.com> w=
rote:
> Dear all,
>
> SublimErl, the Sublime Text 2 editor Erlang plugin, now supports
> code=A0completion which includes parameter names.
>
> An animated GIF showing how it works can be seen here:
> http://www.ostinelli.net/_out_images/code_completion_full.gif
>
> It has now better support for testing [screenshot]:
> http://www.ostinelli.net/_out_images/running_test.jpeg
>
> SublimErl can be found in Github here:
> https://github.com/ostinelli/SublimErl
>
> As usual, comments / criticism / feedback welcome.
>
> r.
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
>
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions