roterdam / crystalsaf

Automatically exported from code.google.com/p/crystalsaf
0 stars 0 forks source link

change crystal toolbar icon to run crystal on current file only #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clicking the crystal toolbar icon used to run crystal on all compilation units. 
 The purpose of this task is to change the icon so that clicking it runs 
Crystal on the file in the current editor (only).  Running Crystal on all 
compilation units will still be available through the Crystal menu.

Original issue reported on code.google.com by kevin.bi...@gmail.com on 2 Jan 2011 at 4:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Committed with r322.  While I was at it, also defined keyboard shortcuts:
- F6 to run Crystal on current file
- Shift+F6 to run Crystal on all compilation units
(these only work in Eclipse's "default" keyboard bindings, not in the Emacs 
binding)

Original comment by kevin.bi...@gmail.com on 2 Jan 2011 at 5:07