Improvements to the Ouline Explorer
See original GitHub issue- Order of files in the Outline Explorer should be synced with the order of the files in its corresponding EditorStack (PR #8015).
- Add an option to alphabetize the order of the files (PR #8015).
- Add an option to show the root file item of files that are not Python files (#7982).
- Add a way to highlight the currently focused file as suggested in https://github.com/spyder-ide/spyder/pull/7962#issuecomment-425751960 (PR #9219)
- Add a fuzzy search widget to filter by file names
- Add the ability to change the order of the
root file item
in the Outline Explorer and to sync the changes with the tabbar of the corresponding EditorStack.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Outline exporer items auto expands to follow cursor position in ...
Problem Description After PR #13109, the outline explorer is expanded automatically to follow where the cursor is in the editor.
Read more >Working with Spyder — Spyder 5 documentation
The Files pane is another useful tool for particularly larger projects. Like the Outline pane, it can be opened under Panes in the...
Read more >What is Outline Explorer in Spyder? - python - Stack Overflow
I think the Outline Explorer is made to facilitate navigation inside a long and/or dense Python script. In one look you can see...
Read more >What is new in ActionOutline 3.4 vs 3.3?
This version of ActionOutline allows you to undo and redo any number of any changes made to the outline since the last document...
Read more >Prevent or allow changes to shapes - Microsoft Support
Prevent changes to Visio shape attributes, like width or height, ... On the Developer tab, In the Show/Hide group, select the Drawing Explorer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jnsebgosselin Maybe parts of PR #9384 would be useful to adapt for the outline explorer fuzzy search, e.g. the widget itself and the fuzzing code? Perhaps even use unified fuzzing code across our various fuzzy searches (variable explorer, outline, file switcher, completion of possible, etc.)?
@jnsebgosselin
I found two more that would/could be solved here.
#1986 and #2549
And if this is meant to be a “catch all” issue maybe #7976