08.03.22 Added: New internal command cm_SwitchFileTipWindows to enable/disable the display of tooltips (hints) for files. Also accepts parameters 0=toggle, 1=on, 2(or -1)=off (32/64)
This is a great idea, since tooltips can be very helpful and a bit annoying at times.
What about a 3rd option besides on and off: "only for icon"?
When set, the tooltips are not entirely deactivated but do only show up once the mouse hovers the file icon.
This would give convenient access to the information but avoids most "accidental" tooltip displays when moving the mouse.
Regarding toggle, TC could then either iterate over the 3 options or switch between off and on/icon (depending on what was used last).
While on subject on tooltips configuration,
what about expanding the 'custom fields editor' to multiline editor, even with preview like in the plugin property browser in the MRT?
The single line is too cumbersome for editing, especially for tooltips with several lines using plugin fields. The text is just too long to be displayed in one field and navigation in text is very troublesome.
solid wrote: 2022-04-23, 09:45 UTC
While on subject on tooltips configuration,
what about expanding the 'custom fields editor' to multiline editor, even with preview like in the plugin property browser in the MRT?
The single line is too cumbersome for editing, especially for tooltips with several lines using plugin fields. The text is just too long to be displayed in one field and navigation in text is very troublesome.
I can certainly confirm this and a more convenient GUI would be great.
I always use a plain text editor to edit the tooltips ini more conveniently in multiple lines.
Even though this comes with some other drawbacks (e.g., the missing selection of available fields) I still prefer this option over the single line textbox in the tc config.
Ziabrev wrote: 2022-05-12, 18:16 UTC
Also takes parameters 0 = toggle, 1 =on, 2 (или -1) =off (32/64)
Where and how are these parameters received?.
HISTORY.TXT wrote:
12.04.22 Release Total Commander 10.50 beta 1
08.03.22 Added: New internal command cm_SwitchFileTipWindows to enable/disable the display of tooltips (hints) for files.
Also accepts parameters 0=toggle, 1=on, 2(or -1)=off (32/64)
If I understood you correctly, you want to know how to apply these parameters.
For example, you can create buttons with these commands:
TOTALCMD#BAR#DATA
cm_SwitchFileTipWindows 0
wciconex.dll,56
cm_SwitchFileTipWindows 0|Enable/disable the display of tooltips (hints) for files|Also accepts parameters 0=toggle, 1=on, 2(or -1)=off (32/64)|https://ghisler.ch/board/viewtopic.php?t=76391|Tooltip configuration
-1
Create a BUTTON in the Buttonbar (copy/paste CODE)
Click on "SELECT ALL" (to the right of CODE:), then press CTRL+C (copy to clipboard).
Right-click on any place in the button bar, then click on "Paste". ⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺⸺
Option1: Point to the new button (slightly longer): 'Tooltip' is shown (-> description to the button).
A maximum of 259 characters is allowed for the tooltip. | = create line break, || = create | as separator character.
Option2: Button bar - "Tooltip" field: A single space deactivates the display of the tooltip.
If the "Tooltip" field is empty, the content of the "Command" field is displayed.
2ghisler(Author)
Could you please do it at command: cm_SwitchFileTipWindows ... Toggle the display of tooltips (hints) for files
to enable the button to be displayed pressed/not pressed, analogous to the command: cm_ToggleAutoViewModeSwitch?
... EDIT: This is solved! -> Details
Last edited by tuska on 2022-05-19, 13:25 UTC, edited 1 time in total.