Add option to clip tab names in editor
See original GitHub issueI don’t really need the full file’s name to know which one it is, exactly - an option to limit the number of characters would be helpful to have more tabs within a click’s reach. Examples:
- Clipping to (e.g.)
name_maxlen=7
(excluding~.py
) - If names cannot be uniquely resolved within
name_maxlen
, extend until a differing char is met
The full names can be kept in the clickable dropdown or Ctrl + Tab
.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Video: Customize the ribbon - Microsoft Support
Select File > Options > Customize Ribbon. To add a new tab to the ribbon, select New Tab. To remove a tab, in...
Read more >How to Add Name Bar Titles in Premiere Pro 2019 ... - YouTube
A tutorial on how to add name bar titles in Premiere Pro CC 2019. These are also known as animated lower thirds titles....
Read more >Add titles in Final Cut Pro - Apple Support
Add a title from the browser: Double-click the title. A title clip is added at the playhead location. · Add a basic title:...
Read more >Adding titles and text to your videos - Clipchamp Help Center
You can add text ; Click on the text ; Once you have found a title that suits your video, drag and drop...
Read more >How do I add text in the Simplified Editor? - WeVideo
To use text styles from the Text tab, simply drag and drop your choice into the editor. You can also select the +...
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
@dalthviz I agree on your named case, but as an “option” it can be turned off any time; I frequently work with long filenames I’ve opened dozens of times over, the few I haven’t I could hover over to see the full name anyway. Also, my original idea was to have the name “fade” instead of inserting a placeholder character - but latter seems easier to implement and does the trick anyway.
Btw, PyCharm has an option to hide file extensions, which’d also help; alternatively, “if not
.py
, then show” - but I’ve never had to work with non-.py
in Spyder.Maybe it could be useful if you consistently follow a convention like file, file_test, file_*_, although I think there are also cases where for example a user is just trying to explorer a code base he is not familiar with and seeing incomplete filenames could be troublesome.