Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.221.195 Times

Curses::UI::TextEditor 0.95

  Date Added: September 08, 2010  |  Visits: 1.084

Curses::UI::TextEditor

Report Broken Link
Printer Friendly Version


Product Homepage
Download (112 downloads)



Curses::UI::TextEditor module can create and manipulate texteditor widgets. CLASS HIERARCHY Curses::UI::Widget Curses::UI::Searchable | +----Curses::UI::TextEditor SYNOPSIS use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add(window_id, Window); my $editor = $win->add( myeditor, TextEditor, -vscrollbar => 1, -wrapping => 1, ); $editor->focus(); my $text = $editor->get(); Curses::UI::TextEditor is a widget that can be used to create a couple of different kinds of texteditors. These are: multi-line texteditor This is a multi-line text editor with features like word-wrapping, maximum textlength and undo. single-line texteditor The texteditor can be created as a single-line editor. Most of the features of the default texteditor will remain. Only the multi-line specific options will not be available (like moving up and down in the text). read only texteditor The texteditor can also be used in read only mode. In this mode, the texteditor will function as a text viewer. The user can walk through the text and search trough it. See exampes/demo-Curses::UI::TextEditor in the distribution for a short demo of these..

Requirements: No special requirements
Platforms: Linux
Keyword: Create Cursesuitexteditor Libraries Manipulate Module Programming Text Texteditor Ui
Users rating: 0/10

License: Freeware Size: 143.36 KB
USER REVIEWS
More Reviews or Write Review


CURSES::UI::TEXTEDITOR RELATED
Libraries  -  Module::Starter::XSimple 0.0.1
Module::Starter::XSimple is a Perl module to create XS modules with Module::Starter. Replacement class for Module::Starter::Simple. Can be used in two ways: Using the commandline Pass as an override class to the module-starter script:...
6.14 KB  
Libraries  -  GD::Text 0.86
GD::Text is a Perl module with text utilities for use with GD. SYNOPSIS use GD; use GD::Text; my $gd_text = GD::Text->new() or die GD::Text::error(); $gd_text->set_font(funny.ttf, 12) or die $gd_text->error;...
64.51 KB  
Libraries  -  Blatte 0.9.4
Blatte is a Perl module with text macro/markup/template language. SYNOPSIS use Blatte; use Blatte::Builtins; my $perl = &Blatte::Parse(...some Blatte program ...); if (defined($perl)) { my $result = eval $perl; if (defined($result)) {...
31.74 KB  
Modules  -  Text Image Autoinsert 1.0
The Text Image module provides text to image functionalities like automated custom headers.InstallationUnpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules. Requirements: - Drupal 5.x
 
3D Graphic Tools  -  EduKT 0.29
EduKT, a multimedia content builder, which allows easly create interactive books with graphics, music, text and -off course- buttons events. The goal is offer a simple solution for multimedia presentations/works/books for kids, teachers or...
1.3 MB  
Dictionaries  -  PDF::Create 0.06.1
PDF::Create is a Perl module that allows you to create PDF documents, possibly on the fly,using a large number of primitives.
33.02 KB  
Modules  -  Footnotes 1.0
The Footnotes Drupal module can be used to create automatically numbered footnotes within a text.In the place, where you want to add a footnote, enclose the footnote text within an fn tag: like this. The filter will take the text within the tag...
 
Programming  -  Util::Any for Linux 0.18
For the people like the man who cannot remember uniq function is in whether List::Util or List::MoreUtils. And for the newbie who don't know where useful utilities is. Perl has many modules and they have many utility functions. For...
20.48 KB  
3D Graphic Tools  -  PDFlib CMap 1.0
PDFlib CMap package lets you to create Chinese, Japanese, or Korean (CJK) text output with PDFlib with one of the predefined CMaps, PDFlib 7 requires the corresponding CMap files for processing the incoming text and mapping CJK encodings to...
1.5 MB  
Multimedia & Graphics  -  NodeBox 1. 9. 2001
NodeBox is a Mac OS X application that lets you create 2D visuals using Python programming code and export them as a PDF or a QuickTime movie. Create static, animated or interactive compositions using simple primitives such as rectangles and...
1.5 MB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB