User Activity

  • Posted a comment on discussion Help on EPIC - Eclipse Perl Integration

    I suppose this could be achieved by using a wrapper script for the Perl interpreter (the "Perl executable" in EPIC Preferences). The wrapper could check the command line arguments (specifically for -c), set the enviornment variable if compilation is detected, and then invoke the real Perl interpreter.

  • Posted a comment on discussion Help on EPIC - Eclipse Perl Integration

    There is no option to avoid running BEGIN blocks. Running these blocks is generally essential for "syntax checking" (actually: reporting compilation errors) to be accurate. If you wish to avoid running certain parts of code in BEGIN block, perhaps you can work around by defining some environment variable (only at actual execution time of the script) and checking for it in inside of the (always executed) BEGIN block.

  • Posted a comment on ticket #721 on EPIC - Eclipse Perl Integration

    Thanks for the suggestion, but there is very little (almost no) development going on in this project. Also, I do not like "organizations" (but you are of course free to fork and join the organization then).

  • Modified ticket #720 on EPIC - Eclipse Perl Integration

    External content assistant

  • Posted a comment on ticket #720 on EPIC - Eclipse Perl Integration

    A prototype implementation is now included in testing 0.7.9. See description in User's Guide and https://github.com/jploski/epic-ide/blob/testing/org.epic.perleditor/src/org/epic/perleditor/editors/util/ExternalAutoComplete.java

  • Created ticket #720 on EPIC - Eclipse Perl Integration

    External content assistant

  • Posted a comment on ticket #719 on EPIC - Eclipse Perl Integration

    Do you experience the "breakpoints ignored" issue in "Hello world" or in some more complex situation. The "breakpoint ignored" issue usually comes down to paths of files as expected by EPIC (and as set up for breakpoints when perl -d is launched) and the paths of files as reported by "perl -d" not matching (despite normalization attempts). How Perl reports appears seems to depend on how the modules are included (e.g. use/require with absolute/relative paths or using @INC with module names). You can...

  • Posted a comment on ticket #719 on EPIC - Eclipse Perl Integration

    You can work around this issue by introducing a custom perl5db.pl which overrides the PERLDB_OPTS environment variable passed down from EPIC (e.g. replacing the ip address by 127.0.0.1). Whenever you start EPIC in debug mode, it copies the perl5db.pl file from your local Perl installation, patches it up and copies the resulting file to $ECLIPSE_WORKSPACE/.metadata/.plugins/org.epic.debug/perl5db.pl. This version is then normally used to run the debugger. But if you copy this patched up perl5db.pl...

View All

Personal Data

Username:
jploski
Joined:
2000-10-08 13:03:34

Projects

This is a list of open source software projects that Jan Ploski is associated with:

Personal Tools