discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] MyWiki 0.8


From: Enrico Sersale
Subject: Re: [ANN] MyWiki 0.8
Date: Tue, 30 Mar 2004 02:28:26 +0300

On 2004-03-28 23:23:19 +0300 Yen-Ju Chen <yjchenx@hotmail.com> wrote:

http://www.people.virginia.edu/~yc2w/MyWiki/

This is the first release of MyWiki, a server-less wiki-like application.
I made it because it helps my work a lot.
It works on GNUstep and Cocoa and use GNUstep Make package.
I spend most of the time on Cocoa, therefore,
it is not well tested on GNUstep.
Some source code of HelpViewer and CodeEditor are used
and it has no other dependence (not even XML parser).

There are some points which I would like to mention about GNUstep (from CVS)
even though I'm sorry that I have no time to investigate them:

1. NSUnderlineStyleAttributeName seems not work (in NSAttributedString).
2. How to hide NSTableView header from Gorm ?
3. GWorkspace won't compile without PDFKit (CVS, on FreeBSD).
   (./configure seems does't work perfectly)

It's true. On CVS there is a bug in configure. I'll fix it before the next 
release.

4. Drag files from GWorkspace to MyWiki doesn't work, but work from Finder on Mac.
   (Probably GWorksapce doesn't support NSFilenamesPboardType)

GWorkspace does support NSFilenamesPboardType and works, for example, with 
Terminal. But, in your -concludeDragOperation:, there is:

[super concludeDragOperation: sender];

and this is NSTextView's -concludeDragOperation:

- (void) concludeDragOperation: (id <NSDraggingInfo>)sender
{
}

It does nothing!

Suggestions are welcome, although I might not be able to fix bugs quickly,
especially on GNUstep.

Have fun

Yen-Ju





reply via email to

[Prev in Thread] Current Thread [Next in Thread]