~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to lib/Padre/Wx/Menu/Tools.pm

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
use Padre::Wx::Menu ();
14
14
use Padre::Current  ();
15
15
 
16
 
our $VERSION = '0.90';
 
16
our $VERSION = '0.92';
17
17
our @ISA     = 'Padre::Wx::Menu';
18
18
 
19
19
 
33
33
        # Add additional properties
34
34
        $self->{main} = $main;
35
35
 
 
36
        if($main->config->feature_diff_window) {
 
37
                # Differences window
 
38
                $self->add_menu_action(
 
39
                        'tools.diff_window',
 
40
                );
 
41
                $self->AppendSeparator;
 
42
        }
 
43
 
36
44
        # User Preferences
37
45
        $self->add_menu_action(
38
46
                'tools.preferences',
45
53
                );
46
54
        }
47
55
 
48
 
        # Key bindings
49
 
        $self->add_menu_action(
50
 
                'tools.keys',
51
 
        );
52
 
 
53
56
        $self->AppendSeparator;
54
57
 
55
58
        # Regex Editor