Legend:
- Unmodified
- Added
- Removed
-
trunk/cmds.tmp
r1111 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some command definitions for the FM/2 toolbar. 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 7 ; 3 8 ; 4 9 View Files (Ctrl + v) … … 87 92 999 88 93 ; 89 Sort toolb ox94 Sort toolbar 90 95 Sort 91 96 0 92 97 4902 93 98 ; 94 Utility toolb ox99 Utility toolbar 95 100 Utils 96 101 0 97 102 4901 98 103 ; 99 Select toolb ox104 Select toolbar 100 105 Select 101 106 0 -
trunk/config.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some utility definitions for the FM/2 toolbar. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\CONFIG.TLS". 3 ; This file contains definitions for an FM/2 toolbar. 4 4 ; 5 ;Each tool button has four lines that describe it. The first line is 6 ;the help for the button. 7 ; 8 ;The second line is the text for the button (internally defined tools 9 ;have icons, and the text is ignored). 10 ; 11 ;The third line is a number indicating flags associated with the button. 12 ;A flag value of 0 means the button is non-droppable, 1 means the button 13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 14 :spacer following, and 9 means droppable with a spacer following. 15 ; 16 ;The fourth line is the ID of the button (for internal commands only). 17 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 18 ;the first Command to be run and ID 4001 would run the second, and so on. 19 ;4900 marks the first "quick toolbox change" item, and you can 20 ;have up to 50 of them (these buttons load other toolboxes, see 21 ;online help). 22 ; 23 ;You can use \r in the help string to break the help into multiple lines. 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 24 7 ; 25 8 ; … … 94 77 1111 95 78 ; 96 Views toolbox 79 Sort toolbar 97 80 Sort 81 0 82 4902 83 ; 84 Utility toolbar 85 Utils 98 86 0 99 87 4901 100 88 ; 101 Utility toolbox102 Utils103 0104 4902105 ;106 89 ; $Id$ -
trunk/files.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains definitions for an FM/2 toolbox. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\FILES.TLS" 3 ; This file contains definitions for an FM/2 toolbar. 4 4 ; 5 ; Each tool button has four lines that describe it. The first line is6 ; the help for the button.5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 7 7 ; 8 ;The second line is the text for the button (internally defined tools9 ;have icons, and the text is ignored).10 ;11 ;The third line is a number indicating flags associated with the button.12 ;A flag value of 0 means the button is non-droppable, 1 means the button13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a14 :spacer following, and 9 means droppable with a spacer following.15 ;16 ;The fourth line is the ID of the button (for internal commands only).17 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause18 ;the first Command to be run and ID 4001 would run the second, and so on.19 ;4900 marks the first "quick toolbox change" item, and you can20 ;have up to 50 of them (these buttons load other toolboxes, see21 ;online help).22 ;23 ;You can use \r in the help string to break the help into multiple lines.24 ;;25 8 ; 26 9 Rename Files/Directories (Ctrl + r) … … 65 48 ; 66 49 Make Directory (Ctrl + M) 67 M akeDir50 MkDir 68 51 0 69 52 1026 … … 164 147 1111 165 148 ; 166 Views toolbox 149 Sort toolbar 167 150 Sort 151 0 152 4902 153 ; 154 Utility toolbar 155 Utils 168 156 0 169 157 4901 170 158 ; 171 Utility toolbox 172 Utils 173 0 174 4902 175 ; 176 Config toolbox 159 Commands toolbar 177 160 Cmds 178 161 8 -
trunk/quicktls.tmp
r484 r1123 1 1 ; 2 ;Sample quick toolb oxes for FM/22 ;Sample quick toolbars for FM/2 3 3 ; 4 4 cmds.tls … … 8 8 config.tls 9 9 files.tls 10 select.tls10 views.tls 11 11 fm3tools.dat 12 12 ; -
trunk/select.tmp
r476 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some selecting definitions for the FM/2 toolbar. 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 3 7 ; 4 8 ; … … 68 72 10027 69 73 ; 70 Sort toolb ox74 Sort toolbar 71 75 Sort 72 76 0 73 77 4902 74 78 ; 75 Utility toolb ox79 Utility toolbar 76 80 Utils 77 81 0 78 82 4901 79 83 ; 80 Commands toolb ox84 Commands toolbar 81 85 Cmds 82 86 0 -
trunk/sort.tmp
r476 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some sorting definitions for the FM/2 toolbar. 3 ; This file contains definitions for an FM/2 toolbar. 4 ; 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 3 7 ; 4 8 ; … … 34 38 ; 35 39 Sort by create date 36 Cr 40 CrDate 37 41 0 38 42 3012 39 43 ; 40 44 Sort by lastwrite date 41 Lw 45 LwDate 42 46 0 43 47 3010 … … 48 52 3015 49 53 ; 50 Command toolbox54 Commands toolbar 51 55 Cmds 52 56 0 53 57 4900 54 58 ; 55 Utility toolb ox59 Utility toolbar 56 60 Utils 57 61 0 58 62 4901 59 63 ; 60 Select toolb ox64 Select toolbar 61 65 Select 62 66 0 -
trunk/utils.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some utility definitions for the FM/2 toolbar. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\UTILS.TLS". 3 ; This file contains definitions for an FM/2 toolbar. 4 4 ; 5 ;Each tool button has four lines that describe it. The first line is 6 ;the help for the button. 7 ; 8 ;The second line is the text for the button (internally defined tools 9 ;have icons, and the text is ignored). 10 ; 11 ;The third line is a number indicating flags associated with the button. 12 ;A flag value of 0 means the button is non-droppable, 1 means the button 13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 14 :spacer following, and 9 means droppable with a spacer following. 15 ; 16 ;The fourth line is the ID of the button (for internal commands only). 17 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 18 ;the first Command to be run and ID 4001 would run the second, and so on. 19 ;4900 marks the first "quick toolbox change" item, and you can 20 ;have up to 50 of them (these buttons load other toolboxes, see 21 ;online help). 22 ; 23 ;You can use \r in the help string to break the help into multiple lines. 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 24 7 ; 25 8 ; … … 80 63 ; 81 64 Make Directory (Ctrl + M) 82 M akeDir65 MkDir 83 66 8 84 67 1026 … … 109 92 1111 110 93 ; 111 Views toolbox 94 Sort toolbar 112 95 Sort 113 96 0 114 490 197 4902 115 98 ; 116 Co nfig toolbox99 Commands toolbar 117 100 Cmds 118 101 8 -
trunk/views.tmp
r484 r1123 1 ; Fixed: Ticket 267 1 2 ; 2 ;This file contains some utility definitions for the FM/2 toolbar. 3 ;FM/2 saved this file as "<DRIVE>:\FM2\VIEWS.TLS". 3 ; This file contains definitions for an FM/2 toolbar. 4 4 ; 5 ;Each tool button has four lines that describe it. The first line is 6 ;the help for the button. 7 ; 8 ;The second line is the text for the button (internally defined tools 9 ;have icons, and the text is ignored). 10 ; 11 ;The third line is a number indicating flags associated with the button. 12 ;A flag value of 0 means the button is non-droppable, 1 means the button 13 ;is droppable, 4 means invisible (5 both), 8 means non-droppable with a 14 :spacer following, and 9 means droppable with a spacer following. 15 ; 16 ;The fourth line is the ID of the button (for internal commands only). 17 ;Note Commands begin at ID 4000, so a button with ID 4000 would cause 18 ;the first Command to be run and ID 4001 would run the second, and so on. 19 ;4900 marks the first "quick toolbox change" item, and you can 20 ;have up to 50 of them (these buttons load other toolboxes, see 21 ;online help). 22 ; 23 ;You can use \r in the help string to break the help into multiple lines. 5 ; To edit this file manually, see "Manual edit of toolbar files" 6 ; in the FM/2 help file. 24 7 ; 25 8 ; … … 35 18 ; 36 19 Make Directory (Ctrl + M) 37 M akeDir20 MkDir 38 21 8 39 22 1026 … … 65 48 ; 66 49 Sort by lastwrite date 67 Date50 LwDate 68 51 0 69 52 3010 … … 159 142 1111 160 143 ; 161 Utility toolb ox144 Utility toolbar 162 145 Utils 163 146 0 164 490 2147 4901 165 148 ; 166 Co nfig toolbox149 Commands toolbar 167 150 Cmds 168 151 8
Note:
See TracChangeset
for help on using the changeset viewer.