Tabbed Panels
Re: Tabbed Panels
Is there some progress or plans with the tabbed interface for Salamander?
Re: Tabbed Panels
Hello, @Jan Rysavy, you wrote: ... , next version will be feature release.
Please support tabbed panels. One of the most missed features in Altap Salamander.
Best regards,
Thomas
Please support tabbed panels. One of the most missed features in Altap Salamander.
Best regards,
Thomas
-
- ALTAP Staff
- Posts: 5231
- Joined: 08 Dec 2005, 06:34
- Location: Novy Bor, Czech Republic
- Contact:
Re: Tabbed Panels
We will look at tabs, how difficult would it be to implement.
Re: Tabbed Panels
I wonder if there are any recent plans regarding tabbed panels; last post on this topic is from 2016. I think many people would appreciate this feature.
Re: Tabbed Panels
There are no developers currently working on Altap Salamander - there are NO plans for tabs. The Fine company has acquired the Altap Salamander with the development team. The AS was released as freeware due to this fact.Jirina wrote: 27 Jan 2020, 14:17 I wonder if there are any recent plans regarding tabbed panels; last post on this topic is from 2016. I think many people would appreciate this feature.
Re: Tabbed Panels
So does this mean this app is dead? I've been looking for a replacement for CubicExplorer for years. Nothing has come close to it. Except FileVoyager, but that also has issues. I was looking forward to using this until I found the lack of Tabs!tukanos wrote: 28 Jan 2020, 08:44There are no developers currently working on Altap Salamander - there are NO plans for tabs. The Fine company has acquired the Altap Salamander with the development team. The AS was released as freeware due to this fact.Jirina wrote: 27 Jan 2020, 14:17 I wonder if there are any recent plans regarding tabbed panels; last post on this topic is from 2016. I think many people would appreciate this feature.
The search continues...
Re: Tabbed Panels
It is not dead, but suspended.
- KRtek™
- Posts: 4
- Joined: 30 Mar 2008, 20:44
- Location: Brno
- Contact:
Re: Tabbed Panels
Hello guys,
I had some troubles with logging into my old account (I shouldn't use the ™ in nickname
), but here I am 
I've been thinking lately that I would also like a similar feature.
At the same time, I wanted to try OpenAI Codex on a larger project and since Open Salamander is now open source - Long story short, I can present you the PoC version of Tabbed panels feature.
Screenshots from the early build:



Screen recording from my latest PoC version:
https://images.krtkovo.eu/salam/salamand_tabs2.gif
Over the last month, I’ve been gradually testing how complex tasks Codex from OpenAI can handle (I work as a QA tester and automation specialist by profession, programming is just a hobby), and I have to say I’ve been very surprised.
My actual contribution to the code itself is almost zero — all the changes were made by the AI. I handle intermediate steps with git, cherry-picking commits (because I run multiple Codex agents at once just to have multiple options in the code changes for comparing it with the original code base and Salamander documentation), merging and solving conflicts, specifying and refining the prompts for the Codex and verifying/approving the tasks and changes suggested by Codex and also checking Codex agents while running just to be sure the prompt was understood correctly.
The result is what you can see on the screenshots. The fact that the PoC was done quickly in few days within just few steps is:
If you're interested, test by yourself to help us catch all the bugs because the change is across all files (so it's huge) so it would be really surprising if there is no regression at all.
Here is a draft of pull-request to the original code base: https://github.com/OpenSalamander/salamander/pull/168
And here is my branch with the cherry-picked results from my work with Codex: https://github.com/KRtkovo-eu-AI/salama ... e/dev_tabs
I had some troubles with logging into my old account (I shouldn't use the ™ in nickname


I've been thinking lately that I would also like a similar feature.
At the same time, I wanted to try OpenAI Codex on a larger project and since Open Salamander is now open source - Long story short, I can present you the PoC version of Tabbed panels feature.
Screenshots from the early build:



Screen recording from my latest PoC version:
https://images.krtkovo.eu/salam/salamand_tabs2.gif
Over the last month, I’ve been gradually testing how complex tasks Codex from OpenAI can handle (I work as a QA tester and automation specialist by profession, programming is just a hobby), and I have to say I’ve been very surprised.
My actual contribution to the code itself is almost zero — all the changes were made by the AI. I handle intermediate steps with git, cherry-picking commits (because I run multiple Codex agents at once just to have multiple options in the code changes for comparing it with the original code base and Salamander documentation), merging and solving conflicts, specifying and refining the prompts for the Codex and verifying/approving the tasks and changes suggested by Codex and also checking Codex agents while running just to be sure the prompt was understood correctly.
The result is what you can see on the screenshots. The fact that the PoC was done quickly in few days within just few steps is:
- good documentation from the authors (https://www.altap.cz/salamander/help/) which helps me to understand the components and how to explain them to the Codex
- old legacy WinAPI application has really good structure: to analyse the code may be complex for humans, for AI it's understandable and somewhat like a routine job (yeah it consumes A LOT of computing power, it may do breaking changes when the prompt is not clear or when the original functionality is not understood correctly by the prompt author)
- it proved that the original concept from 1997 (and maintained since today) is built really well
If you're interested, test by yourself to help us catch all the bugs because the change is across all files (so it's huge) so it would be really surprising if there is no regression at all.
Here is a draft of pull-request to the original code base: https://github.com/OpenSalamander/salamander/pull/168
And here is my branch with the cherry-picked results from my work with Codex: https://github.com/KRtkovo-eu-AI/salama ... e/dev_tabs
KRtekTM, KRtek™