-
"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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
Performing extract method on this code:
foreach my $file (@$Files) {
open( FILE, "
2009-12-21 16:19:12 UTC by jaxelrod