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
1
vote
1 answer

How to change the version of perl in Eclipse

I am using Eclipse Neon 4.6.1 with EPIC plugin 0.7.2 for perl. I am trying to change the version of the perl used by Eclipse but can't quite figure out how to change it and how to check it's changed. I am using OS X and perl 5.24.0 is…
dorachan2010
  • 981
  • 3
  • 12
  • 21
1
vote
0 answers

Extract both issue and epic fields in Jira JQL

I would like to get the following data from Jira: Issue ID, Issue Summary, FixVersion (from Epic), FixVersion (from Issue). Any suggestions are appreciated although I would love to not use commercial plugins. Thanks Matej
Harnod
  • 69
  • 7
1
vote
0 answers

Connect Epic medical system from mobile app

Recently I read Open Epic API.We have a mobile App that just keep users and their family's health records. Now some of our clients need to share this data to their Epic EHR .I think it is possible to use Epic web services to insert a user records to…
vks
  • 6,649
  • 7
  • 36
  • 55
1
vote
1 answer

Perl script not working through EPIC plug in in Eclipse

I have the below Perl script in my eclipse: #!/usr/bin/perl use Selenium::Remote::Driver; print "Hello, World!\n"; my $name = "king"; print "Hello, $name!\n"; my $driver = new Selenium::Remote::Driver('browser_name' => 'firefox'); …
prasannajit
  • 799
  • 2
  • 6
  • 7
1
vote
1 answer

Dancer2 eclipse integration?

I want to use dancer2 from eclipse? I have done Dynamic web projects on Java where all the directory structures are itself generated by eclipse.I searched google couldn't find any documentation. If I want these If I say new project then it…
Arunesh Singh
  • 3,489
  • 18
  • 26
1
vote
0 answers

How do I resolve a "No repository found" error when attempting to install E-P-I-C?

I have a VM running Ubuntu 14 and I downloaded Version: Luna Service Release 2 (4.4.2). I am running eclipse as root from my /opt/eclipse folder. After adding the install url http://e-p-i-c.sf.net/updates then during the installation of…
pitchblack408
  • 2,913
  • 4
  • 36
  • 54
1
vote
1 answer

Eclipse Kepler: Perl EPIC debugger ignores some breakpoints in some packages

I've successfully used Perl EPIC's debugger with Eclipse 3.7 before, but upgraded to Eclipse Kepler some months ago and didn't need to debug any Perl since then, until today. And today EPIC is ignoring some of my breakpoints with the following…
Thorsten Schöning
  • 3,501
  • 2
  • 25
  • 46
1
vote
2 answers

"EPIC requires a Perl interpreter" in Eclipse Kepler

I have installed Eclipse Kepler and EPIC, the Java Development Kit, and ActivePerl. When I create a Perl script and try to run it as Perl local I get the error To operate correctly, EPIC requires a Perl interpreter I don't understand why that is.…
Sammy
  • 26
  • 1
  • 7
1
vote
3 answers

Running a perl program under a debugger until some condition is met

I am using perl debugger in Eclipse (via EPIC plugin). Is there any feature to automate the steps until an event occurs. For example can I make it run until $args->{some_arg} is set? If not, what is the best known workaround? This feature or…
1
vote
1 answer

Can't see internal variable in epic - eclipse

I have installed epic in eclipse for debugging perl. at first I couldn't see any variable while debugging. I found that I need to install PadWalker. That partially solved the problem because I could see all variable BUT I was missing Internal…
yehudahs
  • 2,488
  • 8
  • 34
  • 54
1
vote
0 answers

Configure Eclipse to run perl on linux

i'm kinda all-eclipse so i'm trying to use Eclipse to execute perl scripts. On Windows i was able to configure everyting fine within a minute, so i had hole perl in one tool (Eclipse). How to configure External tool within Eclipse to run perl…
Dáve
  • 161
  • 1
  • 12
1
vote
3 answers

Perl: How to break on write-to-variable in Eclipse

I have a script that is writing entries into a hash. However, at a certain point entries exist in the hash that I think should not. So, obviously I've cocked it up somewhere, but there is only one place where I think I add elements in to the hash…
Jimbo
  • 4,352
  • 3
  • 27
  • 44
1
vote
2 answers

How can I make eclipse perl project use a specific perl version?

I have mounts of a remote source code repos in Linux servers. I use Eclipse Epic and I have made links to the scripts there with the help of the answer of this post. My problem is the following: The project in the remote repository uses a specific…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
1
vote
0 answers

Can eclipse auto-detect proxy settings?Or can at least create my own local plugin from the update site?

I have a linux machine inside a "closed" network. I.e. no access to the internet. I have a mac machine that can access the internet. I installed eclipse in both. I need to install a plugin in eclipse specifically EPIC for Perl development. The site…
Jim
  • 18,826
  • 34
  • 135
  • 254
1
vote
2 answers

Why does my Perl unit test fail in EPIC but work in the debugger?

Has anyone ever experienced a unit test that fails and when they tried to debug it to find out where the failure was occurring, the unit test succeeds when running the code in the debugger? I'm using Eclipse 3.5.1 with EPIC 0.6.35 and ActiveState…
Kurt W. Leucht
  • 4,725
  • 8
  • 33
  • 45