| Age | Commit message (Collapse) | Author |
|
Take care of some various warnings that were occuring
|
|
This is an output stream that mirrors what is written to it to all of
its composite output streams.
|
|
|
|
Cleanup some latent bugs
|
|
Cleanup pass to uniformize things
|
|
Add some javadoc comments
|
|
Finished extracting the old version of esodata, and fixed all the local
issues
|
|
utils.esodata now also lives in the esodata project; not here
|
|
utils.data now lives in the esodata project; not in this one
|
|
Cleanup some warnings
|
|
Add an additional UI control (a button that has a keystroke bound to
it), and add the ability to get a directory picker from
SimpleFileChooser
|
|
Add an ability to append an item to a tape. Currently, the
implementation is kind of inefficent for everything that isn't a
SingleTape
|
|
This class parses DualExprs from prefix expressions
|
|
Tests are now in a 'test' sub-package, so it is clear that they are
indeed test code, not just disjoint parts of the main code
|
|
Just clean up of some warnings/other misc. problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
QueuedIterators are iterators that can have other iterators interleaved
into their iteration sequences. This was implemented as a decent idea,
and because it may help get the iterative topDownTransform working again
(if it ever worked in the first place...)
|
|
Add some more testing utilities
|
|
|
|
|
|
Doing more command testing, and introducing coverage testing
|
|
|
|
It would also be fairly easy to convert this to a general splitRX, or
add support for additional expressions. This might be a better interface
than the one in ConfigurableTokenSplitter. (It'd almost certainly be
easier to debug/introspect than the bodged together regex that CTS
uses,)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup files, and add missing comments in places.
|
|
levelSplit/levelContains from the StringUtils class are now instead in
the new LevelSplitter class in ioutils. This is so that new features of
varying sorts can be added to those functions without cluttering up
StringUtils.
|
|
|
|
|
|
|
|
This adds a simple map that uses the unicode bidirectional database to
say whether or not a given character has a mirrored counterpart (e.g, (
and ), < and >, as well as « and »)
|
|
|
|
|
|
This adds both an ability to get the column at which the indent ended,
as well as some basic page control.
|
|
ReportWriter now has support for different indent types at various
levels. This is useful for Word-style bulleted lists
|
|
A DefaultList is a list that returns a given default value for OOB
indexes, instead of an exception
|
|
|
|
A large update, this contains much debugging of the CL FORMAT routines,
as well as a few other minor changes.
|
|
|