#include <WWhizInterface2.h>
Public Methods | |
virtual void | FilesExtReset ()=0 |
virtual void | FilesExtRemoveAll ()=0 |
virtual void | FilesExtAdd (CString ext)=0 |
virtual void | FilesExtRemove (int index)=0 |
virtual const CString& | FilesExtGet (int index)=0 |
virtual int | FilesExtGetCount ()=0 |
virtual void | TagsExtReset ()=0 |
Resets the tag extension list to the defaults:. More... | |
virtual void | TagsExtRemoveAll ()=0 |
Remove all extensions in the extension list. | |
virtual void | TagsExtAdd (CString ext)=0 |
Adds a new tag file extension. | |
virtual void | TagsExtRemove (int index)=0 |
Removes a tag file extension. | |
virtual int | TagsExtGetCount ()=0 |
virtual const CString& | TagsExtGet (int index)=0 |
virtual UINT | GetTagAutoPackAmount ()=0 |
The tags are automatically packed every x tag refreshes. More... | |
virtual void | SetTagAutoPackAmount (UINT amount)=0 |
The tags are automatically packed every x tag refreshes. More... | |
virtual bool | GetAutoRefreshTags ()=0 |
virtual void | SetAutoRefreshTags (bool autoRefresh)=0 |
virtual bool | GetScanFilesTaskSwitch ()=0 |
virtual void | SetScanFilesTaskSwitch (bool scanFiles)=0 |
virtual void | IgnoreTokensReset ()=0 |
Resets the token ignore list to the defaults:. More... | |
virtual void | IgnoreTokensRemoveAll ()=0 |
Remove all tokens in the token ignore list. | |
virtual void | IgnoreTokensAdd (CString ext)=0 |
Adds a new token to ignore. | |
virtual void | IgnoreTokensRemove (int index)=0 |
Removes a token to ignore. | |
virtual int | IgnoreTokensGetCount ()=0 |
virtual const CString& | IgnoreTokensGet (int index)=0 |
virtual UINT | GetTagAutoSaveAmount ()=0 |
The tags are automatically saved after there have been x file saves. More... | |
virtual void | SetTagAutoSaveAmount (UINT amount)=0 |
The tags are automatically saved after there have been x file saves. More... |
|
Adds a new file extension. |
|
Gets a file extension from the list. |
|
Retrieves the number of registered file extensions. |
|
Removes a file extension. |
|
Remove all extensions in the extension list. |
|
Resets the file extension list to the defaults: cpp, c, cxx, cc, h, hpp, hh, inl Currently, the list of file extensions is only used by the registration module's header flip. |
|
|
|
|
|
The tags are automatically packed every x tag refreshes.
|
|
The tags are automatically saved after there have been x file saves.
|
|
Adds a new token to ignore.
|
|
|
|
|
|
Removes a token to ignore.
|
|
Remove all tokens in the token ignore list.
|
|
Resets the token ignore list to the defaults:. _AFXWIN_INLINE The list of tokens to ignore is used when files are processed by CTags. |
|
|
|
|
|
The tags are automatically packed every x tag refreshes.
|
|
The tags are automatically saved after there have been x file saves.
|
|
Adds a new tag file extension.
|
|
|
|
|
|
Removes a tag file extension.
|
|
Remove all extensions in the extension list.
|
|
Resets the tag extension list to the defaults:. cpp, c, cxx, cc, h, hpp, hh, inl The list of tag extensions is used when considering which files should be processed by CTags. |