View Single Post
Old 03-20-2016, 03:51 AM   #405
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,857
Karma: 30277270
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Toxaris View Post
No idea yet. I checked it a couple of times and the sorted list was stored and read.
I betcha it's the XML file I created (myMarkRules). There's no apparent way to create a new Mark Rules list, and I couldn't find a sample - so I conjured up this as a starting point, it appears to work except for saving the list sorted

Code:
<?xml version="1.0" standalone="yes"?>
<MarkRules>
  <Mark>
    <Wildcards>False</Wildcards>
    <CaseSensitive>False</CaseSensitive>
    <WholeWord>True</WholeWord>
    <Search>contingent</Search>
  </Mark>
   ...
   ...
   ...
</MarkRules>
BR

Last edited by BetterRed; 03-20-2016 at 04:09 AM.
BetterRed is offline   Reply With Quote