Message ID | 20211102140645.83081-1-gladkov.alexey@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | semind: Index more symbols | expand |
On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote: > Greetings! > > For indexing purposes, macros definitions and typedefs are added to the > semind database. Functions that are not used in the code are also indexed. careful ping. > Alexey Gladkov (3): > dissect: Allow to show all symbols > dissect: Show macro definitions > dissect: Show typedefs > > dissect.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++- > options.c | 5 +++++ > options.h | 2 ++ > semind.c | 1 + > test-dissect.c | 5 ++++- > 5 files changed, 72 insertions(+), 2 deletions(-) > > -- > 2.33.0 >
On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote: > Greetings! > > For indexing purposes, macros definitions and typedefs are added to the > semind database. Functions that are not used in the code are also indexed. Thank you very much, pushed now, an ... apologies for this huge delay. -- Luc
On Sat, May 21, 2022 at 11:46:22AM +0200, Luc Van Oostenryck wrote: > On Tue, Nov 02, 2021 at 03:06:42PM +0100, Alexey Gladkov wrote: > > Greetings! > > > > For indexing purposes, macros definitions and typedefs are added to the > > semind database. Functions that are not used in the code are also indexed. > > Thank you very much, pushed now, an ... apologies for this huge delay. Looks like I'm the only one using this indexer at work. But in case anyone is interested, I have a vim plugin for semind [1]. [1] https://github.com/legionus/vim-semind