Skip to content

Conversation

@mkh-user
Copy link
Member

@mkh-user mkh-user commented Aug 7, 2025

This merge adds load last opened file at start feature with three new options in preferences:

  • files > load_last_file_at_start
    When true will launching the next option.
  • files > ask_before_load_last_file_at_start
    Works when files > load_last_file_at_start is true. When true will show popup dialog and ask user choice, when false load last opened file automatically.
  • notifications > automatic_load_last_file_at_start
    If this feature load file automatically, when true sends a notification to say file loaded.

Overview of feature:

if (has last opened file)
    if (files > load_last_file_at_start)
        if (files > ask_before_load_last_file_at_start)
            show popup
            if (user select load last file)
                load file
        else
            load file
            if (notifications > automatic_load_last_file_at_start)
                send notification

@mkh-user mkh-user added this to the Text Forge 0.1 milestone Aug 7, 2025
@mkh-user mkh-user self-assigned this Aug 7, 2025
@mkh-user mkh-user merged commit 2be7ac6 into Main Aug 7, 2025
1 check passed
@mkh-user mkh-user deleted the automatic-load-last-file branch August 7, 2025 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

2 participants