Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

Collaboration: 'New Document' instead of 'New Empty Document' #2553

Open mjainQA opened 7 years ago

mjainQA commented 7 years ago

Short Summary

Why does it say 'New Empty Document' instead of 'New Document' for users to create a new file in their session?

Steps to Reproduce

Click Collaboration icon in left side bar Click Enable and fill in your ActiveState credentials. Click on cog icon Select 'New Empty Document'

Expected results

Actual results

Platform Information

Komodo Edit or IDE? IDE Komodo Version? 10.2.2 Operating System (and version)? macOS

Additional Information

image

Naatan commented 7 years ago

It says "New Document from File", basically this imports that document into collab and lets you collab that way. Might make sense to rename this to "Collab on Existing File" or something.

th3coop commented 7 years ago

It says "New Document from File",

@Naatan this ticket is only talking about New Empty Document. Empty is pointless. I've update the description and title to be a little more clear.