View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004791 | DarkRadiant | GUI | public | 06.05.2018 13:55 | 05.09.2021 18:21 |
Reporter | R Soul | Assigned To | greebo | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
OS | Windows 10 | ||||
Product Version | 2.5.0 | ||||
Target Version | 2.12.0 | Fixed in Version | 2.12.0 | ||
Summary | 0004791: Copy model/entity/prefab paths to clipboard | ||||
Description | After right clicking to select Create Entity, Create Model etc, it would be useful if the following window allowed us to copy the path of the selected item to the clipboard. It would help when asking a question in the forum about a specific thing because we could just paste the full path. It would also help when creating new ones, because we could quickly search the text file for a similar thing to use as a base. | ||||
Tags | No tags attached. | ||||
It's possible to copy a path from the pickers, but the result would depend on the context. For models this would refer to the actual path within the mod: models/darkmod/decorative/statues/abbey_statue_001.lwo Whereas for particles it would be the decl name (the one stored in the .prt file, minus the .prt ending): tdm_fire_gaslight_glare.prt Similar for textures or sound shaders, here the def name can be copied: textures/darkmod/stone/natural/dark_dirt_smeary environmental_sewer_sounds01 One question though: you said "it would also help when creating new ones, because we could quickly search the text file for a similar thing to use as a base." I'm not sure how the path could help with searching? |
|
|
|
Currently implemented for the Media Browser, Model Selector, Prefab Selector, Sound Chooser and Particle Chooser. | |
DarkRadiant: master d82c943d 30.01.2021 03:39 Details Diff |
0004791: Extend default ResourceTreeView context menu by a "Copy Resource Path" option, defaulting to fullPath, overridable by subclasses. |
Affected Issues 0004791 |
|
mod - include/version.h | Diff File | ||
mod - libs/wxutil/dataview/ResourceTreeView.cpp | Diff File | ||
mod - libs/wxutil/dataview/ResourceTreeView.h | Diff File | ||
DarkRadiant: master dd4b98bf 30.01.2021 03:58 Details Diff |
0004791: PopupMenu hides separators at the bottom of the menu |
Affected Issues 0004791 |
|
mod - libs/wxutil/menu/PopupMenu.cpp | Diff File | ||
DarkRadiant: master f48acb91 30.01.2021 04:14 Details Diff |
0004791: Add another option to let client code decide which column the decl path is located in. |
Affected Issues 0004791 |
|
mod - libs/wxutil/dataview/ResourceTreeView.cpp | Diff File | ||
mod - libs/wxutil/dataview/ResourceTreeView.h | Diff File | ||
DarkRadiant: master c96c1406 30.01.2021 04:15 Details Diff |
0004791: Implement resource path selection for the ModelTreeView. Since it is storing the skin paths and model paths in separate columns we need to override the base logic. |
Affected Issues 0004791 |
|
mod - radiant/ui/modelselector/ModelTreeView.cpp | Diff File | ||
mod - radiant/ui/modelselector/ModelTreeView.h | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
06.05.2018 13:55 | R Soul | New Issue | |
06.05.2018 14:02 | greebo | Status | new => acknowledged |
06.05.2018 16:37 | greebo | Note Added: 0010447 | |
06.05.2018 16:37 | greebo | Note Edited: 0010447 | |
06.05.2018 16:37 | greebo | Note Edited: 0010447 | |
06.05.2018 16:37 | greebo | Note Edited: 0010447 | |
31.01.2019 18:12 | orbweaver | Severity | normal => feature |
31.01.2019 18:12 | orbweaver | Summary | Feature Request: Copy model/entity/prefab paths to clipboard => Copy model/entity/prefab paths to clipboard |
30.01.2021 04:29 | greebo | Changeset attached | => DarkRadiant master d82c943d |
30.01.2021 04:29 | greebo | Changeset attached | => DarkRadiant master dd4b98bf |
30.01.2021 04:29 | greebo | Changeset attached | => DarkRadiant master f48acb91 |
30.01.2021 04:29 | greebo | Changeset attached | => DarkRadiant master c96c1406 |
30.01.2021 04:29 | greebo | Assigned To | => greebo |
30.01.2021 04:29 | greebo | Status | acknowledged => assigned |
30.01.2021 04:29 | greebo | Target Version | => 2.12.0 |
30.01.2021 04:30 | greebo | Status | assigned => resolved |
30.01.2021 04:30 | greebo | Resolution | open => fixed |
30.01.2021 04:30 | greebo | Fixed in Version | => 2.12.0 |
30.01.2021 04:30 | greebo | Note Added: 0013567 | |
30.01.2021 04:30 | greebo | File Added: 2021-01-30 05_29_50-Choose Model.png | |
30.01.2021 04:32 | greebo | Note Added: 0013568 | |
05.09.2021 18:21 | greebo | Status | resolved => closed |