Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-patch] 1.0.1 editor/binaryinfo fix...

> 
> 
> Hi!
> 
> This is really just an informational patch describing changes that I had to 
> make to the core of 1.0.1 to get navigation working for functions shown 
> under binary objects in the CView. I don't actually think that this is a 
> particularly important feature, but do think that these objects are pretty 
> important as a building blocks for other features.
> 
> These changes do two things:
> 
> - add line information to IFunctions and IVariables  that are created by 
> BinaryInfo.
> - enable CEditor::setSelection() to handle ISourceRanges that do not have 
> character position information, but do have line information.
> 

Done in the CDT_1_0_1 branch.  The UI and the core.
Thanks for looking at this.



Back to the top