Kaydet (Commit) 7821bde1 authored tarafından Enrico Tröger's avatar Enrico Tröger

Added build instructions.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1512 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 5b01f262
2007-05-07 Enrico Tröger <enrico.troeger@uvena.de>
* data/filetypes.haskell: Added build instructions.
2007-05-06 Enrico Tröger <enrico.troeger@uvena.de>
* data/filetypes.haskell, scintilla/KeyWords.cxx,
......@@ -5,6 +10,10 @@
scintilla/makefile.win32, src/filetypes.c, src/filetypes.h,
src/highlighting.c, src/highlighting.h, src/sci_cb.c, THANKS:
Added new filetype Haskell (patch by Guillaume Hoffmann, thanks).
* geany.glade, doc/geany.docbook, src/callbacks.c, src/callbacks.h,
src/interface.c, src/keybindings.c, src/keybindings.h:
Added menu item to hide or show all additional widgets and renamed
keybinding to menu_toggleall.
2007-05-05 Nick Treleaven <nick.treleaven@btinternet.com>
......
......@@ -47,6 +47,5 @@ context_action_cmd=
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
compiler=
linker=
run_cmd=
compiler=ghc --make "%f"
run_cmd="./%e"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment