【问题标题】:Location of parser index/cache for c++ in Netbeans 7.3+ on UbuntuUbuntu 上 Netbeans 7.3+ 中 C++ 解析器索引/缓存的位置
【发布时间】:2013-02-15 11:12:09
【问题描述】:

在哪里可以找到 netbeans 7.3+ 中特定 c++ 项目的解析器索引/缓存?

我使用 grep 来查找我在这个项目中使用的一些函数名称。

grep -nisr ~/<netbeansfolder> '<function name here>'
grep -nisr ~/.neatbeans/<version> '<function name here>'
grep -nisr ~/<projectfolder>/nbproject '<function name here>'

什么也没找到……有什么线索或想法吗?

【问题讨论】:

    标签: c++ linux ubuntu caching netbeans


    【解决方案1】:

    找到了。

    ~/.cache/netbeans/<netbeansversion>/cnd/model/
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-03-15
      • 2013-05-22
      • 1970-01-01
      • 1970-01-01
      • 2019-11-23
      • 2010-10-12
      • 2016-06-22
      • 1970-01-01
      相关资源
      最近更新 更多