Changeset 729 for lang/ruby/Chemr
- Timestamp:
- 10/26/07 09:06:43 (6 years ago)
- Files:
-
- 1 modified
-
lang/ruby/Chemr/CHMDocument.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/Chemr/CHMDocument.rb
r717 r729 104 104 105 105 def outlineView_objectValueForTableColumn_byItem(ov, column, item) 106 if item 107 item[:name] 108 else 109 "" 110 end 106 item[:name] 111 107 end 112 108 … … 150 146 if item.label == "Tree" 151 147 Thread.start do 152 @topics = @chm.topics 153 # おちやすい 148 # http://subtech.g.hatena.ne.jp/cho45/20071025#c1193355031 149 # > OutlineView は DataSource に、ノードの値が変わらない限り、 150 # > 同じ NSString を返すように期待してるようです。 151 # NSDictionary で保持するように 152 @topics = NSDictionary.dictionaryWithDictionary(@chm.topics) 154 153 @tree.setDataSource(self) 155 154 @tree.reloadData
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)