aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

Desktop Gaget Designer Deletes the code content when writing function comments #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a js file
2. Add a function comment (example: "//this function updates ...")
3. Examine the code lines just after the line you are adding the comment

What is the expected output? What do you see instead?
Expected: The comment should get added to the file and the rest of the code 
should be intact.

Result:
The code lines after the new comment line gets deleted. 

What version of the product are you using? On what operating system?
1.1.0708.17471
Windows Vista SP 1

Please provide any additional information below.
I think, the designer should not provide any auto completion help if the 
user is adding a comment.

Original issue reported on code.google.com by hil...@gmail.com on 14 May 2009 at 11:59