Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

No longer possible for package to have a pane item deserialized along text editors #9677

Closed
@abe33

Description

@abe33

Actually it works on 1.2.1 but is broken on beta.

In tablr I have made my CSV editor class serializable so that quitting Atom with a csv editor open restores it on the next run. For that purpose I have a method on my package main module that loads all the models and views required to make that possible and registers the deserializers as soon as the package is loaded:

tablr_coffee_-_users_c_nehemie_github_tablr-_atom

However, as you can see below, when reloading Atom with my table editor open, it first tries to deserialize the object, and then loads the package:

tablr_coffee_-_users_c_nehemie_github_tablr-_atom

Is it a regression? Or was it decided to remove this feature?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions