Bug 548384 - [Win32] Simplify directory handling in TaskBar
Summary: [Win32] Simplify directory handling in TaskBar
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.13   Edit
Hardware: PC Windows All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Nikita Nemkin CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-18 07:41 EDT by Nikita Nemkin CLA
Modified: 2019-09-24 09:29 EDT (History)
1 user (show)

See Also:


Attachments
JumpListExample.java (2.40 KB, application/octet-stream)
2019-06-18 07:41 EDT, Nikita Nemkin CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Nemkin CLA 2019-06-18 07:41:21 EDT
Created attachment 278987 [details]
JumpListExample.java

TaskBar needs to delete and re-create the directory that stores JumpList icons
(AppData/Local/<AppID>/ico_dir).

It uses IFileOperation for this, but pure Java API would make more sense (and less code).

Simple JumpList example for testing is attached.
Comment 1 Eclipse Genie CLA 2019-06-18 10:31:10 EDT
New Gerrit change created: https://git.eclipse.org/r/144367