~3v1n0/valable/rework

« back to all changes in this revision

Viewing changes to src/valable/editors/vala/ValaWordRule.java

  • Committer: Marco Trevisan (Treviño)
  • Date: 2011-02-06 19:19:50 UTC
  • Revision ID: mail@3v1n0.net-20110206191950-zt88p86h6dfmu03l
Added ValaDoubleClick strategy

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
import org.eclipse.jface.text.rules.WordRule;
8
8
 
9
9
/**
10
 
 * @author bb
 
10
 * @author bb (imported from emonic)
11
11
 * This class extends a WordRule: It assures that the words to find are not part of
12
12
 * other words but surrounded with spaces and brackets
13
13
 */