Fix cursor focus and selection in input box, add AWS env var warning box, and remove AWS Bedrock login banner
This commit is contained in:
@@ -6,12 +6,12 @@ mod view;
|
||||
use std::cmp;
|
||||
use std::ops::Range;
|
||||
|
||||
pub use galaxyui::text::point::Point;
|
||||
use galaxyui::AppContext;
|
||||
/// Consumers of the editor should only interface with the view.
|
||||
/// They should _not_ be able to interface with the internal
|
||||
/// details of the editor (e.g. the [`Buffer`]).
|
||||
pub use view::*;
|
||||
pub use galaxyui::text::point::Point;
|
||||
use galaxyui::AppContext;
|
||||
|
||||
// Re-exported for use by the `warp_tui` TUI front-end, which needs to
|
||||
// construct and subscribe to `CodeEditorModel` in char-cell mode.
|
||||
|
||||
Reference in New Issue
Block a user