Difference between revisions of "WinHugs/Bugs"

From HaskellWiki
Jump to navigation Jump to search
(→‎Bugs: add copy format plain text)
Line 14: Line 14:
   
 
These are things which are accepted as being wrong
 
These are things which are accepted as being wrong
  +
  +
=== FFI ===
  +
  +
A Windows release needs a working ffihugs, and we also need
  +
the modules that use the FFI to work. This is probably mostly just a
  +
matter of testing. However foreign import wrappers compiled with MinGW
  +
don't seem to work with the MSVC-compiled WinHugs. (They're used by
  +
the Win32, OpenGL and GLUT packages.) I don't see how we'll fix that.
  +
  +
=== User's Guide entry for WinHugs ===
  +
  +
Does the WinHugs bundle include plain hugs and runhugs? What libraries
  +
are in the big bundle?
  +
  +
=== Fresh libraries ===
  +
  +
Are you generating fresh libraries (using MinGW) for your bundles? (Answer, no, hence a bug)
   
 
=== Copy/Paste gives formatted text ===
 
=== Copy/Paste gives formatted text ===

Revision as of 15:44, 10 March 2006

This is a list of bugs and features, and peoples thoughts on them. Please just add things, if it's an opinion on a feature or something, please sign your name. Especially if a feature is important to you, say how important it is and why you think its a good idea.

Polish

These aren't really bugs, they just need looking at before a final release. Mainly just polishing rough edges and checking for consistency.

  • Unicode
  • update the documentation
  • keyboard accelerators, Ctrl+C, Ctrl+V etc.
  • correctly align and space the options dialog
  • add more text editor support (as people ask!)

Bugs

These are things which are accepted as being wrong

FFI

A Windows release needs a working ffihugs, and we also need the modules that use the FFI to work. This is probably mostly just a matter of testing. However foreign import wrappers compiled with MinGW don't seem to work with the MSVC-compiled WinHugs. (They're used by the Win32, OpenGL and GLUT packages.) I don't see how we'll fix that.

User's Guide entry for WinHugs

Does the WinHugs bundle include plain hugs and runhugs? What libraries are in the big bundle?

Fresh libraries

Are you generating fresh libraries (using MinGW) for your bundles? (Answer, no, hence a bug)

Copy/Paste gives formatted text

Should give plain text, but gives coloured text, esp annoying for pasting in emails etc.

Excessive Clearing

Excessive clearing of previous part of the screen, once it starts to wrap round

Occasional Screen Glitches

I don't know why these happen, the screen code is rather complicated...

Terminal interaction

Inline system calls, i.e. "system dir" returns the results to the terminal, not the WinHugs window.

Textpad vs DDE

Open textpad with new command: C:\Program Files\TextPad 4\TextPad.exe -s %s(%d) (fixes DDE problems on certain systems, opens multiple instances on others...)

:edit

(colon)edit starts editing a weird file. Should create a new file in my documents and open that.

Automated package build

Required, so I can release things more easily and never get it wrong

FFI doesn't work

Nothing to do with FFI works, since I don't have a clue how FFI works myself.

Enhancements

cpphs support

Allow it to compile files with preprocessor directives, by automatically running cpphs on them first.

Less verbose file listing

Should be an option to list all files not in the Hugs directory loaded

Command History

also i want to suggest saving history of commands in the registry (or disk file) - this proved to be very useful in other shells. and about window with list of all commands - my shell (FAR manager) saves all the commands i use (now this list contains ~5000 ones!) and when i open this list and start to type some word, it just filers whole list and show only commands which contains this sequence of letters. that is damn useful. just for example i open this window and typed "hugs" - FAR filters out 146 commands which includes this word:

Error Highlighting

When an error occurs, see if you can "hilight" the bad bit on the screen.

Bracket Matching

See if you can automatically match brackets when typing at the prompt

Automatic type display

When you type a lexeme, see if you can automatically put its type in the status bar.