Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Bug #147437 Expanding binary node in CView: includes cannot be opened under Win32

Hi people.

Bug #147437 <https://bugs.eclipse.org/bugs/show_bug.cgi?id=147437>   was
created last Friday. 

Problem: when expanding binary node, external include file names are
displayed, 
but you cannot access these files by mouse click. Empty file is opened
instead.

Today I've added a patch:
https://bugs.eclipse.org/bugs/attachment.cgi?id=44812 

Include paths like "/usr/include/c++/3.2" are made absolute:
"c:/cygwin/usr/include/c++/3.2"
It allows opening external include files by clicking on them, just like
for project's source files.

This feature is applicable for Win32 only. On Linux, original include
paths are absolute, 
So problem does not occur at all. In this case new code is never
executed, because
"isRequiredIncModify" variable is always "false" for systems other than
Win32.

Currently, this bug have no target. 
I don't know should it be targeted to 3.1 or furrther releases.
-----------------------------------
With best regards, Oleg Krasilnikov
Software designer, Eclipse team. 
Intel corp.
+7 8312 162 444 ext. 2587 
(Russia, Nizhny Novgorod)


Back to the top