Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2Release
-
Fix Version/s: 2.5.0Release
-
Component/s: Editor
-
Labels:None
-
Number of attachments :
Description
Currently, the outline view for scripts is not too useful. It would be nice to be able to have some custom outline views available for scripts.
Also, in the long term, we should consider exposing an extension point so that third party plugins can provide even more ousomization.
Issue Links
- is depended upon by
-
GRECLIPSE-626
[editor] For scripts, add variable definitions to the outline view
-
Activity
Maxime HAMM
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | patch-0411.patch [ 54620 ] | |
| Attachment | jspresso.zip [ 54621 ] |
Maxime HAMM
made changes -
| Attachment | 0412.org.codehaus.groovy.eclipse.ui.patch [ 54646 ] | |
| Attachment | 0412.org.codehaus.groovy.eclipse.tests [ 54647 ] |
Maxime HAMM
made changes -
| Attachment | patch-0411.patch [ 54620 ] |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.1.3Release [ 17240 ] | |
| Resolution | Fixed [ 1 ] |
Andrew Eisenberg
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Maxime HAMM
made changes -
| Attachment | org.codehaus.groovy.eclipse.ui.2.patch [ 54668 ] | |
| Attachment | org.codehaus.groovy.eclipse.tests.2.patch [ 54669 ] |
Andrew Eisenberg
made changes -
| Attachment | GRECLIPSE-1029-final.patch [ 54682 ] |
Andrew Eisenberg
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Maxime HAMM
made changes -
| Attachment | jspresso.zip [ 54621 ] |
Maxime HAMM
made changes -
| Attachment | Jspresso outline.zip [ 54717 ] |
Andrew Eisenberg
made changes -
| Link |
This issue is depended upon by |
There is a method JavaEditor.setOutlinePageInput() that could be overridden to supply this information. We would essentially need to pass in a mock IJavaElement that has its children ordered in an appropriate way.