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

shoes / shoes4 / 1258
93%
master: %

Build:
Build:
LAST BUILD BRANCH: simple_calc_fix
DEFAULT BRANCH: master
Ran 14 Apr 2014 04:33AM UTC
Jobs 4
Files 143
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

pending completion
1258

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.

3489 of 3764 relevant lines covered (92.69%)

428.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1258.1 (jruby-19mode) 14 Apr 2014 04:34AM UTC 0
92.31
Travis Job 1258.1
2 1258.2 (jruby-19mode) 14 Apr 2014 04:34AM UTC 0
91.72
Travis Job 1258.2
3 1258.3 (jruby-19mode) 14 Apr 2014 04:34AM UTC 0
92.31
Travis Job 1258.3
4 1258.4 (jruby-head) 14 Apr 2014 04:35AM UTC 0
91.47
Travis Job 1258.4
Source Files on build 1258
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1258
  • 60aee1f0 on github
  • Next Build on global_keypress (#1262)
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