News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Icon decoration, aka File Visual State

Started by daniloz, June 29, 2012, 04:06:15 PM

Previous topic - Next topic

daniloz

Hi All,

I'm still working on a plugin for MS Visual Sourcesafe (version control) and right now I'm at the point where I'd like to play with the icon decorations on the project tree.
However, I'm quite lost on the C::B sources and would appreciate any help from you guys.

I see that ProjectFile::SetFileState(FileVisualState state) is called from several places within C::B sources, so:
  - I'm afraid that any change that I'll do from my plugin will be overwritten by the C::B itself
  - I'd like to know if there's a way to somehow take control of the File Visual State and overcome this issue

Thanks!