2

As in title, I have middle size class CPP file of ~400 lines of code. There are some new methods not being shown when unfolding my class in the speedbar frame. Looks like speedbar displays the tree from several previous iterations of my code . P.S. Update Command doesn't help. GNU Emacs 24.3.1 (x86_64-suse-linux-gnu, GTK+ Version 3.8.4) . Speedbar installed from the melpa package manager.

4

1 回答 1

4

我正在解决我自己的问题:如果关闭语义模式,似乎 speedbar 无法很好地解析。

;; CEDET
(global-ede-mode 1)
(require 'semantic/sb)
(semantic-mode 1)
于 2013-11-28T22:59:14.467 回答