mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
The previous API revolved around methods on TextBuffer for querying and manipulating markers based on their id. Now marker creation methods return marker objects. These are still retrievable by id so they can be dealt with across serialization boundaries in the future, but you deal with them directly as objects.