Name
Yakuake::Sessions::TraitFor::TabTitles - Displays the tab title text
Synopsis
use Moose;
extends 'Yakuake::Sessions::Base';
with 'Yakuake::Sessions::TraitFor::TabTitles';
Version
This documents version v0.5.$Rev: 1 $ of Yakuake::Sessions::TraitFor::TabTitles
Description
Methods to set the tab title text
Configuration and Environment
Requires these attribute; config_dir
, yakuake_sessions
, and yakuake_tabs
Defines the following attributes;
tab_title
-
Default title to apply to tabs. Defaults to the config class value;
Shell
Subroutines/Methods
set_tab_title
$exit_code = $self->set_tab_title;
Sets the current tabs title text to the specified value. Defaults to the vale supplied in the configuration
set_tab_title_for_project
$exit_code = $self->set_tab_title_for_project;
Set the current tabs title text to the specified value. Must supply a title text. Will save the project name for use by yakuake_session_tt_cd
Diagnostics
None
Dependencies
Incompatibilities
There are no known incompatibilities in this module
Bugs and Limitations
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Acknowledgements
Larry Wall - For the Perl programming language
Author
Peter Flanigan, <pjfl@cpan.org>
License and Copyright
Copyright (c) 2013 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE