Author Topic: Icon decoration, aka File Visual State  (Read 7238 times)

Offline daniloz

  • Regular
  • ***
  • Posts: 268
Icon decoration, aka File Visual State
« on: June 29, 2012, 04:06:15 pm »
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!