#1328 closed enhancement (fixed)
Maestro: Enhance Right-Click Resource Tree Menu
Reported by: | crispinatime | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.0 |
Component: | Maestro | Version: | 2.0.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
When editing projects with large numbers of layers the requirement to open editors individually can be time consuming. This suggestion adds support for the "Open" commands when right-clicking on a folder to open all sub-resources (with an appropriate option to cancel if there are many resources).
It also includes right-click support to multiple find-and-replace from the resource tree (Prerequisite is Ticket #1327). However, this is a specific implementation of a generic functionality so needs a review before incorporation into truck.
Attachments (2)
Change History (9)
by , 15 years ago
comment:1 by , 15 years ago
I can't apply these patches. What source did you create these patches from?
comment:2 by , 15 years ago
Hmmm... well, I did a SVN update this morning and then went through the files I had modified and used TortoiseSVN to create a unified diff. Pretty sure this is the same process that I supplied updates with previously. What is the issue?
comment:3 by , 15 years ago
The source filenames in the patches are junk (D:/TempWin/FormMain.c-revBASE.svn001.tmp.cs). I try applying the patches in TortoiseSVN and I can't say what file I want to patch.
comment:4 by , 15 years ago
Yep - can recreate that "junk" (no idea why) will start back with #1326 and create as .patch file that looked a lot better
comment:5 by , 15 years ago
OK - as per the comments in the ticket there is some custom interfacing from the resource menu here into the XML editor with find and replace. This is not particularly generic as there are fixed values that need consideration on how to make flexible and generic.
However, the changes to the EditAsXmlMenu_Click() to support opening multiple resources by clicking at a folder level rather than an individual resource I believe are already suitable for review.
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r4812. I've made some modifications/additions to your proposed patch, see the svn changelog for all the details.
Diffs