Book a Demo

Author Topic: Change colors of diagram objects before Check In  (Read 3960 times)

phdare

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Change colors of diagram objects before Check In
« on: April 02, 2015, 06:09:41 pm »
 I'm developing an Add-in that changes some colors/styles of diagram objects, but I don't want to propagated these change into SVN repository (via Package Control). Thus, I want to remove all the changes before launching SVN Check In. Please let me know if there is an broadcast event that will be called before Package Control actions launch. (User right click on 'package' then select Package Control --> Check In)
Thanks

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Change colors of diagram objects before Check
« Reply #1 on: April 02, 2015, 08:07:45 pm »
There is none. You could write an add-in that does what you need and then triggers the check-in. You would need to train the users to use that add-in instead of the native check-in.

q.
« Last Edit: April 02, 2015, 08:07:57 pm by qwerty »