Skip to content

Commit

Permalink
Added reporting when indexing is completed (#499).
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulchenko committed Jul 30, 2015
1 parent cc83b80 commit bbb7f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/editor/outline.lua
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ local function indexFromQueue()
DisplayOutputLn(TR("Can't open '%s': %s"):format(fname, err))
end
ide:PopStatus()
if #outline.indexqueue == 0 then ide:SetStatus(TR("Indexing completed.")) end
ide:DoWhenIdle(indexFromQueue)
end
return
Expand Down

0 comments on commit bbb7f6a

Please sign in to comment.