summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
Commit message (Collapse)AuthorAgeFilesLines
* Updated macro documentation0.9.9Kevin Van Brunt2019-02-211-4/+2
|
* cmdloop now checks to see if it is running in the main thread before ↵Todd Leonhardt2018-10-211-0/+4
| | | | attempting to register a signal handler for SIGINT
* Documented macrosKevin Van Brunt2018-09-271-8/+45
|
* First pass at improved colorizingkotfu2018-08-111-2/+2
| | | | | - colors setting now allows Always, Terminal, Never values - poutput() and perror() honor these new settings
* Merge branch 'test_merge' into test_ply_mergeEric Lin2018-05-021-1/+1
|\
| * Updated some documentation.Eric Lin2018-05-021-1/+1
| |
* | multilineCommands -> multiline_commandskotfu2018-04-291-1/+1
|/
* Added a tiny bit of documentationTodd Leonhardt2018-03-171-2/+2
|
* Removed commaKevin Van Brunt2018-03-161-1/+1
|
* Added documentaionKevin Van Brunt2018-03-161-5/+21
|
* Added documentation for quit_on_sigintMark Lalor2018-03-141-0/+15
|
* Removed support for case-insensitive command parsingTodd Leonhardt2018-03-021-10/+0
|
* Removed abbrev attributeKevin Van Brunt2018-03-021-2/+1
|
* Cleanup of documentation and examplesTodd Leonhardt2018-01-171-1/+0
| | | | Removed usage of and reference to attributes and commands which have now been removed.
* Updated docs to make it more clear that you need to update shortcuts ↵Todd Leonhardt2017-11-091-5/+18
| | | | attribute before calling super class __init__
* Updated Sphinx docsTodd Leonhardt2017-07-031-2/+2
| | | | Updated to reflect that the default value of abbrev is now False.
* Fixed a few bugs and examplesTodd Leonhardt2017-07-031-1/+0
| | | | | | | | | | | | | | Bug fixes: - case_insensitive is no longer a runtime-settable parameter, but it was still listed as such - Fixed a recursive loop bug when abbreviated commands are enabled and it could get stuck in the editor forever - Added additional command abbreviations to the "exclude from history" list - Fixed argparse_example.py and pirate.py examples Other changes: - Organized all attributes used to configure the ParserManager into a single location - Set the default value of "abbrev" to False (which controls whether or not abbreviated commands are allowed) - With good tab-completion of command names, using abbreviated commands isn't a particularly useful feature - And it can create problems
* Multiple changesTodd Leonhardt2017-06-281-2/+1
| | | | | | | | - Disabled TravisCI macOS builds because they are heavily backlogged - Removed a file which should never have been committed - Updated Sphinx docs to relect that the default_file_name settable parameter no longer exists - Fixed comment in a unit test - Fixed a unit test to use os.path.sep for cross-platform compatibility
* Documentation updatesTodd Leonhardt2017-02-121-2/+6
| | | | | | | | | | | Sphinx documenation updates, including: - Extensively re-wrote the "alternatives to cmd2" section as it was many years out of date - Reworded a few humorous sections in an attempt to be more professional - Removed reference to command synonyms/aliases which no longer exist - Added more detail in a couple places - Minor rewording and bugfixes throughout Also added a note to cmd2.py about the expected values for doctest only working for Python 2.7.
* Refactored to move all cmd2.Cmd class member variables to beginning.Todd Leonhardt2017-02-111-25/+27
| | | | | | | | Also: - Added locals_in_py to settable parameters to match documentation. - Added pycon2010 slides back into doc build since they are referenced with :doc: - Fixed some references in the documentation - Updated unit tests accordingly
* Indicate change in repository host to bitbucketCatherine Devlin2012-05-261-0/+118