Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Tk::CodeText 0.3.4

    Download button

    No screenshots available
    Downloads: 338  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    9 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Hans Jeuken | More programs
    Perl Artistic License / FREE
    March 31st, 2008, 20:25 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Tk::CodeText description

    Tk::CodeText is a TextUndo widget with syntax highlighting capabilities.

    Tk::CodeText is a TextUndo widget with syntax highlighting capabilities.

    SYNOPSIS

    use Tk;
    require Tk::CodeText;

    my $m = new MainWindow;

    my $e = $m->Scrolled('CodeText',
    -disablemenu => 1,
    -syntax => 'Perl',
    -scrollbars => 'se',
    )->pack(-expand => 1, -fill => 'both');

    $m->configure(-menu => $e->menu);
    $m->MainLoop;

    Tk::CodeText inherits Tk::TextUndo and all its options and methods. Besides syntax highlighting, methods are provided for commenting and uncommenting as well as indenting and unindenting a selected area, matching pairs of braces, brackets and brackets and curlies and automatic indenting of new lines.

    Syntax highlighting is done through a plugin approach. Adding languages is a matter of writing plugin modules. Theoretically this is not limited to programming languages. The plugin approach could also provide the possibility for grammar or spell checking in spoken languages.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    TextUndo widget | syntax highlighting | Perl module | TextUndo | widget | syntax

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM