Main > Programming > Libraries >

Prima::Edit 1.20

Prima::Edit 1.20

Sponsored Links

Prima::Edit 1.20 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 1.4 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1158
Date added: 2006-08-29
Publisher: Dmitry Karasik

Prima::Edit 1.20 description

Prima::Edit is a Perl module for standard text editing widget.

SYNOPSIS

use Prima::Edit;
my $e = Prima::Edit-> create(
text => Hello $world,
syntaxHilite => 1,
);
$e-> selection( 1, 1, 1, 2);

The class provides text editing capabilities, three types of selection, text wrapping, syntax highlighting, auto indenting, undo and redo function, search and replace methods.
The module declares bt:: package, that contains integer constants for selection block type, used by blockType property.

USAGE

The class addresses the text space by (X,Y)-coordinates, where X is character offset and Y is line number. The addressing can be physical and logical, - in logical case Y is number of line of text. The difference can be observed if wordWrap property is set to 1, when a single text string can be shown as several sub-strings, called chunks.

The text is stored line-wise in {lines} array; to access it use get_line method. To access the text chunk-wise, use get_chunk method.

All keyboard events, except the character input and tab key handling, are processed by the accelerator table ( see Prima::Menu ). The default accelItems table defines names, keyboard combinations, and the corresponding actions to the class functions. The class does not provide functionality to change these mappings. To do so, consult "Prima::AccelTable" in Prima::Menu.

Prima::Edit 1.20 Screenshot

Advertisements

Prima::Edit 1.20 Keywords

Bookmark Prima::Edit 1.20

Hyperlink code:
Link for forum:

Prima::Edit 1.20 Copyright

WareSeeker periodically updates pricing and software information of Prima::Edit 1.20 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Prima::Edit 1.20 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Prima::Lists is a Perl module for user-selectable item list widgets. Free Download
Prima::PodView is Perl module for POD browser widget. Free Download
Prima::Printer is a system printing services. Free Download
Prima::Grids is a Perl module that contains grid widgets. Free Download
Prima::Utils are miscellanneous routines. Free Download
Prima::Buttons is a button widgets and grouping widgets. Free Download
Roman is a Perl module for conversion between Roman and Arabic numerals. Free Download
Prima::Application is root of widget objects hierarchy. Free Download