Spyder: Make a unique instance of the file switcher

Created on 8 Jun 2017  路  5Comments  路  Source: spyder-ide/spyder

The idea here is to make a generic file switcher attached to the main window that could display the files of the plugins, for example the Editor and the Notebook (and others if needed).

The file switcher should display a list with the possible files grouped by plugin like:

Editor
_file1_
_file2_

Notebook
_notebook1_
_notebook2_

The plugins should give the file switcher a list with the current files that are managing.

@ccordoba12
@goanpeca , what do you think?

Discussion Enhancement

All 5 comments

+1 from me too. Please start to work on it.

This is somehow related to #4368, maybe you could address it too.

A pre-preview:

gfileswitcher

@dalthviz, it looks great! What's missing for a PR?

@ccordoba12 I need to clean the code a little bit (code style, comments, variable names, etc.), but It should be ready soon 馃憤, also probably write the prerequisites and steps to attach a plugin to the file switcher, and do some testing to see if this changes work for the whole functionality of the file switcher (search by file and by symbol)

Was this page helpful?
0 / 5 - 0 ratings