Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Expose code inspection providers for the extensions. #5125

Merged
merged 1 commit into from
Sep 27, 2013
Merged

Expose code inspection providers for the extensions. #5125

merged 1 commit into from
Sep 27, 2013

Commits on Sep 26, 2013

  1. Expose code inspection providers for the extensions.

    First go at inspectFile method.
    
    Removed Async.withTimeout from inspectFile()
    
    Separated getProvider and inspectFile logic, added usage of DocumentManager.getOpenDocumentForPath to inspectFile
    
    Modified run() to use new methods.
    
    Moved $problemsPanelTable event handlers from run() to htmlReady() for optimization.
    
    Fix the case when getCurrentDocument returns null.
    
    Check if current document hasn't changed while inspectFile was running
    
    remove async handling of provider.scanFile
    
    Refactored according to comments.
    
    Made provider response nullable again, removed the warning.
    
    Refactored getProvider to getProviderForPath and updated docs.
    
    Remove getProvider from exports.
    zaggino committed Sep 26, 2013
    Configuration menu
    Copy the full SHA
    3ca4f26 View commit details
    Browse the repository at this point in the history