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.347.852 Times

Tk::DiffText 0.17

  Date Added: April 26, 2010  |  Visits: 883

Tk::DiffText

Report Broken Link
Printer Friendly Version


Product Homepage
Download (97 downloads)



Tk::DiffText is a Perl/Tk composite widget for colorized diffs. SYNOPSIS use Tk::DiffText; my $w = $mw->DiffText()->pack(); $w->diff($file0, $file1); This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications. OPTIONS -orient => horizontal|vertical Controls the arrangement of the text panes. Defaults to vertical. -gutter => 0|1 Hides and displays the line number gutter. Defaults to 1. -gutterforeground => color Sets the gutter foreground color. -gutterbackground => color Sets the gutter background color. -diffcolors => {...} Sets the colors used for highlighting diff results. The structure of the value hash is as follows: { add => [-fg => green ], # tag for additions del => [-fg => red, -overstrike => 1], # tag for deletions mod => [-fg => blue ], # tag for changes pad => [-bg => #f0f0f0], # tag for blank line padding } For each of the tags you can specify any option that is valid for use in a ROText widget tag: -foreground, -background, -overstrike, etc. -map => scaled|scrolled|none Controls the display and type of difference map. Defaults to scaled. The difference map will match its colors to those from -diffcolors by default. It uses the background color if specified, otherwise it uses the foreground color..

Requirements: No special requirements
Platforms: Linux
Keyword: Color Colorized Composite Difftext Libraries Programming Tag Tkdifftext Widget
Users rating: 0/10

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


TK::DIFFTEXT RELATED
Networking  -  SEO Tag Cloud Widget 1.5.3
SEO Tag Cloud Widget displays the tag cloud in a SEO-friendly way, using a search engine optimized html markup. It looks the same as the default Wordpress Cloud Tag, but with an optimized html markup. You can put it to your sidemenu.
10 KB  
Networking  -  Tag Posts Widget 1.0
Tag Posts Widget is a light widget to show posts from a given set of tag. Ispired by Category Posts Widget by James Lao - http://jameslao.comFeatures: * Select any number of tag to be shown. * Add the tag browsed, while browsing the tag archives....
10 KB  
Modules  -  Ultimate Tag Cloud Widget 1.3.12
This is a highly configurable tag cloud widget which you can use within your own blog.Current version supports the following preferences: * Multiple instances * Choose which authors tags should be shown * Ordering of the tags * Exclude tags you...
153.6 KB  
Networking  -  Flickr Tag Cloud Widget 1.5
This is plugin for the Widget Sidebar in Wordpress. It will display your flickr tags as a tag cloud in your blog's sidebar.Installation : 1. Extract the flickr-tagcloud-widget.php file into your wp-content/plugins/widgets/ directory. 2. Go to your...
10 KB  
Networking  -  Colorful Tag Cloud Widget 0.3
This plugin is used to show a category and tag in sidebar and also in homepage sidebar. This plugin shows tags and categories in random colors which you have defined from admin area.Features * User define Colors: You can pick from 1 to 5 number of...
10 KB  
Networking  -  Tag Dropdown Widget 1.7
Creates a dropdown list of tags as an alternative to the tag cloud. Widget provides options to specify dropdown label and trim long tag names to fit theme constraints, as well as display post counts. Widget can also exclude tags based on tag...
10 KB  
Libraries  -  Color::Fade 0.01
Color::Fade provides a Perl extension for fading text colors. Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade...
6.14 KB  
Libraries  -  Color::Calc 1.04
Color::Calc provides a module which implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors. There are three methods to use the calculation functions: You can create an object, import...
11.26 KB  
Libraries  -  SDL::Color 2.1.3
SDL::Color is a SDL perl extension. SYNOPSIS $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 ); $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y); $color = new SDL::Color -color =>...
215.04 KB  
Libraries  -  Color::Scheme 1.02
Color::Scheme is a module used to generate pleasant color schemes. This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to...
11.26 KB  
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