-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win10 / Strawberry Perl / help system, debugging #43
Comments
Padre has not seen any development for several years now, but some of the libraries underneath changes. So it is quite likely that many things will break. It needs some investment to make it work again. I just recently checked it on Linux, but I won't have much time to invest in it. So no, probably you are not missing any fundamental, just need to adjust the expectations :-( |
Hello,
it helped me this workaround - add this line in file
C:\Strawberry\perl\site\bin\padre :
Padre->import(':everything');
before
my $ide = Padre->new(
files => \@argv,
session => $SESSION,
actionqueue => $ACTIONS,
startup_locale => $LOCALE,
) or die 'Failed to create Padre instance';
This import is used in condition:
Padre->import(':everything') if $PRELOAD;
Br
Artur Kudelka
út 23. 2. 2021 v 9:49 odesílatel Blobbel <[email protected]> napsal:
… It was a bit complicated to install on Windows 10 but this was a big help:
https://paulshipley.id.au/blog/coding-tips/ide-for-strawberry-perl-for-windows/
However, to start with, many things including the help system (using F2)
does not seem to work, it lists a lot of help topcis but they all show "No
Help found". Also.. the debugger only has a "quit" button. It seems to be
working by entering eg. an 's' command in that "Raw command" box
Before considering Padre under Win10 as still very difficult, I have to
ask, is there something fundamental am I missing?
Cheers,
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUBI4HJ5SRQFZJUA4BUITTANT3NANCNFSM4YCCFS3Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was a bit complicated to install on Windows 10 but this was a big help:
https://paulshipley.id.au/blog/coding-tips/ide-for-strawberry-perl-for-windows/
However, to start with, many things including the help system (using F2) does not seem to work, it lists a lot of help topcis but they all show "No Help found". Also.. the debugger only has a "quit" button. It seems to be working by entering eg. an 's' command in that "Raw command" box
Before considering Padre under Win10 as still very difficult, I have to ask, is there something fundamental am I missing?
Cheers,
The text was updated successfully, but these errors were encountered: