SublimeText / PackageDev

Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436 stars 83 forks source link

Remove old code #204

Closed Thom1729 closed 5 years ago

Thom1729 commented 5 years ago

Add a dependency on sublime_lib and remove a bunch of code that's no longer necessary:

Thom1729 commented 5 years ago

I agree that we should rename the stuff that remains, but I don't think we need to do that in this PR. There is definitely more that can be removed, and I wouldn't be surprised if some functionality were added to sublime_lib as a result of this refactoring, so it's hard to say what the remnants will look like just yet.

Plus, this is already touching a lot of lines in a lot of files.

FichteFoll commented 5 years ago

I just believe that a state in which there are two sublime_libs is undesireable.

But don't worry, I'll go ahead and do it myself.