Search results for "module:Padre"

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::DB - An ORLite-based ORM Database API River stage two • 56 direct dependents • 56 total dependents

This module implements access to the database that Padre is using to store bits & pieces. It is using "ORLite" underneath, for an easy table scheme discovery at runtime. See below to learn about how to update the database scheme. Updating database sc...

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

Padre::Wx - Wx integration for Padre River stage two • 56 direct dependents • 56 total dependents

Support function library for Wx related things, and bootstrap logic for Wx integration. Isolates any Wx.pm twiddling away from the actual Padre implementation code. Load every exportable constant, so that they come into existence in the "Wx::" packag...

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

Padre::Help - Padre Help Provider API River stage two • 56 direct dependents • 56 total dependents

The "Padre::Help" class provides a base class, default implementation and API documentation for help provision support in Padre. In order to setup a help system for a document type called "XYZ" one has to do the following: Create a module called "Pad...

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

Padre::Task - Padre Task API 3.0 River stage two • 56 direct dependents • 56 total dependents

The Padre Task API implements support for background and parallel execution of code in the Padre IDE, and is based on the CPAN Process API. A Task Class is a class that completely encapsulates a single unit of work, describing not only the work to be...

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

Padre::Perl - A more nuanced "Where is Perl" module than Probe::Perl River stage two • 56 direct dependents • 56 total dependents

Even though it has only had a single release, Probe::Perl is the "best practice" method for finding the current Perl interpreter, so that we can make a system call to a new instance of the same Perl environment. However, during the development of Pad...

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

Padre::Sync - Utility functions for handling remote Configuration Syncing River stage two • 56 direct dependents • 56 total dependents

The "Padre::Sync" class contains logic for communicating with a remote Madre::Sync server. This class interacts with the Padre::Wx::Dialog::Sync class for user interface display....

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

Padre::MIME - Padre MIME Registry and Type Detection River stage two • 56 direct dependents • 56 total dependents

Padre::MIME is a light weight module for detecting the MIME type of files and the type registry acts as the basis for all other type-specific functionality in Padre. Because of the light weight it can be quickly and safely loaded in any background ta...

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

Padre::Util - Padre non-Wx Utility Functions River stage two • 56 direct dependents • 56 total dependents

The "Padre::Util" package is a internal storage area for miscellaneous functions that aren't really Padre-specific that we want to throw somewhere convenient so they won't clog up task-specific packages. All functions are exportable and documented fo...

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

Padre::File - Common API for file functions River stage two • 56 direct dependents • 56 total dependents

"Padre::File" provides a common API for file access within Padre. It covers all the differences with non-local files by mapping every function call to the currently used transport stream....

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

Padre::Delta - A very simple diff object that can be applied to editors fast River stage two • 56 direct dependents • 56 total dependents

As a refactoring IDE many different modules and tools may wish to calculate changes to a document in the background and then apply the changes in the foreground. Padre::Delta objects provide a mechanism for defining change to an editor, with the repr...

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

Padre::Cache - The Padre Temporary Data Cache API River stage two • 56 direct dependents • 56 total dependents

Padre::Cache implements a light memory only caching mechanism which is designed to support GUI objects that need to temporarily store state data. By providing this caching in a neutral location that is not directly bound to the user interface objects...

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

Padre::Logger - Compile-time logging library for Padre River stage two • 56 direct dependents • 56 total dependents

This is a logging utility class for Padre. It provides a basic set of simple functionality that allows for logging/debugging/tracing statements to be used in Padre that will compile out of the application when not in use....

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

Padre::Config - Configuration subsystem for Padre River stage two • 56 direct dependents • 56 total dependents

This module not only stores the complete Padre configuration, it also holds the functions for loading and saving the configuration. The Padre configuration lives in two places: a user-editable text file usually called config.yml an SQLite database wh...

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

Padre::Locker - The Padre Multi-Resource Lock Manager River stage two • 56 direct dependents • 56 total dependents

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

Padre::Plugin - Padre plug-in API 2.2 River stage two • 56 direct dependents • 56 total dependents

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

Padre::Search - The Padre Search API River stage two • 56 direct dependents • 56 total dependents

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

Padre::Locale - Locale support for Padre River stage two • 56 direct dependents • 56 total dependents

Padre::Locale is a utility library that implements locale and encoding support for the Padre editor, and serves as an integration point between the various identifier systems (Wx identifiers, ISO639, RFC3066, RFC4646) The module implements a collecti...

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

Padre::Current - A context object, for centralising the concept of what is "current" River stage two • 56 direct dependents • 56 total dependents

The "Padre::Current" detectes and returns whatever is current. Use it whenever you need to do something with anything which might get a focus or be selectable otherwise All methods could be called as functions, methods or class methods....

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

Padre::Desktop - Support library for Padre desktop integration River stage two • 56 direct dependents • 56 total dependents

This module provides a collection of functionality related to operating system integration. It is intended to serve as a repository for code relating to file extensions, desktop shortcuts, and so on. This module is intended to be loadable without hav...

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