Author Topic: Version control  (Read 2942 times)

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Version control
« on: October 03, 2018, 03:55:45 PM »
Hi,

Is there a way to display icon in front of line affected by change ?
For example, when I use git diff, it show me line, and modification.
Any way to show inside SE, which line are impact by current modifications ?

Thanks

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Version control
« Reply #1 on: October 03, 2018, 03:58:22 PM »
Go to Tools>Version Control>Diff with most up to date version.  It should automatically detect that the file is diff.  You may have to turn on some version control system for the current project in order for it to detect it.  But Subversion and Git should automatically be detected.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Version control
« Reply #2 on: October 03, 2018, 04:00:51 PM »
Yes this launch DiffZilla Pro and inside it, there is a bar with modifications on red.
I think, maybe, a day we could have this bar directly on SE :) ?

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Version control
« Reply #3 on: October 03, 2018, 04:04:27 PM »
Oh, I see what you mean.  I would like that for a future version, but can't make any promises about that.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Version control
« Reply #4 on: October 03, 2018, 04:07:22 PM »
No problem :)
I try to help to find good / new features.
Even if SE is already my favorites IDE mostly due to his features :)

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Version control
« Reply #5 on: October 09, 2018, 09:50:34 AM »
Here is a screenshot from another IDE :)
I like the version change in minimap and in IDE itself.
The minimap display breakpoints too.
Very good idea to implement it, one day, in SE

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Version control
« Reply #6 on: October 09, 2018, 11:54:45 AM »
It's a really good idea, just a matter of having the time.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Version control
« Reply #7 on: October 09, 2018, 11:58:04 AM »
I know :(

For you there is a way to do that using Slick-C ?
I can give it a try :)

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Version control
« Reply #8 on: October 09, 2018, 11:59:58 AM »
No, it would need to be threaded in C++ code.

jmfrouin

  • Senior Community Member
  • Posts: 103
  • Hero Points: 2
Re: Version control
« Reply #9 on: October 09, 2018, 12:04:30 PM »
OK ... so good luck if one day someone try to implement it :)

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: Version control
« Reply #10 on: October 09, 2018, 12:06:52 PM »
It is not trivial, but I think we're up to the challenge.