define(function(require,exports,module){const QuickOpen=require("search/QuickOpen"),QuickOpenHelper=require("search/QuickOpenHelper"),DocumentManager=require("document/DocumentManager"),StringMatch=require("utils/StringMatch");function FileLocation(fullPath,line,chFrom,chTo,id){this.fullPath=fullPath,this.line=line,this.chFrom=chFrom,this.chTo=chTo,this.id=id}function createIDList(){var doc=DocumentManager.getCurrentDocument();if(doc){var idList=[],docText,lines=doc.getText().split("\n"),regex=new RegExp(/\s+id\s*?=\s*?["'](.*?)["']/gi),id,chFrom,chTo,i,line;for(i=0;i