• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

shoes / shoes4 / 1258 / 2
93%
master: %

Build:
Build:
LAST BUILD BRANCH: simple_calc_fix
DEFAULT BRANCH: master
Ran 14 Apr 2014 04:34AM UTC
Files 85
Run time 38492min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Apr 2014 04:27AM UTC coverage: 91.719%. First build
jruby-19mode

push

travis-ci

jasonrclark
Move keypress listeners to move global SWT event

Key-presses were previously listened to via the Swt::Shell.add_key_listener.
This worked ok, but had the drawback that if a button had gotten the default
focus (depending on your OS conventions), then keypresses would get eaten as
they were sent to the button instead of the shell.

This commit changes to use the ::Swt.display.add_filter mechanism, which is a
more global way of listening to keypresses before they get sent to the various
SWT widgets on the screen. This means that we see the keypress in the filter
before the button choses to eat it.

Also removed some of the unnecessary intermediate machinery around the key
events vs listeners.

1473 of 1606 relevant lines covered (91.72%)

67.76 hits per line

Source Files on job 1258.2 (jruby-19mode)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1258
  • Travis Job 1258.2
  • 60aee1f0 on github
  • Next Job for jruby-19mode on global_keypress (#1262.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc