lp:~gcrosswhite/leo-editor/fix-haskell-support

Created by Gregory Crosswhite and last modified
Get this branch:
bzr branch lp:~gcrosswhite/leo-editor/fix-haskell-support
Only Gregory Crosswhite can upload to this branch. If you are Gregory Crosswhite please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gregory Crosswhite
Project:
leo-editor
Status:
Merged

Recent revisions

2343. By Gregory Crosswhite <email address hidden>

fixed support for haskell

Leo as-is does not support Haskell because it uses "--" for the line
comment separator instead of "-- " (note the space). This causes
problems when attempting to compile the derived files. (Arguably the
GHC compiler should not be so picky, but it is the way that it is.)

As a fix for this, I have added an entry for "haskell" to the
language deliminators dictionary (as well as to the extensions
dictionaries) which uses the underscore hack to force placement of a
space between the comment marker and the start of the sentinel.

2342. By Ville M. Vainio

Merge Ville M. Vainio 2009-08-27 g.assertUi added, fix 419466 (do not import Qt stuff if using Tk)

2341. By Ville M. Vainio

prevent early qt import is spydershell, mod_framesize

2340. By Edward K. Ream

Added stuff to leoDist.leo for RobS.

- The create leo.nsi script from test.leo
- The node bzr-manifest.txt from test.leo
- The Leo 4.x installer (from Leo 4.4.5) tree from the 4.4.5 version of leoDist.leo

2339. By Edward K. Ream

first draft of script to create .nsi file

2338. By Edward K. Ream

recommit

2337. By Edward K. Ream

update aux files

2336. By Edward K. Ream

updated todo list

2335. By Edward K. Ream

added detach-body button to test.leo

2334. By Edward K. Ream

fixed scrolling problem with multiple body editors

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.