What is the difference between Sublime text and Github’s Atom [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago. Improve this question Github announced Atom which is very similar to Sublime. Even some keyboard shortcuts like ⌘ + … Read more

What is PEP8’s E128: continuation line under-indented for visual indent?

Just opened a file with Sublime Text (with Sublime Linter) and noticed a PEP8 formatting error that I’d never seen before. Here’s the text: urlpatterns = patterns(”, url(r’^$’, listing, name=”investment-listing”), ) It’s flagging the second argument, the line that starts url(…) I was about to disable this check in ST2 but I’d like to know … Read more

Comparing the contents of two files in Sublime Text

I have two cloned repositories of two very similar open-source projects, which I have been working on in different instances in Sublime Text 2 to arrive at my desired result. Code from both of these projects was used. I have been using Git as version control for my project, but have not included the original … Read more