David Mathog

Show:

What's happening?

  • Comment: right mouse button sensitive to modifiers

    Well, using xev the modifiers are between 1 and 10 hex, but the primary bit patterns for state are 0x (for button down) and 400x (for button release). I don't know where this chunk of code is, but something like this would implement the desired logic: if ( event == BUTTON3) { if(state & 0x400){ /* button 3 release action */ } else { /* button 3 press action */ } }...

    2008-07-17 15:39:38 UTC in NEdit

  • right mouse button sensitive to modifiers

    The right mouse button is not recognized if numlock or caps-lock are set, nor if ctrl, shift, or alt are present. This was observed on an X11 server on Mandriva 2008.1 using either a static binary or a newly built dynamic binary linked to openmotif 2.3.0. However, the statically linked version that comes with Mandriva, which is linked to lesstif 2.1, is NOT sensitive to the state of the num...

    2008-07-17 00:00:29 UTC in NEdit

  • tear off menu problem within nedit

    There is a tear off problem with nedit 5.5 which appears when Nedit uses lesstif, and does not appear when it uses Motif. The bug was originally submitted to the Mandriva bug tracker since it appeared on that OS, but they claim not to have put any patches into Nedit or Lesstif which might have induced these symptoms. See: http://qa.mandriva.com/show_bug.cgi?id=34899 In brief, once a...

    2008-01-30 16:36:12 UTC in LessTif

  • implement fixed tab stops

    Currently the preferences -> tab stops... dialog has these fields: tab characters [ 8 ] [] emulate tabs emulated tab spacing [] [] use tab characters in padding and emulated tabs However, it doesn't have FIXED tabs, as for instance in Microsoft Word, other word processors, or even an old typewriter, where tabs might be placed at columns 20, 25, 30, 42, 48. Ie, not fixed...

    2006-11-16 17:55:07 UTC in NEdit

About Me

  • 2002-10-09 (7 years ago)
  • 626407
  • mathog (My Site)
  • David Mathog

Send me a message