I hope that typeRepKey is no longer in the IO monad (for the simple reason to
teach me that the key can change between session). This forced me to use
unsafePerformIO to make a typeable boxed type of instances of Ord an
instance of Ord (to put it in a Map). Or did I miss something and I can do
bett
I just installed gtk2hs on Windows last week (for Leksah development).
I downloded and unzipped the following files to a gtk folder:
gtk+-bundle_2.22.1-20101227_win32.zip
gtksourceview-2.10.0.zip
gtksourceview-dev-2.10.0.zip
libxml2_2.7.7-1_win32.zip
libxml2-dev_2.7.7-1_win32.zip
I added the bin o
Hi Mathew,
I was not the one working on Yi integration so far, but let me tell
you
what I think of the matter. Yi attempts to be a full blown editor,
while Leksah
needs Yi as a library for text editing with features typical of a
source code editor component.
What we have in Leksah is an abstract T
Hi Daniel,
that seemed to be a real odyssey. I will try to install the statistics
package
when I find time. Guess it is this one on hackage:
http://hackage.haskell.org/package/statistics.
Just some remarks:
In case of problems with metadata it is helpful to stop the GUI and call
leksah-server fro
Daniel Fischer wrote:
>
> On Friday 22 April 2011 12:40:17, Hamish Mackenzie wrote:
>> Yesterday we uploaded our official 0.10.0 release (0.10.0.4) to Hackage
>
> I'm trying to try it, but I run into a couple of problems.
> Most are probably me looking in the wrong places, so let's begin with
>
Hi Paul,
ghc is a package, which exposes Ghc-Api as a library. It gets usually
installed, when you install Ghc or Haskell platform. As I remeber , it is
usually in a hidden state, but ghc-pkg list should show it.
Jürgen
Paul Johnson-2 wrote:
>
> On 27/11/10 11:25, Christopher Done wrote:
>> In
Hi,
I would like to see that we add gtk2hs and/or wxHaskell to the Haskell
Platform.
That would improve the situation!
I used gtk2hs and found it usable to build a cross platform GUI App. On
Windows you
need an installer, which includes the gtk library part. There are some (on
Windows quite po
This is a problem with the version of an installed gtk lib. gtk2hs does
conditional compilation,
and adds some procedures, when a specific version of the lib is present.
You have to install gtksourceview2 in a version > 2.4.0.
I wanted to add a patch for backward compatibiliy to the new 0.6 rele
Hi David,
david48 wrote:
>
>
> I would love to try leksah, but on my machine there a weird bug: I
> can't type a space. When I press the space bar, nothing happens.( it
> writes "CTRL-Space : Start complete" at the bottom though)
>
> ...
Thats indeed strange, as we use standard gtk handling
As Leksah developer I approve your comment.
Even better we will soon have a new release that integrates GHCi and a
!visual debugger! plus other useful features like much enhanced text search
with regex and grep and enhanced GUI framework with a tentative support
for multiple screens. So stay tu
Hello Jeff
Jeff Heard wrote:
>
> I've been using the latest and greatest version of leksah for the last
> couple of weeks and I wanted to give a short report on the things I've
> found.
>
Thanks for taking the time to write this report.
Jeff Heard wrote:
>
> First of all, it's crashed only
d and install. I wonder if you could change all
> that from "runhaskell Setup.lhs" to "cabal" wherever you run it?
> That would make things a lot more consistent overall, and probably
> jive better with the way most people install packages.
>
> -- Jeff
>
&
009-04-01 at 22:13 +0200, David Waern wrote:
>>>> 2009/4/1 jutaro :
>>>>> I guess you mean the dialog which should help leksah to find sources
>>>>> for installed packages. It needs this so you can go to all the
>>>>> definitions
>>&
Hi Jeff,
I just tried it out and it didn't work for me too. So I've released it to
early I guess.
One problem I see is that the background build is even active when no
project is open.
So it always ask you to open a file, and you can't cancel this.
This can be avoided by unselecting the symbol
. Anything you could do to simplify/streamline the UI
> would be great.
>
You can do some adjustments on your own. On MS Windows we have some problems
though.
Neil Mitchell wrote:
>
>
> All in all looks quite neat. This is definitely going somewhere, and
> looks like it will
Thanks Achim,
maybe you are right with Plugins. In the moment I'm more focused on adding
additional features. But wish the day, that so many want to add features
that a plugin system will be essential, we have it.
With the GUI arrangement like splitting etc. leksah is quite flexible, but
it doesn
Hi Benjamin,
Nice that you like the logo. The idea to turn the lambda around came from
the name of the project. But actually I'm feeling totally incapable of
graphics design and the icons coming with leksah are an example of bitty
plagiarism. So I will definitely not participate in any Logo compet
I know its 1. of April, but when I wrote that I started with Leksah June 1997
it was no intentional joke, it was just late at night. I started June 2007.
Jürgen
jutaro wrote:
>
> I'm proud to announce release 0.4.4 of Leksah, the Haskell IDE written
> in Haskell.
> Leksahs
wren ng thornton wrote:
>
> If you have many identical strings then you will save lots by memoizing
> your strings into Integers, and then serializing that memo table and the
> integerized version of your data structure. The amount of savings
> decreases as the number of duplications decrease
19 matches
Mail list logo