DirSync3 — Synchronize Directories
-
- Posts: 726
- Joined: Sun 03 Apr, 2005 22:00
- Location: Казань
- Been thanked: 2 times
Re: DirSync — Synchronize Directories
Quick and dirty Unicode adaptation of the plugin, with sources (Russian comments are translated to English):
UPD 27.09.2009 1:26 — fixed a bug.
-
- Posts: 726
- Joined: Sun 03 Apr, 2005 22:00
- Location: Казань
- Been thanked: 2 times
Re: DirSync — Synchronize Directories
v0.3.1 Fixed a buffer overflow.
- Attachments
-
- DirSyncW_031.zip
- (33.81 KiB) Downloaded 589 times
-
- Posts: 726
- Joined: Sun 03 Apr, 2005 22:00
- Location: Казань
- Been thanked: 2 times
Re: DirSync — Synchronize Directories
Functionally, the ANSI and Unicode versions don't differ, so I'd like to see both them as two targets of one project. With this in mind, I was trying to stay close to original code, there are just some additions from the latest SVN revision of AdvCompare plugin.pepak wrote:I assume this is a completely separate plugin, not compatible with FAR 1.xx?
Btw., that buffer overflow - does it apply to the non-unicode version as well?
Comparing to v0.02, I've fixed a couple of issues with buffer sizes, Esc logic and dialog borders.
The overflow appeared in 0.3 — I had missed some sizeof's.
Re: DirSync — Synchronize Directories
1. Two lng-resources (MOpenErrorTitle, MOpenErrorBody) does not exists in *.lng files
2.
2.
Re: DirSync — Synchronize Directories
Hi I was trying to install DirSync v0.3.1 plugin to FAR 2.0 alpha 1 build 655, but when I attempt to activate the plugin it gave me following error message:
Exception occured:
"Unknown exception" (0xE06D7363)
Exception address: 0x7C80BEF7 in module:
C:\FAR20\Plugins\DirSyncW\DirSyncW.dll
...
Please can you advice how to make this unique pluing functional. I need unicode support and found this tool very usable base on what I read about it. Your help or any kind of advice is welcomed.
Best regards, Pavel
Exception occured:
"Unknown exception" (0xE06D7363)
Exception address: 0x7C80BEF7 in module:
C:\FAR20\Plugins\DirSyncW\DirSyncW.dll
...
Please can you advice how to make this unique pluing functional. I need unicode support and found this tool very usable base on what I read about it. Your help or any kind of advice is welcomed.
Best regards, Pavel
-
- Posts: 1515
- Joined: Wed 16 Mar, 2005 06:26
- Location: Новосибирск
- Been thanked: 1 time
- Contact:
Re: DirSync — Synchronize Directories
> Peth222
update your far to last version first.
update your far to last version first.
Ты мне не выкай!
«ФарФорум не для пользователей!»
Upd:
P.S. Я просто поддерживаю беседу.» © Народ.
xmpp:kildor@jabber.ru
«ФарФорум не для пользователей!»
Upd:
P.S. Я просто поддерживаю беседу.» © Народ.
xmpp:kildor@jabber.ru
Re: DirSync — Synchronize Directories
That solved the problem. I was thinking I have latest FAR version (that was latest on Czech web), but thanks to you I discovered much newer FAR through this web ... the plugin is working fine now.Kildor wrote:> Peth222
update your far to last version first.
Thanks a lot. Pavel
Re: DirSync — Synchronize Directories
Добрый день. Прошу прощения, что пишу по русски, я тут недавно. Но думаю автор поймёт...
Во-первых, классный плагин. Спасибо!
Во-вторых, есть небольшой косяк по сравнению с А-версией. При снятии галочек копировать влево(вправо) файлы всё равно копируются если есть в списке, в редакторе.
И в-третьих, как пожелание: а нельзя ли сделать опцию удалять "лишние" файлы с левой(правой) панели. Было бы супер. Т.е., к примеру, копируем всё новое из левой панели в правую, а в правой удаляем те файлы которых нет в левой панели.
Во-первых, классный плагин. Спасибо!
Во-вторых, есть небольшой косяк по сравнению с А-версией. При снятии галочек копировать влево(вправо) файлы всё равно копируются если есть в списке, в редакторе.
И в-третьих, как пожелание: а нельзя ли сделать опцию удалять "лишние" файлы с левой(правой) панели. Было бы супер. Т.е., к примеру, копируем всё новое из левой панели в правую, а в правой удаляем те файлы которых нет в левой панели.
Re: DirSync — Synchronize Directories
That would be sensible forr-bin wrote:И в-третьих, как пожелание: а нельзя ли сделать опцию удалять "лишние" файлы с левой(правой) панели. Было бы супер. Т.е., к примеру, копируем всё новое из левой панели в правую, а в правой удаляем те файлы которых нет в левой панели.
"[x] Full synchronization to: [Left/Right[v]]"
Being selected, the target panel will be brought to the state of the source panel, removing all files that do not exist in source tree.
Re: DirSync — Synchronize Directories
This is fail.
For example, we want to erase files from the left panel, not existing on the right. But all other files must be synchronized.
Your suggestion does not allow such behaviour.
For example, we want to erase files from the left panel, not existing on the right. But all other files must be synchronized.
Your suggestion does not allow such behaviour.