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

Commit

Permalink
global buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Apr 10, 2018
1 parent 0fbe865 commit c8bfca4
Show file tree
Hide file tree
Showing 15 changed files with 714 additions and 189 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[![Share via Facebook](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Facebook.png)](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&quote=vscode-deploy-reloaded) [![Share via Twitter](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Twitter.png)](https://twitter.com/intent/tweet?source=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&text=vscode-deploy-reloaded:%20https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&via=mjkloubert) [![Share via Google+](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Google+.png)](https://plus.google.com/share?url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded) [![Share via Pinterest](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Pinterest.png)](https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&media=https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/demo1.gif&description=Recoded%20version%20of%20Visual%20Studio%20Code%20extension%20%27vs-deploy%27%2C%20which%20provides%20commands%20to%20deploy%20files%20to%20one%20or%20more%20destinations.) [![Share via Reddit](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Reddit.png)](https://www.reddit.com/submit?url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&title=vscode-deploy-reloaded) [![Share via LinkedIn](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/LinkedIn.png)](https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&title=vscode-deploy-reloaded&summary=Recoded%20version%20of%20Visual%20Studio%20Code%20extension%20%27vs-deploy%27%2C%20which%20provides%20commands%20to%20deploy%20files%20to%20one%20or%20more%20destinations.&source=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded) [![Share via Wordpress](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Wordpress.png)](https://wordpress.com/press-this.php?u=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded&quote=vscode-deploy-reloaded&s=Recoded%20version%20of%20Visual%20Studio%20Code%20extension%20%27vs-deploy%27%2C%20which%20provides%20commands%20to%20deploy%20files%20to%20one%20or%20more%20destinations.&i=https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/demo1.gif) [![Share via Email](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/share/Email.png)](mailto:?subject=vscode-deploy-reloaded&body=Recoded%20version%20of%20Visual%20Studio%20Code%20extension%20'vs-deploy'%2C%20which%20provides%20commands%20to%20deploy%20files%20to%20one%20or%20more%20destinations.:%20https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dmkloubert.vscode-deploy-reloaded)

## 0.69.0 (April 10th, 2018; log files)

* added `Deploy Reloaded: Log files ...` command, which can open an extension's log file now
* can define [global buttons](https://github.com/mkloubert/vscode-deploy-reloaded/wiki/buttons) now, s. [issue #52](https://github.com/mkloubert/vscode-deploy-reloaded/issues/52)
* code cleanups and improvements

## 0.68.1 (April 9th, 2018; improved output)

![Demo Emoji icon output](https://raw.githubusercontent.com/mkloubert/vscode-deploy-reloaded/master/img/demo28.gif)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ Press `F1` and enter one of the following commands:
| `Deploy Reloaded: Delete ...` | Commands for deleting files. |
| `Deploy Reloaded: Deploy ...` | List of commands for deploying files. |
| `Deploy Reloaded: List directory ...` | Lists a (remote) directory. |
| `Deploy Reloaded: Log files ...` | Opens a log file of that extension. |
| `Deploy Reloaded: Proxies ...` | Handles [TCP proxies](https://github.com/mkloubert/vscode-deploy-reloaded/wiki/proxies). |
| `Deploy Reloaded: Pull ...` | Pull or download files from remote. |
| `Deploy Reloaded: Select deploy operation ...` | Lets the user select an operation for the active document. |
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 54 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deploy-reloaded",
"displayName": "Deploy (Reloaded)",
"description": "Deploys files of a workspace to a destination.",
"version": "0.68.1",
"version": "0.69.0",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.22.0"
Expand Down Expand Up @@ -57,6 +57,11 @@
"title": "List directory ...",
"category": "Deploy Reloaded"
},
{
"command": "extension.deploy.reloaded.logFiles",
"title": "Log files ...",
"category": "Deploy Reloaded"
},
{
"command": "extension.deploy.reloaded.proxies",
"title": "Proxies ...",
Expand Down Expand Up @@ -322,6 +327,54 @@
}
}
},
"buttons": {
"type": "array",
"description": "Defines one or more global buttons, which execute a command.",
"items": {
"description": "Settings for a button.",
"type": "object",
"properties": {
"arguments": {
"description": "One or more argument for the underlying command.",
"type": "array"
},
"color": {
"description": "The (text) color for the button when proxy is running.",
"type": "string",
"default": "button.foreground"
},
"command": {
"description": "The ID of the command to execute.",
"type": "string"
},
"enabled": {
"description": "Enable button or not.",
"type": "boolean",
"default": true
},
"isRight": {
"description": "Put button on the right side or not.",
"type": "boolean",
"default": false
},
"priority": {
"description": "The priority.",
"type": "integer"
},
"text": {
"description": "The custom display text.",
"type": "string"
},
"tooltip": {
"description": "The custom tooltip.",
"type": "string"
}
},
"required": [
"command"
]
}
},
"checkForRequirements": {
"description": "Defines one or more conditions by (JavaScript) code.",
"type": "array",
Expand Down
Loading

0 comments on commit c8bfca4

Please sign in to comment.