-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8852 from dalthviz/fixes_issue_558
PR: Add an Object Explorer to the Variable Explorer
- Loading branch information
Showing
20 changed files
with
2,216 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1006,6 +1006,50 @@ Files covered: | |
spyder/plugins/variableexplorer/widgets/dataframeeditor.py | ||
|
||
|
||
------------------------------------------------------------------------------- | ||
|
||
|
||
|
||
Classes from objbrowser 1.2.1 | ||
----------------------------- | ||
|
||
|
||
Copyright (c) 2016 Pepijn Kenter | ||
|
||
|
||
Author: Pepijn Kenter | [email protected] | https://github.com/titusjan | ||
Site/Source: https://github.com/titusjan/objbrowser | ||
License: MIT (Expat) License | https://opensource.org/licenses/MIT | ||
|
||
Modifications made to each class to adapt them to Spyder's needs. | ||
|
||
|
||
objbrowser is distributed under the MIT license. | ||
|
||
|
||
Use the core functionality of the project, mainly changing the code to use | ||
the upstream version of qtpy project (since it is already a dependency of | ||
Spyder). | ||
|
||
See below for the full text of the MIT (Expat) license. | ||
|
||
The current objbrowser license can be viewed at: | ||
https://github.com/titusjan/objbrowser/blob/master/LICENSE.txt | ||
|
||
The current version of the original files can be viewed at: | ||
https://github.com/titusjan/objbrowser/tree/master/objbrowser | ||
|
||
|
||
Files covered: | ||
|
||
spyder/plugins/variableexplorer/widgets/objectexplorer/attribute_model.py | ||
spyder/plugins/variableexplorer/widgets/objectexplorer/objectexplorer.py | ||
spyder/plugins/variableexplorer/widgets/objectexplorer/toggle_column_mixin.py | ||
spyder/plugins/variableexplorer/widgets/objectexplorer/tree_item.py | ||
spyder/plugins/variableexplorer/widgets/objectexplorerr/tree_model.py | ||
spyder/plugins/variableexplorer/widgets/objectexplorer/utils.py | ||
|
||
|
||
=============================================================================== | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.