Skip to content

Menu Bar: Implement File -> New, Open, Save (SQL file support) #224

Description

@ZhuchkaTriplesix

The File -> New, Open..., and Save buttons in the top menu bar are currently non-functional stubs.

Proposed Solution:
Implement file operations for .sql files:

  • New: Clear the active SQL editor text.
  • Open...: Open a file selector (file_selector package) to read a .sql file into the editor.
  • Save: Save the current editor buffer to a file (using file_selector save dialogs).

This will require passing the active editor TextEditingController or using a state notifier to communicate from the menu bar to the active workspace.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions