~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to Core/src/MonoDevelop.Core/MonoDevelop.Core.AddIns/AbstractCodon.cs

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                static int internalIdCount;
35
35
                
36
36
                AddIn  addIn = null;
 
37
                AddIn.Extension extension;
37
38
                
38
39
                /// <summary>
39
40
                /// Returns the AddIn in which the codon is defined.
123
124
                        }
124
125
                }
125
126
                
 
127
                public AddIn.Extension Extension {
 
128
                        get { return extension; }
 
129
                        internal set { extension = value; }
 
130
                }
 
131
                
 
132
                
126
133
                /// <summary>
127
134
                /// Creates an item with the specified sub items and the current
128
135
                /// Conditions for this item.