Tags and COBOL (again)
Posted: Wed Sep 10, 2008 2:01 pm
Jussi,
What do the TagsSearchWordCurrent1 through TagsSearchWordCurrent4 functions do?
I'm looking for a way to run a tag search on a partial name. For instance, I have a tag name "AUXITEMR.cpy [EPAUXITEM.cbl]", and I'd like the search results for name = "AUXITEMR.cpy". I'm not sure if SQLite supports LIKE, but basically what I'd like to see is the ability to do a search for tag_item.name LIKE 'name%' in addition to the current equality. Any ideas?
When I do a tag search, do all the installed tag files for the document type get searched in addition to the workspace tags file?
Is there any way to search a specific tags DB only?
I often get the message "The Tags Database intellisensing feature is disabled for this document type" when using F11 to do a tags search. It appears to mean that the word was not found in the tags db(s). Is that the correct interpretation?
What do the TagsSearchWordCurrent1 through TagsSearchWordCurrent4 functions do?
I'm looking for a way to run a tag search on a partial name. For instance, I have a tag name "AUXITEMR.cpy [EPAUXITEM.cbl]", and I'd like the search results for name = "AUXITEMR.cpy". I'm not sure if SQLite supports LIKE, but basically what I'd like to see is the ability to do a search for tag_item.name LIKE 'name%' in addition to the current equality. Any ideas?
When I do a tag search, do all the installed tag files for the document type get searched in addition to the workspace tags file?
Is there any way to search a specific tags DB only?
I often get the message "The Tags Database intellisensing feature is disabled for this document type" when using F11 to do a tags search. It appears to mean that the word was not found in the tags db(s). Is that the correct interpretation?