katoob 0.5.6 is out...
Submitted by msameer on Sun, 05/11/2006 - 9:22pm
ChangeLog:
* Don't try to convert the encoding if the requested one is utf8. return false if the text is not valid utf8 after we convert it.
* Reset the gui when we close the document from the document label close button.
Under:











forgive my ignorance
meen katoob da?
It's a software application. Check this: http://foolab.org/projects/katoob
Hello Mohammad,
Can i try and give it a shot in working in katoob? Do you have an updated TODO list oter than the one at the CVS?
Not really. It's only the TODO file + some todos near the top of Document.cc
السلام عليكم
أنا بس نفسي أشكرك شكرا جزيلا وكثيرا جدا جدا جدا
على البرنامج الرائع والجميل ده
أنا مهندس لينكس في شركة كبيرة
وكتوب أحد البرامج التي لا استطيع أن اتخللي عنها
:)
جزاك الله خيرا
Thanks for your words. I'd really love to know about any features you might be missing ?
Assalamo alaykom,
I've found a bug in katoob and couldn't find where to report it ...
the problem occurs if you tried to edit a file mounted with sshfs filesystem ... I didn't face such problem with other editors like kwrite or , of course, the beloved vim ...
when I tried to edit a file called COPYRIGHT.php and then "save" it said,
Failed to rename file 'COPYRIGHT.php.G41UKT' to 'COPYRIGHT.php': g_rename() failed: Operation not permitted
It's due to the way Glib is saving the files. It creates a copy in the same directory then moves it to the target file overwriting it. This is failing if you don't have write access to the directory itself even if you have write access to the file.
Fixed in the CVS. Thanks for reporting :)