Hello ,
I am using ace editor to show the file and allowing user to add markers (i.e. range can be word, list of characters or multiple lines). Now I want to preserve these user selections, so once user reopens the file in ace editor again, I would add selected marker's back again.
Is any utility present which convert the markers (range) in to the text format which I can remember in database? And on reopen I can convert these strings to range objects? Any library utility can help here?
Regards,
~Anand