Hello & thank you for the extension, wrapped strings look cleanier and nicer!
Is there a chance you could try to determine, whether "SpellCheck" extension interferes with the functionality of "indent-softwraps" and there is a way to fix it? Thanks.
Repro:
install spell-check (https://github.com/couzteau/SpellCheck)
install brackets-indent-softwraps.
write some multiline text of random letters to be "soft wrapped".
when text is soft-wrapped select text and run spellCheck (right click >> English e.g.).
Expected:
text highlighted on "misspelled" words", soft wrap intact.
What happens:
letters overlap:

Possible problem:
Both developers assume, that text is the same / original / not manipulated.
Possible solution:
Check before applying the action whether there was some text manipulation and either reset it (?) or restore it after (?)
CC: @couzteau
https://github.com/couzteau/SpellCheck