App-Codit

 view release on metacpan or  search on metacpan

lib/App/Codit.pm  view on Meta::CPAN

=over 4

=item B<Backups> see L<App::Codit::Plugins::Backups>

=item B<Bookmarks> see L<App::Codit::Plugins::Bookmarks>

=item B<Colors> see L<App::Codit::Plugins::Colors>

=item B<Console> see L<App::Codit::Plugins::Console>

=item B<Critic> see L<App::Codit::Plugins::Critic>

=item B<Diff> see L<App::Codit::Plugins::Diff>

=item B<Exporter> see L<App::Codit::Plugins::Exporter>

=item B<FileBrowser> see L<App::Codit::Plugins::FileBrowser>

=item B<Git> see L<App::Codit::Plugins::Git>

=item B<Icons> see L<App::Codit::Plugins::Icons>

=item B<PerlSubs> see L<App::Codit::Plugins::PerlSubs>

=item B<PodViewer> see L<App::Codit::Plugins::PodViewer>

=item B<SearchReplace> see L<App::Codit::Plugins::SearchReplace>

=item B<Sessions> see L<App::Codit::Plugins::Sessions>

=item B<Snippets> see L<App::Codit::Plugins::Snippets>

=item B<SpltView> see L<App::Codit::Plugins::SplitView>

=back

=head1 CONFIG VARIABLES

Codit defines the following config variables. The I<-content...> variables all
have an undefined default value. Most of them can be set through the Settings panel.
As long as you do not set them, the factory value of the L<Tk::CodeText> widget is used.

=over 4

=item Switch B<-contentacpopsize>

Specifies how many characters you type before an auto complete suggestion list pops up.

=item Switch B<-contentacscansize>

Specifies the minimum word length for an addition to the database.

=item Switch B<-contentactivedelay>

Specifies the delay in ms between the moment the user stops typing and the moment an
auto complete suggestion list pops up.

=item Switch B<-contentautobrackets>

Boolean. If set, Every time you type a (, {, {, ' or " it's counterpart will be placed
right after it and the insert cursor in between.

=item Switch B<-contentautocomplete>

Boolean. If set, auto complete is on.

=item Switch B<-contentautoindent>

Boolean. If set, auto indent is on.

=item Switch B<-contentbackground>

Background color of the Tk::CodeText widget.

=item Switch B<-contentbgdspace>

Background color of leading and trailing spaces when showspaces is on.

=item Switch B<-contentbgdtab>

Background color of leading and trailing tabs when showspaces is on.

=item Switch B<-contentbookmarkcolor>

Background color of line number indicator of bookmarked lines.

=item Switch B<-contentfindbg>

Background color search hits.

=item Switch B<-contentfontfamily>

Font family to be used for editing.

=item Switch B<-contentfontsize>

Font size to be used for editing.

=item Switch B<-contentforeground>

Background color of the Tk::CodeText widget.

=item Switch B<-contentindent>

Set the preferred indent style. You can set it to 'tab'
if you use tabs for indenting. Or you set it to the number
of spaces you want to use for indenting.

=item Switch B<-contentmatchbg>

Background color used when matching {}, (), and [].

=item Switch B<-contentmatchfg>

Foreground color used when matching {}, (), and [].

=item Switch B<-contentshowspaces>

Boolean. If set, Leading and trailing spaces and tabs are shown
with a special background..



( run in 1.146 second using v1.01-cache-2.11-cpan-84e82930d8c )