-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some Improvements #92
base: master
Are you sure you want to change the base?
Conversation
Added Test Connection button on Settings Dialog and created an Backup All Button for downloading the current changed files
Once you click on the status text it'll open the log viewer dialog. Added completed %, number of errors and succesfull transactions at the end of the status line.
##Added support for multiple server settings - Changed preferences name from server_info to server_list - On the first time it opens and only have server_info it will add it to the server_list with the "default" name and make it the selected server - To change server open the server setup and select it on the left panel list - After adding a server it will not be selected, you need to. - When selecting a project the setup button will show it's name ##Added Log Dialog Viewer - Click on the updating label to open the log viewer - Has clear button - Log is per brackets session, not saved ### Updated Status Bar Messages - Looks like this: Uploading <file>... 66% (2 ok/0errors )[Queued 3] - When uploading a folder from project explorer it will show [Queueing 5...] - Add events 'queued' and 'queuedend' for this Added Log Viewer
Add FTP download
Started ftp browser; Fixed download of file paths being stuck fir dirname. Added full description to log (remotePath + localPath)
Made some more bug fixes on the stuffed I added and changed the backup style, now it's more configurable and organized I guess. |
strange bugs https://cl.ly/iAA1 The plugin upload edited files from all projects to all servers |
Is there any update on this? I really need multiple server settings per project. |
Hello, let me try this again... =)
First, thanks very much. This extension has been great for teaching me how to code brackets.
I'm loving it.
But since it's my first, I may haven got carried away a little.
So, if there's anything that I can do to make the pull request easier, just let me know.
Improvements made:
I've updated the read.me with some of the improvements, and all new strings are translated into portugue-br too.
Cheers!