[ 
https://issues.apache.org/jira/browse/NETBEANS-1750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Dyachenko updated NETBEANS-1750:
---------------------------------------
    Description: 
Example:

{{template <class T_geom_slice>}}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{{...}}

{{template <class T_geom_slice>}}
 {{using Cv_Data = Cv_Data_Separate_Buffers<T_geom_slice>;}}

 

*Cv_Data* usage (Find Usages) is found OK.

But *Cv_Data* is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to *Cv_Data* in NetBeans C++ (without direct 
hyperlink form usage place or full text search).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for *A* with Go to Symbol / Go to Type in

{{template <...> using A = B<...>;}}

 

  was:
Example:

{{template <class T_geom_slice>}}

{{class Cv_Data_Separate_Buffers: private boost::noncopyable}}

{\{{{}}{{

{...}

}}{{}}}}

{{...}}

{{template <class T_geom_slice>}}
 {{using Cv_Data = Cv_Data_Separate_Buffers<T_geom_slice>;}}

 

Cv_Data usage (Find Usages) is found OK.

But Cv_Data is NOT found with Go to Symbol / Go to Type.

I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct 
hyperlink form usage place).

{{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.

The problem occurs only for A with Go to Symbol / Go to Type in

{{template <...> using A = B<...>;}}

 


> C++ templated using typedefs are not found with Go to Symbol / Go to Type
> -------------------------------------------------------------------------
>
>                 Key: NETBEANS-1750
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1750
>             Project: NetBeans
>          Issue Type: Bug
>          Components: cnd - Code Model, cnd - Navigation, cnd - Other
>    Affects Versions: 8.2
>         Environment: Windows 7, NetBeans IDE 8.2 64bit.
>            Reporter: Sergey Dyachenko
>            Priority: Major
>
> Example:
> {{template <class T_geom_slice>}}
> {{class Cv_Data_Separate_Buffers: private boost::noncopyable}}
> {{...}}
> {{template <class T_geom_slice>}}
>  {{using Cv_Data = Cv_Data_Separate_Buffers<T_geom_slice>;}}
>  
> *Cv_Data* usage (Find Usages) is found OK.
> But *Cv_Data* is NOT found with Go to Symbol / Go to Type.
> I do not know any way to navigate to *Cv_Data* in NetBeans C++ (without 
> direct hyperlink form usage place or full text search).
> {{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
> The problem occurs only for *A* with Go to Symbol / Go to Type in
> {{template <...> using A = B<...>;}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to