Search found 410 matches
- 11 Nov 2022, 11:05
- Forum: General Discussion
- Topic: Unicode version (early preview)
- Replies: 32
- Views: 3745
Re: Unicode version (early preview)
Happy to hear that WaldemarH and others are willing to bring AS back to life!
- 07 Nov 2022, 10:59
- Forum: General Discussion
- Topic: Unicode version (early preview)
- Replies: 32
- Views: 3745
Re: Unicode version (early preview)
Is there still anyone with a good knowledge of C++ who has the time and motivation to collaborate on an open source version of Salamander? I'm not programming in C++ (maybe I'll have to in the future) but I remember offer by WaldemarH , who said it is his speciality. Perhaps you could try to contac...
- 17 Jun 2022, 09:35
- Forum: Problémy a jejich řešení
- Topic: Salamander a Koš
- Replies: 6
- Views: 2526
Re: Salamander a Koš
To fakt všem funguje jinak, když ano tak sem dejte návod co kde nastavit, aby to fungovalo nezávisle na koši. Díky Funguje to všem stejně. Tohle bude záležet na tom, jak to mají v AS udělané, ale oddělit mazání do samostatného vlákna nebude úplně triviální oprava. Tak snad by to neměl být velký pro...
- 08 Jun 2022, 11:52
- Forum: Problémy a jejich řešení
- Topic: Salamander a Koš
- Replies: 6
- Views: 2526
- 30 May 2022, 10:09
- Forum: Problémy a jejich řešení
- Topic: Salamander a Koš
- Replies: 6
- Views: 2526
Re: Salamander a Koš
Neviděl jsem zdrojový kód, ale problém, dle mého, bude v tom, že Salamander maže soubory ve stejném vlákně jako běží hlavní aplikace. Řešení je to spustit v konzoli, která už není závislá na hlavním okně: a) Použít PowerShell I) přes modul Recycle Install-Module -Name Recycle a pak použít Remove-Ite...
- 29 Apr 2022, 09:08
- Forum: Problems and Troubleshooting
- Topic: Crash on viewing a CSV file
- Replies: 11
- Views: 14577
Re: Crash on viewing a file
The creators of Salamanders have permission from Fine ltd. to work on Salamander. They will patch these lose ends. You can read (in Czech) - @ viewtopic.php?p=71747#p71747
- 21 Apr 2022, 09:25
- Forum: Návrhy na zlepšení
- Topic: Dark Theme
- Replies: 16
- Views: 6565
Re: Dark Theme
Přesně tak, CSV bug je otravný. Problém by nebyl počítám v přístupu ke zdrojákům jako v našem čase, kdyby ho to potom mělo ředit nějakou administrativou (code review a komunikace). Chápu, review něčeho delšího je opravdu na delší čas. Také štábní kultůra a komunikace, ale to se dá nastavit nějak ro...
- 19 Apr 2022, 14:56
- Forum: Návrhy na zlepšení
- Topic: Dark Theme
- Replies: 16
- Views: 6565
Re: Dark Theme
Dobrý den, máme na jaro v plánu (a z Fine odsouhlasený) release Salamandera, abychom zalepili alespoň největší díry. Super! nějaké díry by to chtělo zalátat, jako tu chybu v prohlížení souborů CSV, aby to člověk nemusel vždy kopírovat. Uvažovali jste i nad tím, že byste někoho pustili do rybníku po...
- 17 Jan 2022, 14:11
- Forum: Problems and Troubleshooting
- Topic: Is there any plugin to speed up the file search process?
- Replies: 2
- Views: 1671
Re: Is there any plugin to speed up the file search process?
In Altap, Salamander depresses a slow search for files. Is there any plugin to speed up the file search process? Huh, now I don't understand you. You mean that AS is slow searching for files? I don't think so, it is rather fast as it does not have anything indexed. If you want to have fast search y...
- 17 Jan 2022, 11:12
- Forum: Problems and Troubleshooting
- Topic: where can I download version 3.08 Portable
- Replies: 3
- Views: 2036
Re: where can I download version 3.08 Portable
Version 4.0 often hangs. Version 3.08 worked noticeably better. Tell me, please, where can I download version 3.08 Portable, which is convenient to transfer on a flash drive? You can't download portable versions as it was not created. You can create it by yourself from the installation files. I'm u...
- 17 Jan 2022, 10:46
- Forum: Problems and Troubleshooting
- Topic: Disabling "Parent Directory" shortcut icon
- Replies: 2
- Views: 1562
Re: Disabling "Parent Directory" shortcut icon
I wanna disappear/remove Parent Directory shortcut icon from inside of main frame but i couldn't found the solution anywhere, please help. Please help. You probably just want to imitate the Windows Explorer behavior. The sad truth is that Windows Explorer is missing this in the default configuratio...
- 13 Jan 2022, 10:18
- Forum: Problems and Troubleshooting
- Topic: Reg export
- Replies: 4
- Views: 2051
Re: Reg export
Thanks for your reply. I know about reg.exe. It has the same restriction as Salamander and as Regedit. You can export one key only into a file. You cannot even append more data to a pre-existing file. Rather they all overwrite the file with the new data. If you need a collection of keys, you will h...
- 12 Jan 2022, 12:58
- Forum: Problems and Troubleshooting
- Topic: Reg export
- Replies: 4
- Views: 2051
Re: Reg export
Does anybody know: Is there a way to export several marked keys or values from the Regstry plugin? In my case I needed several file type associations and their file type definitions e.g. HKEY_CLASSES_ROOT\.txt HKEY_CLASSES_ROOT\.doc HKEY_CLASSES_ROOT\.rtf HKEY_CLASSES_ROOT\txtfile HKEY_CLASSES_ROOT...
- 10 Jan 2022, 12:46
- Forum: Plugins Development
- Topic: TAR plugin update
- Replies: 6
- Views: 5934
Re: TAR plugin update
Thank you for updating the tar plugin. I'm using xz time to time at AS 4.0. I have confirmed that it works for me. Took a xz file and compared the output when unpacked it two different ways and using AS.
- 07 Dec 2021, 10:35
- Forum: Problems and Troubleshooting
- Topic: How to switch left pane to tree view?
- Replies: 6
- Views: 4273
Re: How to switch left pane to tree view?
If you want to view the directory structure a simple workaround would be to use tree command. You could create a menu item entry where you: command: tree (if you want to see files add) arguments: /F initial directory: $(FullPath) Check the boxes "execute throught shell" and "open shel...