The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Padre SMUELLER"

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::PPI - Generic PPI background processing task River stage two • 56 direct dependents • 56 total dependents

This is a base class for all tasks that need to do expensive calculations using PPI. The class will setup a PPI::Document object from a given piece of code and then call the "process_ppi" method on the task object and pass the PPI::Document as first ...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::LWP - Generic HTTP client background processing task River stage two • 56 direct dependents • 56 total dependents

Sending and receiving data via HTTP....

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::FindUnmatchedBrace - PPI based unmatched brace finder River stage two • 56 direct dependents • 56 total dependents

Finds the location of unmatched braces in a "Padre::Document::Perl". If there is no unmatched brace, a message box tells the user about that glorious fact. If there is one, the cursor will jump to it....

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::LexicalReplaceVariable - Lexically variable replace using PPI River stage two • 56 direct dependents • 56 total dependents

Given a location in the document (line/column), determines the name of the variable at this position, finds where the variable was defined, and lexically replaces all occurrences with another variable. The replacement can either be provided explicitl...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::FindVariableDeclaration - Finds where a variable was declared using PPI River stage two • 56 direct dependents • 56 total dependents

Finds out where a variable has been declared. If unsuccessful, a message box tells the user about that glorious fact. If a declaration is found, the cursor will jump to it....

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC

Padre::Task::IntroduceTemporaryVariable - Introduces a temporary variable using PPI River stage two • 56 direct dependents • 56 total dependents

Given a region of code within a statement, replaces that code with a temporary variable. Declares and initializes the temporary variable right above the statement that included the selected expression. Usually, you simply set "start_position" to what...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC
7 results (0.06 seconds)