Re: [RDT-Dev] Code-Highlighting through the Outline

2006-06-19 Thread Mirko Stocker
On Monday 19 June 2006 23:48, Christopher Williams wrote: > We do the selection handling in RubyAbstractEditor for the outline:   > org.rubypeople.rdt.internal.ui.rubyeditor.RubyAbstractEditor.setSelectio > n() > We create the positions in RubyScriptSturctureBuilder:   > org.rubypeople.rdt.internal

Re: [RDT-Dev] Code-Highlighting through the Outline

2006-06-19 Thread Christopher Williams
On Jun 19, 2006, at 11:59 AM, Mirko Stocker wrote:Hi!Since I fixed a lot of position-errors in the jruby-ast, the highlighting of selected outline elements (don't know how to call it, I hope you know what I mean) isn't correct anymore. I think I once saw method you guys are using to calculate the c

[RDT-Dev] Code-Highlighting through the Outline

2006-06-19 Thread Mirko Stocker
Hi! Since I fixed a lot of position-errors in the jruby-ast, the highlighting of selected outline elements (don't know how to call it, I hope you know what I mean) isn't correct anymore. I think I once saw method you guys are using to calculate the correct positions, but I can't find it anymore