Bug 101546 - Add a button to open the Tools-Options-Libreoffice-Paths-Edit Templates dialog directly from the Template Manager
Summary: Add a button to open the Tools-Options-Libreoffice-Paths-Edit Templates dialo...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
5.3.0.0.alpha0+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyMedium, easyHack, skillCpp, topicUI
Depends on:
Blocks: Template-Manager
  Show dependency treegraph
 
Reported: 2016-08-15 17:54 UTC by Yousuf Philips (jay) (retired)
Modified: 2025-09-15 11:14 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yousuf Philips (jay) (retired) 2016-08-15 17:54:32 UTC
We have the Edit Paths dialog in the options dialog under Libreoffice > Paths, so it would be useful to have this same dialog accessible from the templates manager so adding and removing template paths.
Comment 1 Akshay Deep 2016-09-07 17:40:17 UTC
Where in the template manager do u wish to put the button to access the dialog?
Comment 2 Akshay Deep 2016-09-07 17:57:02 UTC
I am talking abt a control to access Edit Paths dialog from template manager
Comment 3 Yousuf Philips (jay) (retired) 2016-09-08 16:24:45 UTC
Put it in the settings button. :D
Comment 4 Heiko Tietze 2020-12-14 18:05:43 UTC
The code for the Edit button at T>O>L>P is in cui/source/options/optpath.cxx IMPL_LINK_NOARG(SvxPathTabPage, PathHdl_Impl, weld::Button&, void)
Comment 5 Vikram Shishupalsingh Bais 2021-02-27 10:01:14 UTC Comment hidden (obsolete)
Comment 6 Buovjaga 2021-02-27 11:33:32 UTC Comment hidden (obsolete)
Comment 7 Vikram Shishupalsingh Bais 2021-02-27 12:19:46 UTC Comment hidden (obsolete)
Comment 8 Xisco Faulí 2022-05-03 11:30:11 UTC Comment hidden (obsolete)
Comment 9 Mohamed Ali 2024-11-26 13:23:52 UTC
I'm working on this
Comment 10 vrakhmanin1 2025-09-14 19:33:12 UTC
Is this still being worked on? If not, I can give it a go.
Comment 11 Buovjaga 2025-09-14 19:34:59 UTC
(In reply to vrakhmanin1 from comment #10)
> Is this still being worked on? If not, I can give it a go.

It's not being worked on. You can find the previous attempts in https://gerrit.libreoffice.org/q/message:tdf%23101546
Comment 12 vrakhmanin1 2025-09-15 11:14:49 UTC
(In reply to Buovjaga from comment #11)
> (In reply to vrakhmanin1 from comment #10)
> > Is this still being worked on? If not, I can give it a go.
> 
> It's not being worked on. You can find the previous attempts in
> https://gerrit.libreoffice.org/q/message:tdf%23101546

Thanks. In that case I will assign to myself and make an attempt.