view release on metacpan or search on metacpan
(AZAWAWI)
- Open resources dialog is now triggered by Ctrl-Alt-R instead of Ctrl-Shift-R
which is now reserved for 'Replace in Files' functionality (ADAMK, AZAWAWI)
- Find In Files match accounting works, and no longer hides files when we
only do a single render pass for files because there's only a few (ADAMK)
- Replaced references to wxStyledTextCtrl documentation with the original
Scintilla website documentation (AZAWAWI)
- Added how much time does syntax checking take (AZAWAWI)
- Added realtime VCS or local document difference calculation margin feature
(AZAWAWI)
- Added a differences popup window that can traverse differences in a document
and revert back changes (AZAWAWI)
- Added 'Next Difference' to edit menu (AZAWAWI)
- Plugin manager is now modal (BOWTIE, AZAWAWI)
- Add Patch to editor menu and removed Diff Tools (BOWTIE)
- Update Italian translation (SBLANDIN)
- Padre::Project vcs strings are now constants (AZAWAWI)
- "Filter through Perl" back into core (SEWI)
- Added a generic version control panel that provides minimal project
subversion/git support with the ability to view normal/unversioned and ignored
files (AZAWAWI)
refreshing the entire tree, move it to the top search box menu (ADAMK)
- Padre::DB::Migrate now has class-based migration scripts instead of file
based migration scripts. This results in vastly inferior encapsulation,
but is much more reliable and works from inside PAR and friends (ADAMK)
- The Padre Preferences Sync client now works, but requires you to enable
the config value feature_sync until we work some bugs out of it (BRAMBLE)
- The main window search_next method will now explicitly not open a find
dialog rather than accidentally not open one, and the search_previous
method now does the same as search_next instead of crashing Padre (ADAMK)
- The birthday easter egg now only comes up once a year, and we will never
bug the user about any other nth popup on our birthday (ADAMK)
- Renamed startup_count config setting to nth_startup in line with the
other config stuff relating to the Nth start mechanism (ADAMK)
- Adding a preliminary (broken) implementation of Replace in Files, hidden
behind the feature_replaceinfiles config setting (ADAMK)
- A significant number of the editor preferences in the view menu can now
support being changed by Preference Sync (ADAMK)
- The right margin/edge is now enabled correctly at startup (ADAMK)
- Ensure the .pod files are recognized as POD documents (SZABGAB)
- Update french translation (but still much to do) (DOLMEN)
- Added a slightly odd but working workaround for a bug where
noticably faster (ADAMK)
- Changed func_foo config variables to feature_foo, in anticipation of
of a future equivalent to the Mozilla "about:config" control (ADAMK)
- Added feature_cursormemory to allow disabling of Padre's feature to
remember the location in the file you were scrolled to (ADAMK)
- Added a fast ascii shortcut to the very slow encode detector. Opening
files all of a sudden gets much faster if you have ascii files (ADAMK)
- Bumped ORLite to 1.38 to get faster ARRAY object support and
Class::XSAccessor acceleration support. If they cause problems,
these changes can be safely backed out. (ADAMK)
- Fixed the mass-error-popups on mimetypes without help provider (SEWI)
- During DB locks (which are the most likely place for things to make
changes to the database) disable synchronous SQLite writes. This will
reduce the time that Padre blocks, at the risk of config.db corruption
if there is a hardware failure or operating system crash. (ADAMK)
- Fixed ticket #837: padre.exe should be able to be placed in
c:\strawberry\perl\site\bin (AZAWAWI)
- Improved "Goto Line" dialog to be smarter with better validation/error
messages (AZAWAWI)
- Open Resource can now display Perl package names for matching resources
(AZAWAWI)
- Fixed #691: Extract subroutine does not work for a script without
subroutines (PLAVEN)
- Bugfix: The split-beginner-error check got false positives (SEWI)
- Moved more menu actions to independent actions (SEWI)
- Added a readonly flag to the taskbar (AGN)
- Fixed #698: Syntax checker leaks files in tmpdir (SEWI)
- Syntax checker now also shows a successful check (SEWI)
- Added menu option to reload all open files (SEWI)
- The current selection or document may be filtered through an external
command now (SEWI)
- Low-priority popup messages could be moved to the status bar by setting
a preferences option (SEWI)
- require IPC::Open2 and IPC::Open3 as they are both used in the code (SZABGAB)
- Improved autocomplete (always) results (SEWI)
- Run make and TDD-tests in one step (KTHAKORE)
- Padre is now an XP-themed win32 application (AZAWAWI)
- Auto-save session state is now possible (SEWI)
- Auto completion usability fixes (AZAWAWI)
- Padre syntax images are now 16x16 transparent PNG images instead of 14x7
(AZAWAWI)
- Fixed ticket:372 "window list should be sorted alphabetically" (AZAWAWI)
- Updated ORLite dependency to 0.14 for create => 1 support (ADAMK)
- Rewrote Padre::DB to auto-configure directly from Padre::Config (ADAMK)
- All Padre.pm DBI code converted to Padre::DB calls (ADAMK)
- Removed minor use of Class::Accessor to reduce memory overhead,
namespace pollution and dependency count (ADAMK)
- Removed some superfluous code from the PIR/PASM/Perl6 documents (ADAMK)
- Cleaned up (and shrunk the code for) the bootstrap sequence (ADAMK)
- Moved the "recent files" internal state into the database (ADAMK)
- Removed index pointers unrelated to the IDE from Padre.pm (ADAMK)
- Transaction-wrap exiting to make it much much faster (ADAMK)
- Adding shortcut methods for popup messages/errors (ADAMK)
- Optimised away the non-Wx non-class Padre::Wx::Execute (ADAMK)
- Created Padre::Wx::History::TextDialog so we can have a dialog
box that defaults to whatever the last answer was. (ADAMK)
- Some clean up in the FindDialog window with abstraction.
- Add support to Module::Starter and make it to be a prereq.
- Add all the perl functions to the Calltip keyword list and move
it to a yaml file.
- Fix several bugs that were probably introduced after 0.10.
- Turn the color definition of the syntax highlighting into a hash
for easier maintenance.
<object class="wxCheckBox" expanded="0">
<property name="bg"></property>
<property name="checked">0</property>
<property name="context_help"></property>
<property name="context_menu">1</property>
<property name="enabled">1</property>
<property name="fg"></property>
<property name="font"></property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Show low priority info messages on status bar (not in a popup)</property>
<property name="maximum_size"></property>
<property name="minimum_size"></property>
<property name="name">info_on_statusbar</property>
<property name="permission">public</property>
<property name="pos"></property>
<property name="size"></property>
<property name="style"></property>
<property name="subclass"></property>
<property name="tooltip"></property>
<property name="validator_data_type"></property>
lib/Padre/Config.pm view on Meta::CPAN
);
# Save if feedback has been send or not
setting(
name => 'nth_feedback',
type => Padre::Constant::BOOLEAN,
store => Padre::Constant::HUMAN,
default => 0,
);
# Have we shown the birthday popup this year? (Prevents duplicate popups)
# Store it on the host, because we can't really sync it properly.
setting(
name => 'nth_birthday',
type => Padre::Constant::INTEGER,
store => Padre::Constant::HOST,
default => 0,
);
lib/Padre/Config.pm view on Meta::CPAN
store => Padre::Constant::PROJECT,
default => 'newest',
project => 1,
);
setting(
name => 'info_on_statusbar',
type => Padre::Constant::BOOLEAN,
store => Padre::Constant::HUMAN,
default => 0,
help => _T('Show low-priority info messages on statusbar (not in a popup)'),
);
# Move of stacktrace to run menu: will be removed (run_stacktrace)
setting(
name => 'run_stacktrace',
type => Padre::Constant::BOOLEAN,
store => Padre::Constant::HUMAN,
default => 0,
);
setting(
lib/Padre/Document.pm view on Meta::CPAN
sub load_file {
my $self = shift;
my $file = $self->file;
if (DEBUG) {
my $name = $file->{filename} || '';
TRACE("Loading file '$name'");
}
# Show the file-changed-dialog again after the file was (re)loaded:
delete $self->{_already_popup_file_changed};
# check if file exists
if ( !$file->exists ) {
# file doesn't exist, try to create an empty one
if ( !$file->write('') ) {
# oops, error creating file. abort operation
$self->set_errstr( $file->error );
return;
lib/Padre/Document.pm view on Meta::CPAN
sub save_file {
my $self = shift;
my $current = $self->current;
my $manager = $current->ide->plugin_manager;
unless ( $manager->hook( 'before_save', $self ) ) {
return;
}
# Show the file-changed-dialog again after the file was saved:
delete $self->{_already_popup_file_changed};
# If padre is run on files that have no project
# I.E Padre foo.pl &
# The assumption of $self->project as defined will cause a fail
my $config;
$config = $self->project->config if $self->project;
$self->set_errstr('');
if ( $config and $config->save_autoclean ) {
$self->autoclean;
lib/Padre/File/FTP.pm view on Meta::CPAN
}
##### START URL parsing #####
##### NO REGEX's below this line (except the parser)! #####
# TO DO: Improve URL parsing
if ( $url !~ /ftp\:\/?\/?((.+?)(\:(.+?))?\@)?([a-z0-9\-\.]+)(\:(\d+))?(\/.+)$/i ) {
# URL parsing failed
# TO DO: Warning should go to a user popup not to the text console
$self->{error} = 'Unable to parse ' . $url;
return $self;
}
# Login data
if ( defined($2) ) {
$self->{_user} = $2;
$self->{_pass} = $4 if defined($4);
} else {
$self->{_user} = 'ftp';
lib/Padre/File/FTP.pm view on Meta::CPAN
}
##### START URL parsing #####
##### NO REGEX's below this line (except the parser)! #####
# TO DO: Improve URL parsing
if ( $url !~ /ftp\:\/?\/?((.+?)(\:(.+?))?\@)?([a-z0-9\-\.]+)(\:(\d+))?(\/.+)$/i ) {
# URL parsing failed
# TO DO: Warning should go to a user popup not to the text console
$self->{error} = sprintf( Wx::gettext('Unable to parse %s'), $url );
return $self;
}
# Path & filename
$self->{_file} = $8;
##### END URL parsing, regex is allowed again #####
$self->{protocol} = 'ftp'; # Should not be overridden
lib/Padre/File/HTTP.pm view on Meta::CPAN
my $WRITE_WARNING_DONE = 0;
sub new {
my $class = shift;
# Don't add a new overall-dependency to Padre:
eval { require LWP::UserAgent; };
if ($@) {
# TO DO: This should be an error popup to the user, not a shell window warning
warn 'LWP::UserAgent is not installed, Padre::File::HTTP currently depends on it.';
return;
}
my $self = bless { filename => $_[0], UA => LWP::UserAgent->new }, $class;
# Using the config is optional, tests and other usages should run without
my $config = eval { return Padre->ide->config; };
if ( defined($config) ) {
$self->{_timeout} = $config->file_http_timeout;
lib/Padre/Manual/Hacking.pod view on Meta::CPAN
or with all plugins loaded:
perl dev -h
or with the Perl debugger:
perl dev -d
=item *
Don't be annoyed by the Wx popups complaining about
assertion-failures. They indicate potential bugs that probably need
attention. If you get these, that means it was worth the effort to
build a debugging perl and Wx! Note that the stack backtraces given are
at the C level, not Perl backtraces.
=back
=head1 SUPPORT
For support with Padre itself, see the support section in the top
lib/Padre/Util.pm view on Meta::CPAN
}
=pod
=head2 C<run_in_directory>
Padre::Util::run_in_directory( $command, $directory );
Runs the provided C<command> in the C<directory>. On win32 platforms, executes
the command to provide *true* background process executions without window
popups on each execution. on non-win32 platforms, it runs a C<system>
command.
Returns 1 on success and 0 on failure.
=cut
sub run_in_directory {
my ( $cmd, $directory ) = @_;
# Make sure we execute from the correct directory
lib/Padre/Wx/Dialog/Advanced.pm view on Meta::CPAN
Wx::DefaultPosition,
Wx::DefaultSize,
Wx::LC_REPORT | Wx::LC_SINGLE_SEL,
);
$self->{list}->InsertColumn( 0, Wx::gettext('Preference Name') );
$self->{list}->InsertColumn( 1, Wx::gettext('Status') );
$self->{list}->InsertColumn( 2, Wx::gettext('Type') );
$self->{list}->InsertColumn( 3, Wx::gettext('Value') );
# Popup right-click menu
$self->{popup} = Wx::Menu->new;
$self->{copy} = $self->{popup}->Append( -1, Wx::gettext('Copy') );
$self->{copy_name} = $self->{popup}->Append( -1, Wx::gettext('Copy Name') );
$self->{copy_value} = $self->{popup}->Append( -1, Wx::gettext('Copy Value') );
# Preference value label
my $value_label = Wx::StaticText->new( $self, -1, Wx::gettext('&Value:') );
# Preference value text field
$self->{value} = Wx::TextCtrl->new( $self, -1, '' );
$self->{value}->Enable(0);
# Boolean value radio button fields
$self->{true} = Wx::RadioButton->new( $self, -1, Wx::gettext('True') );
lib/Padre/Wx/Dialog/Advanced.pm view on Meta::CPAN
# When an item is activated (e.g. double-clicked, space-ed or enter-ed)
Wx::Event::EVT_LIST_ITEM_ACTIVATED(
$self,
$self->{list},
sub {
shift->_on_list_item_activated(@_);
}
);
# When a list right click event is fired, let us show a popup menu
Wx::Event::EVT_LIST_ITEM_RIGHT_CLICK(
$self,
$self->{list},
sub {
shift->_on_list_item_right_click(@_);
}
);
# Handle boolean radio buttons state change
Wx::Event::EVT_RADIOBUTTON(
lib/Padre/Wx/Dialog/Advanced.pm view on Meta::CPAN
}
# Private method to retrieve the correct value for the preference status column
sub _status_name {
my ( $self, $pref ) = @_;
return $pref->{is_default}
? Wx::gettext('Default')
: $pref->{store_name};
}
# Private method to show a popup menu when a list item is right-clicked
sub _on_list_item_right_click {
my $self = shift;
my $event = shift;
$self->{list}->PopupMenu(
$self->{popup},
$event->GetPoint->x,
$event->GetPoint->y,
);
return;
}
# Private method to handle on character pressed event
sub _on_char {
my $self = shift;
lib/Padre/Wx/Dialog/Diff.pm view on Meta::CPAN
$self->{status_label}->SetValue( $diff->{message} );
if ( $diff->{old_text} ) {
$self->{text_ctrl}->SetValue( $diff->{old_text} );
$self->{text_ctrl}->Show(1);
} else {
$self->{text_ctrl}->Show(0);
}
# Hide when the editor loses focus
my $popup = $self;
Wx::Event::EVT_KILL_FOCUS(
$editor,
sub {
$popup->Hide;
}
);
Wx::Event::EVT_KEY_UP(
$editor,
sub {
my ( $self, $event ) = @_;
if ( $event->GetKeyCode == Wx::WXK_ESCAPE ) {
# Escape hides the diff box
$popup->Hide;
}
$event->Skip;
}
);
my $panel = $self->{text_ctrl}->GetParent;
$panel->Layout;
$panel->Fit;
$self->Fit;
lib/Padre/Wx/Dialog/OpenResource.pm view on Meta::CPAN
);
$self->{search_text} = Wx::TextCtrl->new(
$self,
-1,
'',
Wx::DefaultPosition,
Wx::DefaultSize,
);
$self->{search_text}->SetToolTip( Wx::gettext('Enter parts of the resource name to find it') );
$self->{popup_button} = Wx::BitmapButton->new(
$self,
-1,
Padre::Wx::Icon::find("actions/go-down")
);
$self->{popup_button}->SetToolTip( Wx::gettext('Click on the arrow for filter settings') );
# matches result list
my $matches_label = Wx::StaticText->new(
$self,
-1,
Wx::gettext('&Matching Items:')
);
$self->{matches_list} = Wx::ListBox->new(
$self,
lib/Padre/Wx/Dialog/OpenResource.pm view on Meta::CPAN
Padre::Wx::Icon::find("places/stock_folder")
);
$self->{copy_button} = Wx::BitmapButton->new(
$self,
-1,
Padre::Wx::Icon::find("actions/edit-copy"),
);
$self->{copy_button}->SetToolTip( Wx::gettext('Copy filename to clipboard') );
$self->{popup_menu} = Wx::Menu->new;
$self->{skip_vcs_files} = $self->{popup_menu}->AppendCheckItem(
-1,
Wx::gettext("Skip version control system files"),
);
$self->{skip_using_manifest_skip} = $self->{popup_menu}->AppendCheckItem(
-1,
Wx::gettext("Skip using MANIFEST.SKIP"),
);
$self->{skip_vcs_files}->Check(1);
$self->{skip_using_manifest_skip}->Check(1);
my $hb;
$self->{sizer}->AddSpacer(10);
$self->{sizer}->Add( $search_label, 0, Wx::ALL | Wx::EXPAND, 2 );
$hb = Wx::BoxSizer->new(Wx::HORIZONTAL);
$hb->AddSpacer(2);
$hb->Add( $self->{search_text}, 1, Wx::ALIGN_CENTER_VERTICAL, 2 );
$hb->Add( $self->{popup_button}, 0, Wx::ALL | Wx::EXPAND, 2 );
$hb->AddSpacer(1);
$self->{sizer}->Add( $hb, 0, Wx::BOTTOM | Wx::EXPAND, 5 );
$self->{sizer}->Add( $matches_label, 0, Wx::ALL | Wx::EXPAND, 2 );
$self->{sizer}->Add( $self->{matches_list}, 1, Wx::ALL | Wx::EXPAND, 2 );
$hb = Wx::BoxSizer->new(Wx::HORIZONTAL);
$hb->AddSpacer(2);
$hb->Add( $folder_image, 0, Wx::ALL | Wx::EXPAND, 1 );
$hb->Add( $self->{status_text}, 1, Wx::ALIGN_CENTER_VERTICAL, 1 );
$hb->Add( $self->{copy_button}, 0, Wx::ALL | Wx::EXPAND, 1 );
$hb->AddSpacer(1);
lib/Padre/Wx/Dialog/OpenResource.pm view on Meta::CPAN
Wx::Event::EVT_MENU(
$self,
$self->{skip_using_manifest_skip},
sub {
$self->restart;
},
);
Wx::Event::EVT_BUTTON(
$self,
$self->{popup_button},
sub {
my ( $self, $event ) = @_;
$self->PopupMenu(
$self->{popup_menu},
$self->{popup_button}->GetPosition->x,
$self->{popup_button}->GetPosition->y + $self->{popup_button}->GetSize->GetHeight
);
}
);
$self->idle_method('show_recent');
}
#
# Restarts search
#
lib/Padre/Wx/FBP/Preferences.pm view on Meta::CPAN
$m_panel5,
-1,
Wx::gettext("Coloured text in output window (ANSI)"),
Wx::DefaultPosition,
Wx::DefaultSize,
);
$self->{info_on_statusbar} = Wx::CheckBox->new(
$m_panel5,
-1,
Wx::gettext("Show low priority info messages on status bar (not in a popup)"),
Wx::DefaultPosition,
Wx::DefaultSize,
);
my $m_panel4 = Wx::Panel->new(
$self->{treebook},
-1,
Wx::DefaultPosition,
Wx::DefaultSize,
Wx::TAB_TRAVERSAL,
lib/Padre/Wx/Main.pm view on Meta::CPAN
Prompt user for a file to be inserted at current position in current
document. No return value.
=cut
sub on_insert_from_file {
my $self = shift;
my $editor = $self->current->editor or return;
# popup the window
my $last_filename = $self->current->filename;
if ($last_filename) {
$self->{cwd} = File::Basename::dirname($last_filename);
}
my $dialog = Wx::FileDialog->new(
$self, Wx::gettext('Open file'),
$self->cwd, '',
Wx::gettext('All Files') . ( Padre::Constant::WIN32 ? '|*.*' : '|*' ),
Wx::FD_OPEN,
);
lib/Padre/Wx/Main.pm view on Meta::CPAN
the document. No return value.
=cut
sub timer_check_overwrite {
my $self = shift;
my $doc = $self->current->document or return;
my $state = $doc->has_changed_on_disk; # 1 = updated, 0 = unchanged, -1 = deleted
return unless $state;
return if $doc->{_already_popup_file_changed};
$doc->{_already_popup_file_changed} = 1;
$self->reload_dialog( no_fresh => 1 );
return;
}
=pod
=head3 C<on_duplicate>
$main->on_duplicate;
lib/Padre/Wx/Nth.pm view on Meta::CPAN
# Provides rules and functionality to be triggered on a particular
# numbered startup of Padre.
use 5.008;
use strict;
use warnings;
our $VERSION = '1.02';
# Even if more than one rule matches, only ever bother the user once
# during a single instance of Padre. Multiple popups suck.
sub nth {
my $class = shift;
my $main = shift;
my $nth = shift;
my $config = $main->config;
# Is it Padre's birthday?
my @t = localtime time;
if ( $t[4] == 6 and $t[3] == 20 ) {
# If we have already shown the birthday popup this year,
# don't show it again. And don't bug the user about anything else
# on our birthday so we don't spoil the party.
my $year = $t[5] + 1900;
return 1 if $config->nth_birthday == $year;
# Save the new nth_birthday value now in case something goes wrong,
# so we don't get locked into a crashing loop.
$config->set( nth_birthday => $year );
$config->write;
lib/Padre/Wx/Role/Context.pm view on Meta::CPAN
$self->context_bind('my_menu');
return $self;
}
sub my_menu {
# Fill the menu here
}
The C<context_bind> method binds an context menu event to default
menu creation and popup logic, and specifies the method that should be
called to fill the context menu with the menu entries.
It takes a single optional parameter of the method to be called to fill
the menu.
If no method is provided then the method C<context_menu> will be bound
to the context menu event by default.
=cut
sub context_bind {
my $self = shift;
my $method = shift || 'context_menu';
unless ( defined $method and $self->can($method) ) {
die "Missing or invalid content menu method '$method'";
}
Wx::Event::EVT_CONTEXT(
$self,
sub {
shift->context_popup($method);
},
);
}
=pod
=head2 context_popup
$self->context_popup('context_menu');
The C<context_popup> menu triggers the immediate display of the popup
menu for the object. It takes a compulsory single parameter, which should
be the method to be used to fill the menu with entries.
=cut
sub context_popup {
my $self = shift;
my $method = shift;
# Create the empty menu
my $menu = Wx::Menu->new;
# Fill the menu
$self->$method($menu);
# Show the menu at the current cursor position
share/locale/ar.po view on Meta::CPAN
#: lib/Padre/Wx/Dialog/Preferences.pm:463
msgid "Window title:"
msgstr "اسÙ
اÙÙØ§Ùذة:"
#: lib/Padre/Wx/Dialog/Preferences.pm:470
msgid "Colored text in output window (ANSI)"
msgstr "اÙÙØµ اÙÙ
ÙÙÙ ÙÙ ÙØ§Ùذ٠اÙÙØªØ§Ø¦Ø¬ (ANSI)"
#: lib/Padre/Wx/Dialog/Preferences.pm:475
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
#: lib/Padre/Wx/Dialog/Preferences.pm:480
msgid "Show right margin at column:"
msgstr "Ø§Ø¸ÙØ§Ø± اÙÙØ§Ù
Ø´ Ø§ÙØ£ÙÙ
Ù Ø¹ÙØ¯ Ø§ÙØ¹Ù
ÙØ¯:"
#: lib/Padre/Wx/Dialog/Preferences.pm:484
msgid "Editor Font:"
msgstr "خط اÙÙ
ØØ±Ø±"
share/locale/cz.po view on Meta::CPAN
#: lib/Padre/Wx/Dialog/Preferences.pm:463
#, fuzzy
msgid "Window title:"
msgstr "&Okno"
#: lib/Padre/Wx/Dialog/Preferences.pm:470
msgid "Colored text in output window (ANSI)"
msgstr "Barevný text na výstupu (ANSI)"
#: lib/Padre/Wx/Dialog/Preferences.pm:475
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
#: lib/Padre/Wx/Dialog/Preferences.pm:480
msgid "Show right margin at column:"
msgstr "Zobraz pravý okraj sloupce:"
#: lib/Padre/Wx/Dialog/Preferences.pm:484
msgid "Editor Font:"
msgstr "Font editoru:"
share/locale/de.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1397
msgid "Show diff window!"
msgstr "Unterschiede anzeigen!"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Informationen über Padre anzeigen"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr ""
"Nachrichten niedriger Priorität in der Statuszeile statt in einem Fenster "
"anzeigen"
#: lib/Padre/Config.pm:1142
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
"Nachrichten niedriger Priorität in der Statuszeile statt in einem Fenster "
"anzeigen"
#: lib/Padre/Config.pm:779
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Die Statuszeile am unteren Rand des Fensters anzeigen/ausblenden"
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
share/locale/es-es.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1397
msgid "Show diff window!"
msgstr "Mostrar ventana de diferencias"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Muestra información acerca de Padre"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "Mostrar mensajes informativos de baja prioridad en la barra de estado (no en cuadros emergentes)"
#: lib/Padre/Config.pm:1142
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Mostrar información de baja prioridad en la barra de estado (no en un cuadro emergente)"
#: lib/Padre/Config.pm:779
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Muestra u oculta la barra de estado en la parte inferior de la ventana"
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "Mostrar posiciones anteriores"
share/locale/fr.po view on Meta::CPAN
#, fuzzy
msgid "Show diff window!"
msgstr "Afficher la fenêtre de ligne de commande"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Afficher des informations sur Padre"
# L'espace pour ce libellé est limité. S'il est trop long il décale trop à d roite d'autres contrôles du dialogue.
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "Messages d'information de basse priorité dans la barre d'état (pas dans un popup)"
#: lib/Padre/Config.pm:1144
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Montrer les messages d'information de basse priorité dans la barre d'état (pas dans un popup)"
#: lib/Padre/Config.pm:781
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Montrer/Cacher la barre de statut en bas de l'écran."
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "Affiche les positions précédentes"
#: lib/Padre/Wx/FBP/Preferences.pm:742
share/locale/he.po view on Meta::CPAN
#: lib/Padre/Plugin/PopularityContest.pm:202
msgid "Show current report"
msgstr "××¦× ×ת ×××\"× ×× ××××ת"
#: lib/Padre/Wx/ActionLibrary.pm:2703
msgid "Show information about Padre"
msgstr "××¦× ××××¢ ×¢× Padre"
#: lib/Padre/Config.pm:971
#: lib/Padre/Wx/Dialog/Preferences.pm:483
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "××¦× ××××¢×ת ××××¢ ××¢××פ×ת × ×××× ×¢× ×¡×¨×× ×ס××××ס (×× ×××××¢×ת ×§×פצ×ת)"
#: lib/Padre/Config.pm:623
msgid "Show or hide the status bar at the bottom of the window."
msgstr "×צ××/××¡×ª×¨× ×©× ×©×רת ×××¦× ×ת×ת×ת ××ס×."
#: lib/Padre/Wx/ActionLibrary.pm:2466
#: lib/Padre/Wx/Dialog/Positions.pm:108
msgid "Show previous positions"
msgstr "××¦× ×××§×××× ×§×××××"
share/locale/hu.po view on Meta::CPAN
#: lib/Padre/Wx/Dialog/Preferences.pm:463
msgid "Window title:"
msgstr "Ablak cÃme:"
#: lib/Padre/Wx/Dialog/Preferences.pm:470
msgid "Colored text in output window (ANSI)"
msgstr "SzÃnes szöveg a kimeneti ablakban (ANSI)"
#: lib/Padre/Wx/Dialog/Preferences.pm:475
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
#: lib/Padre/Wx/Dialog/Preferences.pm:480
msgid "Show right margin at column:"
msgstr ""
#: lib/Padre/Wx/Dialog/Preferences.pm:484
msgid "Editor Font:"
msgstr "SzerkesztÅ betűtÃpusa:"
share/locale/it-it.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1397
msgid "Show diff window!"
msgstr "Mostra la finestra delle differenze!"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Mostra informazioni riguardo Padre"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "Mostra i messaggi informativi a bassa priorità nella barra di stato (non in un popup)"
#: lib/Padre/Config.pm:1142
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Mostra i messaggi informativi a bassa priorità nella barra di stato (non in un popup)"
#: lib/Padre/Config.pm:779
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Mostra/nasconde la barra di stato al fondo della finestra."
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "Mostra la posizione precedente"
#: lib/Padre/Wx/FBP/Preferences.pm:742
share/locale/ja.po view on Meta::CPAN
#: lib/Padre/Plugin/PopularityContest.pm:208
msgid "Show current report"
msgstr "ç¾å¨ã®ã¬ãã¼ãã表示ãã"
#: lib/Padre/Wx/ActionLibrary.pm:2715
msgid "Show information about Padre"
msgstr "Padreã®æ
å ±ã表示ãã"
#: lib/Padre/Wx/FBP/Preferences.pm:96
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "åªå
度ã®ä½ãã¡ãã»ã¼ã¸ã¯(ãããã¢ããã§ã¯ãªã)ã¹ãã¼ã¿ã¹ãã¼ã«è¡¨ç¤º"
#: lib/Padre/Config.pm:1167
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "åªå
度ã®ä½ãã¡ãã»ã¼ã¸ã¯(ãããã¢ããã§ã¯ãªã)ã¹ãã¼ã¿ã¹ãã¼ã«è¡¨ç¤º"
#: lib/Padre/Config.pm:777
msgid "Show or hide the status bar at the bottom of the window."
msgstr "ã¦ã£ã³ãã¦ã®æä¸é¨ã«ã¹ãã¼ã¿ã¹ãã¼ã表示ãã/é ã"
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "以åã®ä½ç½®ã表示ãã"
share/locale/messages.pot view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1410
msgid "Show diff window!"
msgstr ""
#: lib/Padre/Wx/ActionLibrary.pm:2618
msgid "Show information about Padre"
msgstr ""
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr ""
#: lib/Padre/Config.pm:1337
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
#: lib/Padre/Config.pm:974
msgid "Show or hide the status bar at the bottom of the window."
msgstr ""
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr ""
share/locale/nl-nl.po view on Meta::CPAN
#: lib/Padre/Wx/Dialog/Preferences.pm:463
msgid "Window title:"
msgstr "Venstertitel:"
#: lib/Padre/Wx/Dialog/Preferences.pm:470
msgid "Colored text in output window (ANSI)"
msgstr "Gekleurde tekst in het uitvoervenster (ANSI): "
#: lib/Padre/Wx/Dialog/Preferences.pm:475
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Toon info berichten met lage prioriteit in de statusbalk (niet in een popup)"
#: lib/Padre/Wx/Dialog/Preferences.pm:480
msgid "Show right margin at column:"
msgstr "Toon rechtermarge op kolom:"
#: lib/Padre/Wx/Dialog/Preferences.pm:484
msgid "Editor Font:"
msgstr "Tekstverwerker Font"
#: lib/Padre/Wx/Dialog/Preferences.pm:487
share/locale/pl.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1397
msgid "Show diff window!"
msgstr "Pokaż okno diff!"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Pokaż informacje o Padre"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "Pokaż informacje o niskim priorytecie w pasku statusu (nie w wyskakujÄ
cym okienku)"
#: lib/Padre/Config.pm:1144
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Pokaż informacje o niskim priorytecie w pasku statusu (nie w wyskakujÄ
cym okienku)"
#: lib/Padre/Config.pm:781
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Pokaż lub ukrywa pasek statusu na dole okna."
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "Pokaż poprzednie poÅożenie"
share/locale/pt-br.po view on Meta::CPAN
#: lib/Padre/Plugin/PopularityContest.pm:202
msgid "Show current report"
msgstr "Exibir relatório atual"
#: lib/Padre/Wx/ActionLibrary.pm:2724
msgid "Show information about Padre"
msgstr "Exibir informações sobre o Padre"
#: lib/Padre/Wx/FBP/Preferences.pm:312
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "Exibir mensagens informativas de baixa prioridade na barra de status (e não em um popup)"
#: lib/Padre/Config.pm:1014
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "Exibir mensagens informativas de baixa prioridade na barra de status (e não em um popup)"
#: lib/Padre/Config.pm:655
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Exibe/esconde a barra de status na parte inferior da janela."
#: lib/Padre/Wx/ActionLibrary.pm:2487
#: lib/Padre/Wx/Dialog/Positions.pm:108
msgid "Show previous positions"
msgstr "Exibir posições anteriores"
share/locale/ru.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1410
msgid "Show diff window!"
msgstr "ÐоказаÑÑ Ð¾ÐºÐ½Ð¾ ÑазлиÑий!"
#: lib/Padre/Wx/ActionLibrary.pm:2618
msgid "Show information about Padre"
msgstr "ÐоказаÑÑ Ð¸Ð½ÑоÑмаÑÐ¸Ñ Ð¾ Padre"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "ÐоказÑваÑÑ Ð½Ð¸Ð·ÐºÐ¾Ð¿ÑиоÑиÑеÑнÑе инÑоÑмаÑионнÑе ÑообÑÐµÐ½Ð¸Ñ Ð² ÑÑаÑÑÑной ÑÑÑоке (не во вÑплÑваÑÑем окне)"
#: lib/Padre/Config.pm:1337
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr ""
"ÐоказÑваÑÑ Ð½Ð¸Ð·ÐºÐ¾Ð¿ÑиоÑиÑеÑнÑе инÑоÑмаÑионнÑе ÑообÑениÑ\n"
"в ÑÑаÑÑÑной ÑÑÑоке (не во вÑплÑваÑÑем окне)"
#: lib/Padre/Config.pm:974
msgid "Show or hide the status bar at the bottom of the window."
msgstr "ÐоказаÑÑ Ð¸Ð»Ð¸ ÑкÑÑÑÑ ÑÑÑÐ¾ÐºÑ ÑÑаÑÑÑа Ð²Ð½Ð¸Ð·Ñ Ð¾ÐºÐ½Ð°."
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
share/locale/tr.po view on Meta::CPAN
#: lib/Padre/Wx/ActionLibrary.pm:1397
msgid "Show diff window!"
msgstr "Fark penceresini göster!"
#: lib/Padre/Wx/ActionLibrary.pm:2593
msgid "Show information about Padre"
msgstr "Padre hakkında bilgi ver"
#: lib/Padre/Wx/FBP/Preferences.pm:152
msgid "Show low priority info messages on status bar (not in a popup)"
msgstr "DüÅük öneme sahip bilgi iletilerini durum çubuÄunda göster (yeni pencerede deÄil)"
#: lib/Padre/Config.pm:1142
msgid "Show low-priority info messages on statusbar (not in a popup)"
msgstr "DüÅük öneme sahip bilgi iletilerini durum çubuÄunda göster (yeni pencerede deÄil)"
#: lib/Padre/Config.pm:779
msgid "Show or hide the status bar at the bottom of the window."
msgstr "Pencerenin altındaki durum çubuÄunu göster/gizle"
#: lib/Padre/Wx/Dialog/Positions.pm:107
msgid "Show previous positions"
msgstr "Ãnceki konumları göster"