-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix deprecation warnings in Sprint 23+
- Simpler item renderer code - Add package.json & update README (for new installation steps, new min version requirement, etc.)
- Loading branch information
1 parent
ac7866f
commit 0c7486a
Showing
3 changed files
with
22 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"name": "pflynn.brackets.commands.guide", | ||
"title": "Brackets Commands Quick Search", | ||
"version": "1.0.3", | ||
"engines": { "brackets": ">=0.16" }, | ||
"description": "Search and execute commands by typing part of their name, similar to Quicksilver (or Sublime's Ctrl+Shift+P or Eclipse's Ctrl+3). Press Ctrl+Alt+? (Cmd+Alt+? on Mac) to launch." | ||
} |