-
Hi Jploski
I've been a subscriber to the EPIC mailing list for a few years, and I've seen you tirelessly and patiently answer questions, implement bug-fixes and respond to complaints with a degree of politeness that the original post often didn't deserve.
From using plugins for other languages in Eclipse, I've realised that EPIC does a damn good job, a better job than most plugins.
I...
2009-10-03 11:40:51 UTC in EPIC - Eclipse Perl Integration
-
There is no problem with EPIC. It is correctly showing a compile error at the the line that has a compile error, which should read:
$string =~ s/perl/mds/;
This list is for problems with EPIC itself, not for learning Perl.
You may like to visit http://www.perlmonks.org - it's a great community for learning Perl.
clint.
2009-07-14 07:11:37 UTC in EPIC - Eclipse Perl Integration
-
Just though that I'd let those of you that use Mylyn (http://www.eclipse.org/mylyn/ ) know that Mylyn's task-focus now works with EPIC again.
To explain:
- you 'activate' a bug (eg from bugzilla, but displayed by Mylyn in Eclipse)
- as you open new files, it marks them as 'interesting',
- when you work in 'task-focus' mode, you see just the interesting files, rather than everything in...
2009-06-02 15:17:11 UTC in EPIC - Eclipse Perl Integration
-
v 0.6.35 jploski++
many thanks!
clint.
2009-05-22 08:32:23 UTC in EPIC - Eclipse Perl Integration
-
I have the same issue - happens when you add an extra closing brace by mistake, which with auto-complete, is quite common.
The only way I've found to reset it is to close and reopen the file.
Clint.
2009-05-21 18:22:48 UTC in EPIC - Eclipse Perl Integration
-
Hiya
Whenever I use the EPIC Source Formatter, it formats the whole file correctly, bar wherever my cursor is at the time. Generally, it swallows any blank lines, but it can also change the indentation of (eg) param lists.
If I move my cursor and repeat, it formats the previous cursor position correctly, and the new position incorrectly again.
Any ideas?
I've got Perl::Tidy v...
2009-01-23 15:14:33 UTC in EPIC - Eclipse Perl Integration
-
Hiya
I searched for mylyn, but didn't find your bug. Mine doesn't appear to be a dup though as we're asking for something different.
> You can add files by marking them as landmark - also useful I find to
> check the option in mylyn that keeps context over many sessions.
I think this must have changed with the Ganymede release - marking as landmark no longer causes the files to appear...
2008-07-11 11:31:05 UTC in EPIC - Eclipse Perl Integration
-
Currently, the Navigator doesn't show up the 'interesting files' when the Mylyn focused UI is active, presumably because EPIC doesn't talk to Mylyn.
It would be fantastic to have at least this basic integration added to EPIC.
2008-07-10 10:00:36 UTC in EPIC - Eclipse Perl Integration
-
Version 3.0.8 works for me.
2008-05-10 12:40:21 UTC in TinyMCE
-
It may be that I'm missing something, but I think that the code you use
to size the TinyMCE editor is incorrect.
it is using clientWidth instead of offsetWidth. This ignores the border
width and padding.
So for instance, this style doesn't work:
textarea, input { padding : 3px; width 25em;}
Also, what's even worse is if the original textarea has a scroll bar,
then it ignores...
2008-04-05 13:23:02 UTC in TinyMCE