Context Menu
Right-clicking any item in the asset grid will bring up a context menu. This menu integrates basic file management functions and dynamically provides specific advanced tools based on the type and quantity of selected assets.
1. Basic Management Functions
Regardless of asset type, the context menu typically includes the following standard operations:
- Rename: Change the filename. The system will automatically synchronize and update associated metadata in the library.
- Delete: Move the asset to the system trash and simultaneously clear management records like tags and thumbnails from the library.
- Locate Folder: Quickly expand and select the directory containing the asset in the left navigation tree.
- Show in File Explorer: Open the local folder window and precisely highlight the physical file.

2. Type-Specific Advanced Features
Sharp Stock intelligently displays specialized tools based on file extensions and attributes:
Image Assets (PNG, JPG, WebP, TGA)
- Split Image (Alpha-based): Automatically detects transparent regions in the image and attempts to batch split a combined image into independent sub-image files.
Atlas Description Files (Plist)
- Split Image (Plist-based): Reads coordinate and dimension information from the Plist file to precisely crop all sub-regions from the original large texture.

Sprite Sheets (Sprites Items)
- Deconstruct Sprites: Reverts a grouped item into its original single-frame image files.
- Generate Atlas (Atlas / Plist): Re-packages currently selected sprites into a standard texture atlas format.
Batch Operation Mode
- Merge to Sprites: When multiple discrete images are selected, they can be aggregated with one click into a virtual "Sprites" asset for unified frame-by-frame preview.
3. Extracting Links and Paths
To facilitate resource referencing in planning documents, collaboration tools, or code, the menu provides extensive path copying options:
- Copy Asset Link: Extracts a protocol link starting with
sharp-stock://open. Clicking it will launch the software and locate the asset. - Copy Redirect Link: Generates an HTTP link containing a web redirect page, suitable for online documents like Lark or DingTalk that cannot recognize private protocols.
- Copy Absolute Disk Path: Copies the complete physical path of the file on the computer.
4. Quick Action Reference
The shortcuts marked in the menu take effect immediately when the asset has focus:
| Function | Shortcut | Description |
|---|---|---|
| Rename | F2 | Enter filename editing mode. |
| Delete | Delete | Trigger file deletion confirmation. |
| Locate Folder | Ctrl + G | Quickly jump to the parent directory. |
| Copy Asset Link | Alt + C | Copy library logical path. |
| Copy Disk Path | Ctrl + Shift + C | Copy physical storage path. |
| Open with Default App | Double-click | Call the system-associated program (e.g., PS) for editing. |
TIP
If certain specific operations (like "Split Image") do not appear, please check if the file extension is standard or if the file is in an abnormal state, such as an SVN conflict.