From: David W. <da...@dt...> - 2005-02-01 13:55:49
|
Hi! We are a group of students at Chalmers doing a project with the aim of building an IDE for Haskell written in Haskell. We would like to use the Scintilla widget together with wxHaskell to do this, so now we are trying to make a proper wxHaskell binding for Scintilla. Any advice on how to do this would be really appreciated. More specifically, we are struggling with the problem of how to design the event handling. Should it be done via the event handler system of wxcore or should we roll on our own stuff? The backend of wxcore is a pretty complicated beast, but using it would mean not having to do that much hacking in wxdirect. Atleast that's what we think. If someone with more insight would like to comment we would be really happy. We have tried to contact Daan Leijen, but he seems to be a busy man :) David Waern |