So files that are added to a folder in the sidebar aren’t being indexed? Is that folder, or one of the parents a symlink?
Does collapsing and expanding the folder in the sidebar show the added file?
So files that are added to a folder in the sidebar aren’t being indexed? Is that folder, or one of the parents a symlink?
Does collapsing and expanding the folder in the sidebar show the added file?
We fork your shell (in C) passing the -l
parameter to make it a login shell (and get a clean environment). We then send the input:
/usr/bin/env
exit
and read the output.
It’s reported to the theme dev here: https://github.com/ctf0/Seti_ST3/issues/293
This is happening for me as well… I also removed all plugins that affect the sidebar, but the issue is still there…
This release broke my Cobalt2 theme tabs - they went back to the stock tabs instead of the custom png ones I had. Is this reported?
No, but if you can provide some more info, I am looking into bug reports related to the theme engine right now.
Hi Will,
Destroying the index entirely to force a rebuild doesn’t change which files get indexed. It’s always the same folders (and their contents) that don’t get indexed (so far). It appears deterministic and reproducible.
Dev builds prior to 3127 had no trouble at all with these files and folders.
I can’t find much information to help speculate on what the cause is, sorry.
Is there anywhere I can look for information that would help with this? Any settings that I can switch on to gather more information? Very happy to help you diagnose this any way that I can
@ronjouch Can you please let me know if you somehow get the height of the tabbar reduced? It would be well appreciated.
thanks
I’ve identified the issue causing incorrect texture selection in Seti_UI and Cobalt2 themes. There will be a fix in the next dev build.
In terms of the bar bar height, from what I can tell we are using the same vertical space as the old default theme did. Could someone extrapolate on the aversion to the current height? Is the issue that there is now more contrast in the tab bar?
This is probably also a good time to point out that you can customize a theme by creating file in your Packages/User/
folder with the same filename as the theme. For the Default theme, this would be Packages/User/Default.sublime-theme
. In this file, you can add custom theme rules. You can learn about the rules at https://www.sublimetext.com/docs/3/themes.html.
Here is an example of changing the default row spacing of the sidebar:
[
{
"class": "sidebar_tree",
"row_padding": [16, 1, 16, 1],
}
]
In the case of the tabs, you’d have to create your own textures that are shorter than the default tabs to make it shorter.
Are these buttons supposed to go next and previous tabs? I click on them with multiple tabs open but nothing happens.
Mac OS Seirra.
No, they are intended to scroll through the tab area. If you don’t have enough tabs open that tab scrolling is happening, then they will do nothing.
True, it’s the same. But I strongly disliked the previous curvy default and had no problem moving to Spacegray. Now that I like the default except for the height I’d have stayed with the default . I’ll consider a theme, or a custom theme rule (but it seems painful as I just want to override some values and there doesn’t seem to be an inheritance/cascading mechanism from an existing theme - or is it?), or just live with it. Thanks.
You can override all the theme options, in my case adding a file Packages/User/Adaptive.sublime-theme
or can be Default.sublime-theme
with the code:
[
{
"class": "tabset_control",
"tab_height": 26
}
]
What is the setting to change the menubar color? or is this feature reserved to the Adaptive Theme? I’m on Mac OSX of course
Help->Changelog sometimes crashes/hangs/does nothing/prevents the new build of ST3 from starting and never displays changelog on Windows 7 and Windows XP.
The title bar of the window is controlled by the title_bar
class in the theme. You’d need to create a theme customization file, or edit the theme. http://www.sublimetext.com/docs/3/themes.html