Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added jline-console module #540

Merged
merged 8 commits into from
Jun 2, 2020
Merged

Added jline-console module #540

merged 8 commits into from
Jun 2, 2020

Conversation

mattirn
Copy link
Collaborator

@mattirn mattirn commented Jun 2, 2020

Added a new module jline-console that contains implementations of command registeries, object printer and widgets.

New classes:

org.jline.console.impl.DefaultPrinter
org.jline.example.Console

Moved classes:

org.jline.builtins.Widgets.CmdLine               -> org.jline.console.CmdLine
org.jline.builtins.ConsoleEngine                 -> org.jline.console.ConsoleEngine
org.jline.builtins.SystemRegistry                -> org.jline.console.SystemRegistry
org.jline.console.AbstractCommandRegistry        -> org.jline.console.impl.AbstractCommandRegistry
org.jline.builtins.Builtins                      -> org.jline.console.impl.Builtins
org.jline.builtins.ConsoleEngineImpl             -> org.jline.console.impl.ConsoleEngineImpl 
org.jline.builtins.JlineCommandRegistry          -> org.jline.console.impl.JlineCommandRegistry
org.jline.builtins.SystemRegistryImpl            -> org.jline.console.impl.SystemRegistryImpl 
org.jline.builtins.Widgets                       -> org.jline.widget.Widgets
org.jline.builtins.Widgets.AutopairWidgets       -> org.jline.widget.AutopairWidgets
org.jline.builtins.Widgets.AutosuggestionWidgets -> org.jline.widget.AutosuggestionWidgets
org.jline.builtins.Widgets.TailTipWidgets        -> org.jline.widget.TailTipWidgets
org.jline.console.ConfigurationPath              -> org.jline.builtins.ConfigurationPath

@mattirn mattirn added this to the 3.15.1 milestone Jun 2, 2020
@mattirn mattirn merged commit 78b4c9f into jline:master Jun 2, 2020
@mattirn mattirn deleted the console-package branch July 10, 2020 16:59
@mattirn mattirn mentioned this pull request Jul 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant