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?
Tags and COBOL (again)
What do the TagsSearchWordCurrent1 through TagsSearchWordCurrent4 functions do?
The first tag support in Zeus was via external tag files. These functions where used to search the external tag files using the information provided by the user in the Options Editor Options menu, Tags panel.
With the addition of the internal tag database feature these functions where made obsolete.
I'm looking for a way to run a tag search on a partial name. Any ideas?
The tag search dialog allows wild card searching.
For example:
- Open this workspace file: c:\Program Files\Zeus\zOxygen\example\xOxygen.zwi
- Select the Tags, Tags Search Results menu
- Type in OxyP* or oxyP* and hit the Search button.
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?
Yes.
Is there any way to search a specific tags DB only?
No.
Is your F1 key bound to the TagsSearchWordCurrent functionI 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?

In the Document Type there is is a Tags Database panel and on this panel there is an option to turn off the intellisensing.
I would have expected to only see this message if an intellisense command was run on a document type that has intellisensing disabled.
I will check to make sure this is the case

Cheers Jussi
This issue should now be fixed in the latest Zeus patch found here: http://www.zeusedit.com/forum/viewtopic.php?p=4119
Cheers Jussi
Cheers Jussi