Conversation
…ment and add command line and help modals
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the command-line editor and console commands, focusing on enhanced usability, extensibility, and user feedback. The most notable changes are the addition of a command palette (command line modal) and a contextual help modal in the editor, as well as refactoring and improving the
UpdateandViewLogconsole commands for better reliability and argument handling.Editor Enhancements:
CommandLineModal) that can be triggered with:to enter and execute editor commands, and a help modal (CommandHelpModal) that provides a keyboard shortcuts cheatsheet. Input handling, rendering, and layout logic have been updated to support these new overlays. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]EditorColorSchemeclass to centralize color and style constants for consistent UI theming across the editor.Console Command Improvements:
UpdateandViewLogcommands to useInputOptionfor thedirectoryargument, supporting both short and long forms (-dand--dir), and made the option required for clarity and reliability. [1] [2] [3] [4]Updatecommand now reliably runs Composer updates in the specified directory, detects localcomposer.phar, and reports errors more clearly.ViewLogcommand now validates log types, supports viewing multiple log files withmultitailif available, and provides robust error feedback for missing files or directories.These changes collectively enhance the user experience by making the editor more interactive and discoverable, and by making command-line operations more robust and user-friendly.
Editor Features:
:) and contextual help modal with keyboard shortcuts cheatsheet. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]EditorColorSchemefor consistent color and style management.Console Command Refactoring and Improvements:
UpdateandViewLogcommands to useInputOptionfor directory argument, supporting both-dand--dir. [1] [2] [3] [4]UpdateandViewLogcommands. [1] [2]