﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
13691	RegEx Find & Replace plugin	golemnagesh		"Hi

I am new to CKEditor. Present working on RegEx pattern find & replace plugin, which supports to display in source and wysiwyg mode.

To enable my plugin i did following
modes : {source : 1,wysiwyg : 1} which is working fine.

I able to find given pattern by RegEx instance,But '''could not able to highlight of the matched text'''.

For this i am going with below API's
editor.getSelection();
editor.getSelection().getRanges();
editor.getSelection().getStartElement();

Can you please help me is this the right way/right API's to use.
Appreciate your response.

Thanks
Nagesh "	Task	closed	Normal		General		invalid		
