This repository was archived by the owner on Oct 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
upgrade to api 1.0 #34
Merged
lierdakil
merged 21 commits into
atom-haskell:master
from
jmquigs:jmq-autocomplete-upgrade
Feb 8, 2015
Merged
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a784d36
upgrade to API 1.0
jmquigs c121ee9
upgrade to API 1.0: require jquery and atom-space-pen-views modules
jmquigs f34c25f
upgrade to API 1.0: use atom-text-editor::shadow in .less file
jmquigs 8310003
upgrade to API 1.0: use .gutter selector rather than "gutter" property
jmquigs 3e6acf3
upgrade to API 1.0: remove EditorControl's dependencies on editorview
jmquigs 92ffdb0
upgrade to API 1.0: store the haskell controller on the editor model,…
jmquigs ac005e6
upgrade to API 1.0: fix more misc deprecation warnings, where possible
jmquigs ac8c81a
upgrade to API 1.0: use editor.onWillSave
jmquigs e66eb0b
upgrade to API 1.0: use getView to get the editor element for pixelPo…
jmquigs 85171dc
upgrade to API 1.0: after finding the cabal file, store its directory…
jmquigs 408e726
upgrade to API 1.0: use buffer.onDidSave instead of 'saved' event
jmquigs 109be9a
upgrade to API 1.0: upgrade to new autocomplete API
jmquigs 0eb3061
upgrade to API 1.0: use new autocomplete provider interface
jmquigs e3eefc8
upgrade to API 1.0: rename stylesheets directory to "styles"
jmquigs 197e5c5
upgrade to API 1.0: use the providedServices configuration object to …
jmquigs 0ab9aa8
upgrade to API 1.0: use a weakmap to track editor controllers
jmquigs eb4846c
upgrade to API 1.0: use a weakmap to track completion providers
jmquigs 42bbf67
upgrade to API 1.0: use rootElement,querySelectorAll for class queries
jmquigs a7cce26
upgrade to API 1.0: remote atom.project.cabalProjectRoot, replaced by…
jmquigs feb3a3a
upgrade to API 1.0: fix issue with haskell-ide not activating unless …
jmquigs a13badb
Upgrade atom version in package.json. Update changelog
jmquigs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can use an anonymous object if you would like; you certainly don't have to, this is acceptable also.