[question] how can i add to or edit this menu ??

Discussion related to "Everything" 1.5 Alpha.
Post Reply
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

[question] how can i add to or edit this menu ??

Post by asamirid »

greetings all..

it's a simple straight question but i have no clue ..

how can i [add to / edit / rearrange] this menu in the image below..


ev_rename_003_Screenshot_193600.png
ev_rename_003_Screenshot_193600.png (214.59 KiB) Viewed 1122 times
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: [question] how can i add to or edit this menu ??

Post by NotNull »

You can't.

The closest you can get is by creating your own language/translation instead of English (using a template) where you can partially replace some of the texts in this dialog. No adding text though.
(not recommended)
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

Re: [question] how can i add to or edit this menu ??

Post by asamirid »

thanx NotNull for the answer,

no i will not do the translation template trick.. very corky

i hope i can add to this menu and rearrange it in the future releases,

i use this dialog to rename by parent folder, trim extra spaces, remove diacritics characters, regex name normalization and more,

i do all these tasks by fixed preset phrases i made before and kept it as text file ..

importing and using these presets from this menu is a big help and quality improvement..
NotNull wrote: Sat Aug 26, 2023 6:28 pm You can't.

The closest you can get is by creating your own language/translation instead of English (using a template) where you can partially replace some of the texts in this dialog. No adding text though.
(not recommended)
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: [question] how can i add to or edit this menu ??

Post by NotNull »

asamirid wrote: Sat Aug 26, 2023 8:01 pm i use this dialog to rename by parent folder, trim extra spaces, remove diacritics characters, regex name normalization and more,
Thàt is something that can be done: left to the black triangle you can click the drop-down arrow ( V ) for old format and new format.
When you click it, a list with previous used patterns will be shown to select from.


You could even add a desription for the new format (not the old one, unfortunately), by using a dummy (preprocessor) function that has no effect as follows (example):

Code: Select all

Old format = %1.%2
New format = [undef:my description]%1___%2
(this will rename name.extension to name___extension), ignoring the [undef:my description] part



BTW: Rename-set "bookmarks" are on the to-do list
asamirid
Posts: 127
Joined: Sat Oct 13, 2018 12:28 pm

Re: [question] how can i add to or edit this menu ??

Post by asamirid »

NotNull wrote: Sat Aug 26, 2023 9:16 pm Thàt is something that can be done: left to the black triangle you can click the drop-down arrow ( V ) for old format and new format.
When you click it, a list with previous used patterns will be shown to select from.
ya i know that, but selecting from this drop-down list will not add-in to what is exist on the text filed but replace it, this usually miss-up the rename process.

NotNull wrote: Sat Aug 26, 2023 9:16 pm You could even add a desription for the new format (not the old one, unfortunately), by using a dummy (preprocessor) function that has no effect as follows (example):

Code: Select all

Old format = %1.%2
New format = [undef:my description]%1___%2
(this will rename name.extension to name___extension), ignoring the [undef:my description] part
thank you for the tip.
Post Reply