~ubuntu-branches/ubuntu/natty/monodevelop/natty

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.AssemblyBrowser/MonoDevelop.AssemblyBrowser/AssemblyBrowserWidget.cs

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2010-01-07 19:06:58 UTC
  • mto: (1.6.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20100107190658-z9z95lgk4kwfes7p
ImportĀ upstreamĀ versionĀ 2.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                        this.inspectEditor.Document.ReadOnly = true;
117
117
                        this.inspectEditor.Document.SyntaxMode = new Mono.TextEditor.Highlighting.MarkupSyntaxMode ();
118
118
                        this.inspectEditor.LinkRequest += InspectEditorhandleLinkRequest;
119
 
                        SetInpectWidget ();
120
119
                        
121
120
//                      this.inspectLabel.ModifyBg (Gtk.StateType.Normal, new Gdk.Color (255, 255, 250));
122
121
                        
159
158
                                                               typeof (IMember)
160
159
                                                          );
161
160
                        CreateColumns ();
 
161
                        SetInpectWidget ();
162
162
                        this.searchEntry.Changed += SearchEntryhandleChanged;
163
163
                        this.searchTreeview.RowActivated += SearchTreeviewhandleRowActivated;
164
164
                }