App::Codit

App::Codit – IDE for and in Perl

Repositoryhttps://github.com/haje61/App-Codit
CPANhttps://metacpan.org/pod/App::Codit
Bug trackerhttps://github.com/haje61/App-Codit/issues
Latest version0.18

Codit is a versatile text editor / integrated development environment aimed at the Perl programming language.

It is written in Perl/Tk and based on the Tk::AppWindow application framework.

It uses the Tk::CodeText text widget for editing.

Codit has been under development for about one year now. It has gone quite some miles on our systems and can be considered beta software as of version 0.10.

It features a multi document interface that can hold an unlimited number of documents, navigable through the tab bar at the top and a document list in the left side panel.

It has a plugin system designed to invite users to write their own plugins.

It is fully configurable through a configuration window, allowing you to set defaults for editing, the graphical user interface, syntax highlighting and (un)loading plugins.

Tk::CodeText offers syntax highlighting and code folding in plenty formats and languages. It has and advanced word based undo/redo stack that keeps track of selections and save points. It does auto indent, auto complete, bookmarks, comment, uncomment, indent and unindent. Tab size and indent style are fully user configurable.

An online manual can be found here.

Related posts

Scroll to Top