| Summary: | [CodeEditWidget] Filename is not configurable | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Sebastian Pahnke <pahnke.sebastian> | ||||||
| Component: | Editor | Assignee: | Sebastian Pahnke <pahnke.sebastian> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | Michael_Rennie | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | 17.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows NT | ||||||||
| See Also: | https://github.com/eclipse/orion.client/pull/240 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
GitHub Pull Request 240 created by [spahnke] https://github.com/eclipse/orion.client/pull/240 Created attachment 271140 [details]
Configured file name
Merged. Thanks Sebastian! |
Created attachment 271139 [details] Hard coded file name If you have multiple code edit widgets on one page they share a virtual file system. This is pretty useful if the source codes are connected because in the first editor you can get content assist for variables declared in the second editor (in my case one source code exports stuff which the other then uses). However, the virtual file name of each editor is hardcoded to "foo.js" which is not very pretty to look at (see attachment). It should be made configurable.