hPage icon indicating copy to clipboard operation
hPage copied to clipboard

Configuration

Open elbrujohalcon opened this issue 15 years ago • 4 comments

Add configuration to HPage.Control, it may be changed on runtime and stored in a file. It should include:

  • expression separator
  • undo/redo history length
  • other GUI-specific settings

elbrujohalcon avatar Jul 26 '09 13:07 elbrujohalcon

remember to use "Graphics.UI.WXCore.WxcClasses.configBase..." [http://wxhaskell.sourceforge.net/doc/Graphics-UI-WXCore-WxcClassesAL.html]

elbrujohalcon avatar Oct 12 '09 22:10 elbrujohalcon

Don't forget to add an option to "Import invalid cabal packages": If not checked, HPage.Control.loadPackage should use Distribution.Simple.Configure.tryGetConfigStateFile instead of its own.

elbrujohalcon avatar Jan 08 '10 18:01 elbrujohalcon

Also we'll need a way to change font face and size

elbrujohalcon avatar Feb 01 '10 13:02 elbrujohalcon

The user should be able to select keyboard shortcuts (e.g. Which key should take the cursor to the beginning of the line, which key should take it to the end of it)

elbrujohalcon avatar May 19 '10 18:05 elbrujohalcon