This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 402150 - [bug] Copy and paste into Script Explorer not showing new file
Summary: [bug] Copy and paste into Script Explorer not showing new file
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VJET (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Jack Liu CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-01 11:07 EST by Justin Early CLA
Modified: 2017-04-11 15:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Early CLA 2013-03-01 11:07:30 EST
Steps to reproduce

1. Copy or drag .js file from file system
2. Paste / drop into script explorer into a VJET enabled project

actual result

New js file doesn't show up

expected result

.js file should be revealed in the script explorer under the folder that file was dropped or pasted into

work around 

close project and open project the file is there.
Comment 1 Justin Early CLA 2013-03-01 11:08:04 EST
Jack can you please look into this one
Comment 2 Jack Liu CLA 2013-03-04 08:31:00 EST
Can not reproduce.
Test env:
1. 0.9
2. 0.10.0
3. Runtime env with latest code.

Please let me detail on how to reproduce the bug.
Comment 3 Jack Liu CLA 2013-03-14 09:29:41 EDT
Fixed.

git.eclipse.org/gitroot/vjet/org.eclipse.vjet.dltk.git
* [new branch]      b_402150 -> b_402150

The root cause is:
  the new element's parent is not visible in tree view.
Comment 4 Justin Early CLA 2013-03-14 12:53:50 EDT
Verified that this is working now, merged into master.