Questions tagged [epic]

EPIC - Eclipse Perl Plugin (IDE)

EPIC - Perl Editor and IDE for Eclipse

EPIC is an open source Perl IDE (including editor and debugger) based on the Eclipse platform, compatible with Windows, Linux and Mac OS X. Whether you are into CGI scripting or full-fledged Perl projects with hundreds of modules, EPIC is the most feature-rich and extensible free Perl IDE available today, thanks to a seamless integration with all the major features and GUI conventions of Eclipse. (Homepage)

119 questions
3
votes
2 answers

Perl syntax is not highlighted

I have Eclipse SDK Version: 3.5.2 with EPIC 0.5.46 installed on Ubuntu Linux. I was writing some Perl code which I could run/debug correctly. The syntax was always highlighted. recently I had to add one *.pl file to my project and debug it. However,…
Eugene S
  • 6,709
  • 8
  • 57
  • 91
2
votes
1 answer

Eclipse EPIC Plug-in and auto-completion/content assist on passed complex objects?

SO community, Is there a best practice coding standard on how to consistently get the auto-completion / content assist working on methods of a Perl Module when passed into a method. For example: sub main { my $moduleObject =…
tomypro
  • 77
  • 1
  • 8
2
votes
1 answer

Is it possible to retrieve players on server from Epic Games SDK?

Is it possible to retrieve players on a specific server? Such as steam has A2S. where it returns names, playtime and so on: [04:16:19] - - [03:33:14] 2796926287 …
Gromis
  • 127
  • 1
  • 20
2
votes
1 answer

Perl EPIC in eclipse: How do I get rid of this Ant Build dialog when trying to run a Perl script?

I have installed Perl EPIC in eclipse Oxygen. Every time I try to Run or Debug a Perl script it keeps throwing up this annoying dialog: I have previously been able debug/run Perl scripts straight from eclipse before without this, even stepping…
skeetastax
  • 1,016
  • 8
  • 18
2
votes
0 answers

EPIC (Eclipse Perl) occurrence color poor visibility

I came to like eclipse as perl ide the last weeks. But the occurrence-highlighting of the perl/EPIC plugin is bugging me, because I can't change the color or don't know how (and didn't found a solution anywhere). I can't see a "color" option in the…
MacMartin
  • 2,366
  • 1
  • 24
  • 27
2
votes
0 answers

Unable to switch to PERL perspective in Eclipse Neon 4.6.1 on Windows 10 with EPIC 0.7.2

I am trying to use Eclipse IDE (Eclipse Neon 4.6.1 on Windows 10) to codding with PERL. But unable to switch perspective to Perl by reason of there is no Perl link in "Open Perspective" window: I installed EPIC. This screenshot tell us is that EPIC…
Space Rabbit
  • 141
  • 2
  • 11
2
votes
1 answer

Unable to set breakpoints in EPIC (Eclipse)

I have installed Epic and Eclipse (I have never used them before). Whenever I try to set a breakpoint, I always get this error: "An internal error occurred during: "Toggle Line Breakpoint (epic)"(Exception: java.lang.NullPointerException)" I have…
Maurizio
  • 139
  • 10
2
votes
0 answers

EPIC debugging freezes when running threaded code

My epic debugger seems to reliable freeze every time I try to debug code I inherited. In fact all of eclipse will freeze until I kill Perl. I'm trying to determine where to look for the failure and how to minimize or remove it, but the fact that…
dsollen
  • 6,046
  • 6
  • 43
  • 84
2
votes
2 answers

Epic ( Eclipse ) Perl not working

I have installed Epic in my Eclipse to run perl scripts. Unfortunately, iam getting the below error while trying to run the script. Failed to execute command line: "perl" "-v" Cannot run program "perl" (in directory "."): CreateProcess error=2, The…
Venkatesh
  • 303
  • 1
  • 10
  • 22
2
votes
1 answer

Changing Code At Runtime While Debugging

I am using Eclipse Kepler Service Release 2 , EPIC 0.5.46 and Strawberry Perl 5 version 18 for perl programming. For debugging I am using Eclipse debugger and PadWalker . I have an interactive perl program that writes to files based on answers…
Chiseled
  • 2,280
  • 8
  • 33
  • 59
2
votes
1 answer

Eclipse Perl Debugging - Conditional Breakpoints?

Does the perl debugger for Ecipse, EPIC, support conditional breakpoints yet? If so could someone tell me how to add one as all the documentation I've read says nothing about conditional breakpoints in perl. I see them for the Java debugger but not…
cycloxr
  • 387
  • 1
  • 2
  • 15
2
votes
1 answer

Eclipse EPIC Import Errors

I am fairly new at perl development. I thought before i dive into coding let me setup my IDE. I downloaded Eclipse Kepler Service Release 2 , EPIC 0.5.46 and Strawberry Perl 5 version 18. I imported an existing sample project into my workspace. The…
Chiseled
  • 2,280
  • 8
  • 33
  • 59
2
votes
1 answer

Eclipse: Perl EPIC debug & release mode execution mismatch

I am noticing an execution mismatch of Perl in Eclipse EPIC plugin. Specifications: Perl version: (v5.12.4) built for MSWin32-x86-multi-thread Eclipse version: Indigo Service Release 2 EPIC version: 0.6.53 Consider the files & source codes below:…
InnovWelt
  • 660
  • 1
  • 8
  • 21
2
votes
2 answers

How do I get Perl::Critic to work with E.P.I.C and eclipse?

I'm running eclipse Galileo with EPIC 0.5.46 and ActiveState ActivePerl 5.10.0, on WinXP SP3. I just downloaded Perl::Critic using the package manager, and integrated it to eclipse using the appropriate Properties page. I can run Perl::Critic just…
O. Jones
  • 103,626
  • 17
  • 118
  • 172
2
votes
1 answer

How to activate features of EPIC Perl plugin for Eclipse

I just downloaded the EPIC Perl plugin for Eclipse and then opened a Perl script (.pl) contained within an existing C++ project. The editor does not have syntax highlighting or any of the other promised features of EPIC. The only thing that has…
jfritz42
  • 5,913
  • 5
  • 50
  • 66