View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001247 | Ecere SDK | ide:buildsystem | public | 2022-09-13 18:26 | 2022-09-13 18:27 |
| Reporter | jerome | Assigned To | |||
| Priority | immediate | Severity | feature | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Product Version | 0.44.15 | ||||
| Target Version | 0.44.16 | ||||
| Summary | 0001247: Folder path in .epj project duplicates name | ||||
| Description | For example, in order to set up a parent folder in project to hold 'extras' from $(ECERE_SDK_SRC)/extras, where files inside can be specified with a short name, the 'extras' part must be duplicated as e.g., "Folder" : "$(ECERE_SDK_SRC)/extras/extras" Currently, this seems to allow to name the folder something different than its actual name, where the last (non-existing) path component is the name e.g., "Folder" : "$(ECERE_SDK_SRC)/extras/foo". However, changing the name before the path in the ProjectView folder property box will immediately lose the path (without a way to revert). The path need to be changed last for this to work. All this logic is counter-intuitive. Perhaps we should have a separate "FolderName" property and use the proper actual path? And fix the behavior that changing name loses the path. | ||||
| Tags | No tags attached. | ||||