enthought/pyface

Update `active_editor` when editor is added to the editor area.

Open

#205 opened on Apr 6, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (54 forks)auto 404
Good First Issuetype: bug

Repository metrics

Stars
 (115 stars)
PR merge metrics
 (PR metrics pending)

Description

active_editor should be updated when a new editor is added to the editor area.

In particular, active_editor may still be None even though there is an editor in the area.

Contributor guide