Hello,
I use ecb ( and therefore cedet/semantic ) for developement on GNU/Linux
and Mac OS X. There's a number of issues with my developement setup,
which I'll try to get resolved, starting by the most annoying ones.
Semantic is causing very annoying stalls when it indexes a file. In most
cases, it's just annoying. Emacs stops refreshing / can't type and
navigate for a few seconds. In some cases it makes the IDE completely
unuseable ( if you try to open big API headers like gl.h or glext.h for
instance ).
IMO, such indexing tasks should really run in their own thread. I don't
know if there is an easier solution to my problem or if the current
setup would allow a threaded approach easily, but that's the way to go
about it in the long term really.
TTimo
|