Sublime Forum

Milestones in code

#1

Hey Jon,

I noticed a nifty little feature on my workmate’s editor of choice CSSEdit, which I think can apply to all coding situations.
The idea is that you can set a “Milestone” at an important point of coding and then roll back to that milestone if something goes wrong.

It’s a nice safety net, details of the feature are at this link - macrabbit.com/cssedit/features/debug/

I would love to see something similar in Sublime Text.

Many thanks,
Jordan

0 Likes

#2

Well, for my point of view, it shouldn’t in a light editor, you can use git (I know its a bit more complex to use)

0 Likes

#3

You could modify the AutomaticBackups plugin to add milestone support, or just use Mercurial.

0 Likes

#4

Thanks, it looks like AutomaticBackups is exactly what I’m looking for :smile:

0 Likes