mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Start figuring out where the pieces go
This commit is contained in:
@@ -177,6 +177,7 @@ class Project
|
||||
for [column, length] in matchPositions
|
||||
range = new Range([row, column], [row, column + length])
|
||||
match = lineText.substr(column, length)
|
||||
console.log(path)
|
||||
iterator({path, range, match})
|
||||
|
||||
deferred = $.Deferred()
|
||||
|
||||
Reference in New Issue
Block a user