168169170171172173174175176177178
concurrencyRule = new ParallelSearchPrevention(); searchJobs.put(editor, concurrencyRule); } search.setRule(concurrencyRule); search.setPriority(Job.LONG); search.schedule(1000); } /** * Returns the search corresponding to the active editor *
171172173174175176177178179180181