| Summary: | codeEdit: Need to hook up project metadata to the in memory file system. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Editor | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, Michael_Rennie, pahnke.sebastian |
| Version: | 12.0 | ||
| Target Milestone: | 12.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | 493652 | ||
| Bug Blocks: | |||
|
Description
libing wang
We will then allow end user to use code like codeEdit.fileClient.createFile(projectLocation, ".tern-project"), codeEdit.fileClient.write(ternProjectFileURL, contents). If user uses quick fix in the editor, the .tern-project contents might have been changed so they close the widget, they can decide to use codeEdit.fileClient.read(ternProjectFileURL) to persist the contents by them self. FIxed. Description is here: https://wiki.eclipse.org/Orion/How_Tos/Code_Edit#Options_to_tune_your_.tern-project_and_.eslintrc_files |