<feed xmlns='http://www.w3.org/2005/Atom'>
<title>everge.git/src/main/java/bjc/everge/ControlledString.java, branch trunk</title>
<subtitle>Tool for doing text-manipulation of files
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/'/>
<entry>
<title>General cleanup</title>
<updated>2020-10-31T16:45:15+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-10-31T16:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=d5eaaa14adc980e9b0588a3caf7ee7d81df1183e'/>
<id>d5eaaa14adc980e9b0588a3caf7ee7d81df1183e</id>
<content type='text'>
This does a bunch of structural cleanups to make the code better</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does a bunch of structural cleanups to make the code better</pre>
</div>
</content>
</entry>
<entry>
<title>Add test11.rp</title>
<updated>2020-05-20T23:12:01+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-05-20T23:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=b02d2b07a7570f61e906850d41d73724dbce8a29'/>
<id>b02d2b07a7570f61e906850d41d73724dbce8a29</id>
<content type='text'>
Added a new test file, which tests how the body-inline multi-flags work</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a new test file, which tests how the body-inline multi-flags work</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup pass</title>
<updated>2020-04-13T22:45:06+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-04-13T22:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=7bbc3b4c159eb50f6286ccbcc8da6af9f5a8fb06'/>
<id>7bbc3b4c159eb50f6286ccbcc8da6af9f5a8fb06</id>
<content type='text'>
Pass to do some cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass to do some cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Setpoint after fixing an issue</title>
<updated>2019-12-07T21:55:07+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-12-07T21:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=c765153fa6d6a204f5eee4c2e35efcc76c12be72'/>
<id>c765153fa6d6a204f5eee4c2e35efcc76c12be72</id>
<content type='text'>
Fixed an issue, after a while away
Get to a known state
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed an issue, after a while away
Get to a known state
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to using ControlledString</title>
<updated>2019-07-02T20:59:14+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-02T20:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=5a1b096b47fbcca7e9cc6a24db558128f4cdd87f'/>
<id>5a1b096b47fbcca7e9cc6a24db558128f4cdd87f</id>
<content type='text'>
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All of the places that parse controls now use ControlledString instead
of doing their own stuff. -\(o-o)/-
</pre>
</div>
</content>
</entry>
<entry>
<title>Pull out control parsing</title>
<updated>2019-07-01T22:12:59+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-07-01T22:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=20000281fc88c188eb81d9d3d954119725a03ca6'/>
<id>20000281fc88c188eb81d9d3d954119725a03ca6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add parsing support to ControlledString</title>
<updated>2019-06-26T00:06:04+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-06-26T00:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=942c4e3d28e0eef3efc50160ad3562f7fa1b3695'/>
<id>942c4e3d28e0eef3efc50160ad3562f7fa1b3695</id>
<content type='text'>
ControlledString now has support for parsing out control strings. Need
to come up with something so that ReplPair can use it as is, instead
of having its own implementation; plus, there are a few other
interesting things I can think of that could be added to
ControlledString
* named arguments to controls is one
  * multiple named arguments
* store controls in controlled string by name instead of as ordinals
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ControlledString now has support for parsing out control strings. Need
to come up with something so that ReplPair can use it as is, instead
of having its own implementation; plus, there are a few other
interesting things I can think of that could be added to
ControlledString
* named arguments to controls is one
  * multiple named arguments
* store controls in controlled string by name instead of as ordinals
</pre>
</div>
</content>
</entry>
<entry>
<title>Part I of factoring out controls</title>
<updated>2019-06-25T00:49:05+00:00</updated>
<author>
<name>bculkin2442</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-06-25T00:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/everge.git/commit/?id=e760e590104a177a26badb616ac400fef815c679'/>
<id>e760e590104a177a26badb616ac400fef815c679</id>
<content type='text'>
This is part one of factoring out controls and control parsing so that
we aren't doing it in three different places.

Two main things before this is done:
1. Finish up the parsing in ControlledString
2. Actually replace the old implementations in ReplPair
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is part one of factoring out controls and control parsing so that
we aren't doing it in three different places.

Two main things before this is done:
1. Finish up the parsing in ControlledString
2. Actually replace the old implementations in ReplPair
</pre>
</div>
</content>
</entry>
</feed>
