[tex-live] TexLive2014 package Manager
Norbert Preining
norbert at preining.info
Fri Jul 24 02:47:49 CEST 2015
On Mon, 15 Jun 2015, Raghu wrote:
> Very Slow while tyoing in the "match" box.
> Any help is appreciated.
Can you please try the following changes in tlmgrgui.pl
(in unified diff format) and let me know if that helps you:
--- texmf-dist/scripts/texlive/tlmgrgui.pl 2015-06-14 22:36:28.601319135 +0900
+++ texmf-dist/scripts/texlive/tlmgrgui.pl 2015-07-24 09:45:32.516218843 +0900
@@ -350,8 +350,12 @@
# $match_filenames = 1;
# }
# }
- $match_text = $new_val;
- update_grid(); return 1; });
+ my $new_match_text = ( length($new_val) >= 3 ? $new_val : "" );
+ if ($new_match_text ne $match_text) {
+ $match_text = $new_match_text;
+ update_grid();
+ }
+ return 1; });
my $filter_selection = $filter_frame->Labelframe(-text => __("Selection"));
if ($mode_expert) { $filter_selection->pack(@left, @x_y, @p_ii); }
Norbert
------------------------------------------------------------------------
PREINING, Norbert http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
------------------------------------------------------------------------
More information about the tex-live
mailing list