Показать полную графическую версию : [addon] Total Commander [old]
Habetdin
05-05-2009, 22:32
gora, ну выложите для 7.04а - я просто процитировал tyt'а ;)
ну выложите для 7.04а »
Используйте последний вариант аддона-конструктора (для TC_v750PB1), он сделан более грамотно чем предыдущая версия. Для косметических изменений можете поправить номер версии в двух местах: одно в файле конфигурации, а другое в файле TotalCmd.inf Но можете их и не править, на правильности работы аддона это не скажется.
gora, а как еще сделать чтобы ярлык на рабочем столе не появлялся?
как еще сделать чтобы ярлык на рабочем столе не появлялся? »В файле TotalCmd.inf удалите выделенное цветом.
[DefaultInstall]
...
ProfileItems =PROG.AddShortcut,PROG2.AddShortcut,PROG3.AddShortcut
[Uninstall]
...
ProfileItems =PROG.DelShortcut,PROG2.DelShortcut,PROG3.DelShortcut
Начал разбираться с плагинами тотола. Оказывается без них тотал очень неудобный. Вот не смог найти следующие плагин. Прошу помощи по таким плагинам:
-просмотр sfx flv
-плагин для iso (чтобы заходить в ISO как в обычный архив)
-TCUPNew (надстройка на F7)
мот кто ссылкой поделится где скачать данные плагины?
Pozia,
Можно Здесь (http://forum.ru-board.com/topic.cgi?forum=5&topic=25394&start=740)
Посмоти еще Здесь (http://www.tckb.ru/wiki/Заглавная_страница)
Pozia, http://wincmd.ru/ слева Плагины: Системные / System (http://wincmd.ru/directory/fsplugin.html); Просмотр / Lister (http://wincmd.ru/directory/lister.html) и т.д.
Для просмотра картинок, значков рекомендую Imagine Version 1.0.4 (http://wincmd.ru/plugring/imagine.html).
GalielO, Уже давно версия 1.0.5 есть
tyt, GalielO, не смог найти TCUPNew
gora, при работе Вашего адона как я понял вносятся настройки реестра из файла TotalCmd.reg
Можно ли сделать чтобы при удалении изменения сделанные этим твиком вернулись обратно?
Я в нем вношу такой вот твик:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
Если тотал удалить то в меню ПКМ естественно строка "Откроем в Total Commander" остается. Или как подправить Ваш аддон чтобы дапустим при удалении запускался файл реестра TotalCmd2.reg, который лежал бы в тотале, а в нем будут удалятся эти значения реестра?
SamLab, спасибо, не знал.
Можно ли сделать чтобы при удалении изменения сделанные этим твиком вернулись обратно »
Можете использовать секцию [PROG.DelReg] в файле TotalCmd.inf, прописав в нем ключи реестра которые хотите удалить.
gora, нашел конвертор в inf и он сделал из
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open in Total Commander]
@="Откроем в Total Commander"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open in Total Commander\command]
@="C:\\Program Files\\Total Commander\\totalcmd.exe /O /L=\"%1\""
вот это
[Software.AddReg]
0x1, "Classes\*\Shell\Open in Total Commander", "", "Откроем в Total Commander"
0x1, "Classes\*\Shell\Open in Total Commander\command", "", "C:\Program Files\Total Commander\totalcmd.exe /O /L=\"%1\""
0x1, "Classes\Directory\shell\Open in Total Commander", "", "Откроем в Total Commander"
0x1, "Classes\Directory\shell\Open in Total Commander\command", "", "C:\Program Files\Total Commander\totalcmd.exe /O /L=\"%1\""
0x1, "Classes\Drive\shell\Open in Total Commander", "", "Откроем в Total Commander"
0x1, "Classes\Drive\shell\Open in Total Commander\command", "", "C:\Program Files\Total Commander\totalcmd.exe /O /L=\"%1\""
а вот это не делает:
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\Shell\Open in Total Commander]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\Open in Total Commander]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Drive\shell\Open in Total Commander]
подскажите как это будет в inf или какая прога нормально делает inf из reg?
какая прога нормально делает inf из reg? »
Например, эта (http://forum.oszone.net/post-713072.html#post713072).подскажите как это будет в inf »
В указанную секцию нужно добавить название ветки, которую нужно удалить, а не команду удаления этой ветки. Для вашего примера, как я понял, нужно добавить такие строки:HKLM,"SOFTWARE\Classes\*\Shell\Open in Total Commander"
HKLM,"SOFTWARE\Classes\Directory\shell\Open in Total Commander"
HKLM,"SOFTWARE\Classes\Drive\shell\Open in Total Commander"
gora, обычно мои тихие инсталы ставятся с SFX архива по средствам запуска cmd файла содержания (пример):
IF EXIST "%ProgramFiles%\Advanced Grapher\AGrapher.exe" exit
IF EXIST "%systemroot%\system32\PS.txt" goto XP
exit
:XP
... (исполняемые команды)
exit
То есть автоматически идет проверка наличия уже установленной программы и если есть то установка не идет. И также идет проверка маркерного файла и только при его наличии ставится прога. Это можно реализовать в Вашем адоне через файл config или как нибудь еще? просто не хочется повторно делать SFX архив. Спасибо.
Pozia, можно, но это уже не аддон. Аддону ТС не зачем проверять наличие установленного ТС, т.к. он устанавливается вместе с установкой системы и "конкурентов" у него быть не должно. Сделать тихий инсталлятор для установки на живую систему с проверкой и маркерными файлами не очень сложно, но я этим не занимался и в любом случае здесь это оффтоп (даже если программа называется ТС).
Total Commander 7.50 Public Beta 3
http://www.anyfiles.net/download/a36016515804/totalcmd75b3-samlab.ws.rar.html
14.05.09 Release Total Commander 7.50 Public Beta 3
14.05.09 Fixed: Internal associations lost their icons when changing colors in the program
14.05.09 Fixed: Hotkeys in groupboxes not working when Unicode (e.g. in multi-rename tool)
14.05.09 Fixed: Drag&Drop with SingleClickStart=1: Cursor could jump to other file when window is scrolled, so the wrong file would be dragged if nothing was selected
14.05.09 Fixed: Vista only: Drive dropdown comboboxes reverted to drive C: after switching away from TC and back
13.05.09 Fixed: Drive combobox: Highlighted item not shown initially (Vista only)
13.05.09 Fixed: Synchronize dirs: Deleting files from RAR archive failed
13.05.09 Added: Breadcrumb bar dropdown list: Shorten very long names with ellipsis "..." (NT-based Windows versions only)
13.05.09 Fixed: Drive combobox: Width wasn't adjusted to uppercase drive letters yet
13.05.09 Fixed: Drive combobox: Color border around drive on systems before Vista when background color differs from system-default window background
13.05.09 Fixed: Ctrl+V in command line pasted the text twice
12.05.09 Release Total Commander 7.50 Public Beta 3 (pre1)
12.05.09 Fixed: Background transfer manager: Enter key didn't work with the buttons +, - and Pause
12.05.09 Fixed: Search dialog: Increased default width by a few pixels
12.05.09 Fixed: Lister, Hex/Binary mode, Windows 98: Special characters like line breaks not replaced by dots if their width was invalid or 0 when using custom encoding
12.05.09 Fixed: Lister, Hex/Binary mode, Windows 98: Selection not working with different codepage when Uniscribe disabled
12.05.09 Added: wcx_ftp.ini [General] KeepMasterPassword= Allow to keep master password when: 1: program is minimized 2: screen saver starts 3: both
12.05.09 Added: Allow to limit width of breadcrumb dropdown list: wincmd.ini [Configuration] BreadCrumbMaxWidth=<number> sets max. width in pixels (minimum: 100)
12.05.09 Added: Internal associations: Allow to sort verbs via up/down scrollbar buttons or Shift+cursor keys
12.05.09 Added: FTP connect dialog: Allow to rename/move folders via "Edit" button
12.05.09 Fixed: FTP connect dialog: Still couldn't collapse certain Chinese folders
12.05.09 Fixed: View files with cm_SrcQuickInternalOnly to avoid loading plugins, view RTF file -> after that, Quick View begins to load plugins!
11.05.09 Fixed: Quick search (letters with search dialog): Ctrl+Alt+S was interpreted like Ctrl+S, so language-specific letters couldn't be entered with RightAlt+s
11.05.09 Fixed: Quick search (letters with search dialog) and quick filter: Problems entering Polish characters with RightAlt+Letters, e.g. RightAlt+e
11.05.09 Fixed: FTP details dialog: When user tries to enter master password but cancels the dialog or fails, enable the checkbox "Encrypt with master password" so the user can enter a new password
10.05.09 Added: Always use Unicode controls on NT-based systems, don't use suffix .UnicodeControl any more
10.05.09 Fixed: Synchronize dirs with archive(s), show "unpacking" behind normal progress (otherwise the normal progress is mostly not visible for small files)
10.05.09 Fixed: FTP connect, press Cancel when asked for password -> do no ask user to reconnect
10.05.09 Fixed: FTP connect dialog: Drag&Drop not working correctly when items in subfolder start with a space (from previous TC versions)
10.05.09 Fixed: File system plugin interface, same plugin open on both sides (different subdirs), copy file which exists on both sides, overwrite -> access violation if plugin doesn't support Unicode
10.05.09 Fixed: Secure ftp (ftps) connection, no wincmd.pem file -> lock icon wasn't shown correctly when cert cannot be verified)
10.05.09 Fixed: Breadcrumb bar, BreadcrumbDelayButton<0: When user clicks on a path part, wait 1 second longer until opening the dropdown menu of that path to give user the chance to move the mouse cursor away
10.05.09 Added: Allow to abort opening of breadcrumb virtual folder (like in Network Neighborhood) - unfortunately the Windows error message cannot be suppressed
08.05.09 Added: Allow to abort opening of breadcrumb subdir if no response for 2 seconds (via button)
08.05.09 Fixed: Icons per file (e.g. .exe, .bmp) not always shown, e.g. when last access time changed when image extracted
08.05.09 Fixed: Background icon thread: Move SHGetFileInfo out of critical section to make reading from network drives faster with option to get icons from EXE/LNK files
08.05.09 Fixed: Read dir abort dialog could stall for 10 seconds or more when moved over the file list so an icon has to be re-drawn
08.05.09 Fixed: Aborting from reading a hanging network connection could sometimes cause an access violation
08.05.09 Fixed: Breadcrumb bar: Adjust vertical scrollbar width to system width (SM_CXVSCROLL)
08.05.09 Fixed: Alt+F10 tree: Quick search didn't match exact name when search string started with '*', e.g. *test didn't find folder "test"
08.05.09 Fixed: Standalone synchronize dirs (started via /S=S switch): Options like the ignore list or the theming options were not loaded
08.05.09 Fixed: Vista: Show correct icon for files even if there is a UserChoice registry key pointing to nowhere
06.05.09 Fixed: Increased width of speed limit field in background transfer manager by 1 digit
06.05.09 Fixed: More places with uppercase drive letter support: Calculate occupied space, most file operation dialogs like F5 copy, system info, set volume label
06.05.09 Fixed: Lister: Selection incorrect when scrolling horizontally while selecting text, especially when moving the cursor up/down some lines
06.05.09 Fixed: External viewer (default hotkey Alt+F3) didn't work on the Desktop
06.05.09 Fixed: Internal associations shifted by one if an association pointed to a non-existing search filter
06.05.09 Fixed: Ignore click on button which opened a popup menu (don't immediately re-open it) in button bar, bar change dialogs, change attributes, custom columns dialog, and main configuration dialog
05.05.09 Fixed: Error unpacking RAR file from Unix with Alt+F9 (unpack specific files) when archive contained folders
05.05.09 Fixed: TreeUpdateLimit option: Check tree file size before actually opening the file (via FindFirst)
05.05.09 Fixed: (forgotten from TC 7.0) Drive panel: When a drive was chosen which was hidden with DriveBarHide= option, the previous drive remained selected
05.05.09 Fixed: Couldn't type Russian big letter 'L' (Shift+K on English keyboard with Russian locale settings) in command line
05.05.09 Fixed: Quick search with search dialog didn't accept multiple double byte characters on Chinese Windows (reason: EM_GETSEL must be called via SendMessageW)
03.05.09 Added: Vista 64bit: Show pseudo-subdirectory "sysnative" in Windows folder to allow to reach 64-bit system32 directory
03.05.09 Fixed: Edit comment (Ctrl+Z): Changed length warn limit from 512 to 511 characters (limit of 4dos/4nt)
03.05.09 Fixed: Vista, drive dropdown list: Draw closed dropdown list in color "COLOR_WINDOW", not the color set for the file list
03.05.09 Fixed: Reduce flickering when resizing drive panel (only when themed) and folder tabs
03.05.09 Fixed: Folder tabs: Reduce flickering when changing dirs with multiple tab lines
03.05.09 Fixed: cm_Copy*PathToClip functions didn't correctly convert drive letter to lower-/uppercase
03.05.09 Fixed: FTP download from list: UTF-8 check was only made with first server in list
03.05.09 Fixed: FTP: Send CLNT command only when server either doesn't support FEAT command, or FEAT reports to support CLNT
03.05.09 Fixed: Edit current path while in virtual folder, press ENTER -> do not try to access a remote server with that name
03.05.09 Fixed: Multi-rename tool, save settings: Leading and trailing spaces in search+replace were not saved
03.05.09 Fixed: cm_editpath changed the path in the wrong panel when cursor was in a separate tree (only when invoked via hotkey!)
03.05.09 Fixed: cm_DirTabsShowMenu showed the menu at the current mouse cursor position instead of just below the tabs
01.05.09 Fixed: Windows classic theme: Incorrect pixel remain when moving separator of sorted header (e.g. date header when sorted by date)
01.05.09 Fixed: Access violation when plugin detect string ended with space(s)
mozgabyte
15-05-2009, 00:09
SamLab, когда будет обновление TC PowerAddon?
Total Commander 7.50 PowerAddon 0.30 Beta в шапке!
SamLab,
Не будете в сборку добавлять? Прикрепил ресурсы для Total Commander 7.50 beta 2 »
tyt, Держал в todo лист, но неожиданный выход Beta 3 внес корретивы :)
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.
Available in ZeroNet 1osznRoVratMCN3bFoFpR2pSV5c9z6sTC