Bug 102777 - Change java scrip editor to be a pop up dialog
Summary: Change java scrip editor to be a pop up dialog
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 1.0.1   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: Future   Edit
Assignee: Wenfeng Li CLA
QA Contact: mindan xu CLA
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2005-07-05 15:35 EDT by diana.peh CLA
Modified: 2010-09-25 05:09 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description diana.peh CLA 2005-07-05 15:35:43 EDT
In the report editor, when you select the Code tab, the Palette displays the 
BIRT and JavaScript objects you can use for scripting. Instead of displaying 
these objects in the Palette, BIRT should open a code editor that is similar to 
the Expression Builder.

It is strange to use the Palette for two different purposes.
Comment 1 Wenbin He CLA 2005-12-08 22:26:55 EST
We are thinking to integrate an existing JS code editor such as WTP's js editor in future release. 
Comment 2 Wenfeng Li CLA 2006-02-03 01:06:00 EST
The suggestion is to have a pop up script editor like expression builder. I think this approach could help address the "hard to find scripts" issue.  We can have the pop up dialog to show all the scrips for the report in a navigator on the left.  And click on that navigator will bring user to the script that they can edit.  This seems consistent with the HTML text editor, expression builder. Both is a pop up.  It also addresses the focus issue and property synch issue when switching from layout to script.  It is indeed a mismatch that the same editor sometime edits the entire report, sometime only edit the script for one report item/element.  Can we consider this for 2.1?