You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Sergey Dyachenko (JIRA)" <ji...@apache.org> on 2018/11/26 14:31:00 UTC

[jira] [Updated] (NETBEANS-1750) C++ templated using typedefs are not found with Go to Symbol / Go to Type

     [ 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).

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

The problem occurs only for

{{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

{{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).
> {{Cv_Data_Separate_Buffers}} and any ordinary typedefs are found OK.
> The problem occurs only for
> {{template <...> using A = B<...>;}}
>  



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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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