Share

EPIC - Eclipse Perl Integration

Code

Programming Languages: Perl, Java

License: Common Public License 1.0

Repositories

browse code, statistics, last commit on 2009-08-26 cvs -d:pserver:anonymous@e-p-i-c.cvs.sourceforge.net:/cvsroot/e-p-i-c login

cvs -z3 -d:pserver:anonymous@e-p-i-c.cvs.sourceforge.net:/cvsroot/e-p-i-c co -P modulename

Show:

What's happening?

  • Comment: installation fails on ubuntu 9.10 eclipse 3.5.1

    "it" means Eclipse and in Ecplise by installing new Software from here: http://e-p-i-c.sf.net/updates/testing.

    2010-01-04 14:09:06 UTC by krugmich

  • Comment: installation fails on ubuntu 9.10 eclipse 3.5.1

    I had the same problem and environment and solved it be reinstalling it via Synaptic instead of the softwarecenter. Just install the plain IDE (eclipse 3.5.1). Either the package set is different or the Epic-People fixed the Problem without mentioning. Happy new year.

    2010-01-04 14:06:20 UTC by krugmich

  • Comment: perl5db.pl did not return a true value

    It happens to me too. Only recent I found that the problem is that I installed PadWalker from CPAN. After reinstalled ActivePerl and then PadWalker: ppm install http://www.bribes.org/perl/ppm/PadWalker.ppd , everything works just fine. Still I don't know whether it's a EPIC bug or PadWalker bug.

    2009-12-30 10:02:30 UTC by zaneuji

  • Followup: RE: shift+tab not working in perl editor?

    I just checked that it works for me with the following configuration (in Preferences > Perl EPIC > Editor): - Displayed tab width: 4 - Insert tabs/spaces on indent: 4 - Use spaces instead of tabs The version of EPIC is 0.6.35. It works when the block to be unindented contains 4 spaces as indent in all lines. It also works when it contains tabs as indent in all lines. It does *not* work...

    2009-12-25 16:09:48 UTC by jploski

  • Followup: RE: shift+tab not working in perl editor?

    I encountered this exact same problem. I just downloaded EPIC last night for the first time ever (great plugin btw) but I can't un-indent using shift-tab. I can't figure out how to get it to work, I've tried everything. For Java programs it works fine. When I look at the whitespace characters, I see spaces-only. I tried changing it to using tabs but that doesn't seem to work, although...

    2009-12-24 17:51:06 UTC by https://www.google.com/accounts

  • Followup: RE: Moose and MooseX::Declare syntax and outline

    First, get EPIC into compilable/debbugable state, as explained on http://www.epic-ide.org/devguide.php Then, you should have a look at PerlLexerBase.java (keyword sets are easy to modify there). As for the outline, this is more difficult. You'd likely have to tweak the grammar files (*.g) as well as SourceFile.java and PerlOutlineContentProvider.java. At present EPIC is not very...

    2009-12-23 21:30:21 UTC by jploski

  • Followup: RE: shift+tab not working in perl editor?

    I think it works, but it might have some trouble in cases where tab characters and spaces are mixed within the block to be unindented. Or perhaps it depends on the indentation settings (whether to use space or tab, and how many spaces). In any case, do upgrade to the latest version of 'testing' before experimenting.

    2009-12-23 21:20:04 UTC by jploski

  • shift+tab not working in perl editor?

    Hi It seems perl editor does not handle shift+tab (unindent operation). Is there any way to overcome this?.

    2009-12-23 11:09:12 UTC by piotr_dobrogost

  • Moose and MooseX::Declare syntax and outline

    I'm wondering how one might go about adding support for Moose and in particular MooseX::Declare so that **class**es and **method**s could be viewed in the **outline**, and the Moose family of **keywords** be **syntax highlighted**.

    2009-12-22 14:27:17 UTC by mxhunter

  • Refactor Extract Subroutine IncorrectlAdds $_ as a parameter

    Performing extract method on this code: foreach my $file (@$Files) { open( FILE, "

    2009-12-21 16:19:12 UTC by jaxelrod