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

Viewing all changes in revision 2094.

  • Committer: Edward K. Ream
  • Date: 2009-06-26 15:09:57 UTC
  • Revision ID: edreamleo@gmail.com-20090626150957-2w7x0d9riih6r8cr
Commented out or removed unused code.
This is only the start of a cleaning process.

Eliminated the test against sys.platform in onTextChanged as shown below

   if w.changingText: ### and not sys.platform.startswith('linux'):
   
Clearly, the test against sys.platform is evil.
I don't remember why it might have been added.
If it ever gets added back, it must have an explanatory comment.

Undo now works, and middle-button paste still works and sticks, on both Ubuntu and Xp.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: