can you guys reproduce this?

This is a place for users to discuss Altap Salamander. Please feel free to ask, answer questions, and express your opinion. Please do not post problems, bug reports or feature requests here.
omega
Posts: 196
Joined: 09 Dec 2005, 19:21

can you guys reproduce this?

Post by omega »

It's not much of a problem so i post it here guys :)
Follow these steps: configuration -> editors
create new insert (*.txt), you will see arguments "$(Name)"
Delete the argument and choose Name in the menu on the rightside. Now you will see $(Name) without quotes.

After this open some txt files using the external editor. I found out that some txt files were blank in the external editor. If the arguments contain the quotes it seems to work fine.

I want to know if you guys can find some txt files displaying nothing.
Hadez
Posts: 29
Joined: 15 Jan 2006, 14:52

Post by Hadez »

The quotes must be there, because they prevent arguments with spaces (commonly used in spaces on Windows nowadays) from splitting (spaces are used to delimit the paraments).
Edit: And to answer your problem, why do the files open blank? They don't open because of a broken path, so a new file is "opened".
omega
Posts: 196
Joined: 09 Dec 2005, 19:21

Post by omega »

You are right, the txt files containing spaces didn't open.
It would be better to include the quotes when selecting it from the menu i mentioned.
Post Reply