summaryrefslogtreecommitdiffstats
path: root/pgcli/pgstyle.py
AgeCommit message (Collapse)Author
2022-09-14Fix dead linkDan Church
2020-09-06Add Token.Prompt/Continuation (#1207)bitkeen
2020-07-07Add custom color (#1196)Sky.G.Uieen
* Updated author, changelog for supporting color of string, number, keyword * Added string, number, keyword custom color
2020-05-28Support style for missing value. (#1186)laixintao
* Support style for missing value. * update changelog. * upgrade minimal version of cli_helpers, in order to use style for null.
2020-03-14removed py2-related stuffGeorgy Frolov
2019-05-25black all the things. (#1049)Irina Truong
* added black to develop guide * no need for pep8radius. * changelog. * Add pre-commit checkbox. * Add pre-commit to dev reqs. * Add pyproject.toml for black. * Pre-commit config. * Add black to travis and dev reqs. * Install and run black in travis. * Remove black from dev reqs. * Lower black target version. * Re-format with black.
2018-09-28Cherry-picked prompt-toolkit 2.0 changes. (#930)Irina Truong
* Cherry-picked prompt-toolkit 2.0 changes. * Increase help timeout. * Missed one. * Fixes editor command. * Expect exact to fix named query error. * Unicode is non-optional with ptk 2.0. * Unicode literals all the things (almost). * PEP8. * Change how we swap completers. * By default, bottom toolbar styles are reversed. We don't want that. * Adapt styles to 2.0. * The future is now. Switch to ptk 2.0 style names. * PEP8. * Flag for enable_open_in_editor. * add class:prompt to prompt * Removed workaround for #668. Some renaming. * use pgcli.completer instead of app.current_buffer.completer * enable_system_prompt=True like old prompt toolkit * keep search_ignore_case enabled (was ignore_case) * fix closing parenthese * keep marking class:continuation token for continuation * capture KeyboardInterrupt manually AbortAction has been removed in Prompt_toolkit 2.0 * replace C-J with enter, add more comments * reversed ([...]) to [(...)] (oops) * pep8 fixes * Does Vi mode have to be applied to session every time? * (workaround) also enable vi_mode after edit command * Fixed test errors after rebasing on master.
2018-03-04move style_factory_output in pgstylefraoustin
2018-03-04add color for tablefraoustin
2018-01-11correction of my mistake ... revert -2fraoustin
2018-01-11add color in table and token parameterfraoustin
2016-01-17Upgrade to prompt-toolkit-0.57Jonathan Slenders
2015-08-07Replace eval with pygments.string_to_tokentypeDarik Gamble
2015-08-06Add custom styles for menus, toolbars etc.Amjith Ramanujam
2015-07-09Change style for completion meta entries.Amjith Ramanujam
2015-07-09Set completions meta-text styling to matchDarik Gamble
2015-05-11Upgrade to prompt-toolkit 0.34Jonathan Slenders
2015-02-04Add safety check for non-existent style.Amjith Ramanujam
2015-02-03Add syntax styles to config.Amjith Ramanujam
2014-12-11Add a toolbar and keybinding F2 for smart completion.Amjith Ramanujam
2014-11-26Move pgcli into a directory and make a package.Amjith Ramanujam