Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ViewT1.0 (ViewTooltypes) by Phil Dietz
Original version: 18-Jan-1994
Modified AROS-friendly version: 12-Sep-2019
DESCRIPTION: a small CLI program to view/edit ToolTypes for icons.
It's residentiable as well. PublicDomain with source included.
GIBBERISH: Here's a very simple program I threw together.
I made it cuz I was sick of having to use Workbench to view
or change an icons ToolTypes. My HD controller is quite slow
so manipulating an icon in a dir or layers of dirs is painful.
Who said C couldn't write small code...[cough cough] :-)
USAGE: ViewT FILE/A,VIEW/S,ADD/K,DEL/K/N
FILE/A - Path of file icon to view (without .info extension)
VIEW/S - View's the tooltypes of the icon (default)
ADD/K - Add's the string after ADD to the icon's tooltypes
DEL/K/N- Delete's the number of the ToolType line shown by VIEW.
ie show tooltypes: ViewT sys:wbstartup/SetDefMon
or ViewT sys:wbstartup/SetDefMon view
add a type: ViewT sys:wbstartup/SetDefMon add "FOOD=BIG TACO"
delete entry 5: ViewT sys:wbstartup/SetDefMon del 5
FILES: ViewT_68k -> original executable for Amiga, from P.Dietz
ViewT_68k.c -> original source code from P.Dietz
ViewT.c -> modified version by Mmartinka
ViewT_i386 and ViewT_x64 -> 32 and 64 bit builds for AROS
REQUIREMENTS: WB2.04 or greater
|