how to show the menu bar in sublime text 4 (windows) - settings

I updated my sublime text after which I can't seem to see my menu bar on top of the screen but now have to click the 3 lines button to view it.is there any way to make show the menu bar like normal again?
I tried going to "view" and enabling it but I can't find any "menu bar setting"

I think showing the hamburger menu is a feature of your current theme.
Try changing your theme Preferences-->Select Theme
Alternatively customize your theme Preferences-->Customize Theme
(refer to your themes documentation).
Customize the rules in the theme file as required.
See the sublime forum post
Example found from the link above, works for the adaptive theme:
"rules":
[
{
"class": "title_bar",
"bg": "#0000"
}
]
Happy Coding:)

This is kind of strange, as my View menu has a Hide/Show Menu option on it right near the top. At any rate, to show the menu (or hide it again), select View → Show Console (or hit Ctrl`) and enter the following command:
window.run_command("toggle_menu")
and the menu should show up again.

Related

Themed title bar not working in sublime text 4

I updated my sublime text 3 to version 4 and in there article, they said that:
The Adaptive theme on Windows and Linux now features custom title bars.
But i can't figure out how to use it. I tried adding this settings:
"ui_native_titlebar": true,
"themed_title_bar": true,
But no luck there. And i am using the ayu theme.
Here's how it looks right now:
Please anyone can help me that would be great!
Also i am on Linux mint.
Have a great day!
This is outlined in the comment on the preference:
// Adaptive theme only: controls if a custom or default title bar is used.
// Note that on Windows, the hamburger menu is used whenever this is
// enabled and the adaptive theme is in use.
"themed_title_bar": true,
The key part being that this is only supported by default in the Adaptive theme.
In order for the title bar to be themed, the theme itself needs to provide a theme rule that does it, and (ideally) that theme rule would be tied to the setting here.
In order to get themed title bar in other themes, you would need to either ask the author of the theme to support it, or create a customization.
Selecting UI: Customize Theme from the command palette will open a window similar to the settings window that allows you to add rules to your current theme.
Something like this would add support for the setting; you may need to adjust the colors to something that matches better. Also, if the right hand pane already has other customizations by you, just copy the rule into the appropriate part of the file instead.
// Documentation at https://www.sublimetext.com/docs/themes.html
{
"variables":
{
},
"rules":
[
{
"class": "title_bar",
"settings": ["themed_title_bar"],
"fg": "color(white)",
"bg": "color(var(--background) blend(white 85%))",
},
]
}
[edit]
themed_title_bar only works on Windows and MacOS; under Linux it doesn't do anything because it's the job of the window manager theme to customize the window decorations.
On Linux there is a different option for this, gtk_client_side_window_decorations which controls whether client side window decorations are enabled or not. The default value for this is true if you're using gnome and false otherwise.
You can set it explicitly in your user preferences to turn it on or off (a restart of Sublime Text is required).
For more details, see Sublime Text 4 hide title bar.

Visual Spacing Layout

I've noticed in some places (e.g. aws webinars) that the visuals layout (when creating multiple visuals) can be without spaces between them.nI have been unable to figure out how to do this hence each of my visuals has spacing between them. How is this possible?
Just recently, the QuickSight team has released custom themes. You can remove gutters (the space between visuals) and/or margins (the space between the container and the visuals) by
clicking the "Themes" paintbrush on the left, action-pane in the analysis
creating a new theme (or editing an existing if you're already using a custom theme)
clicking into the "Layout" options
toggling "Margin" and/or "Gutter" and saving the theme
Follow below steps -
Go to "Themes" in the left pane
Under "Starter themes" click "..." and choose "Save as". This will open "Theme Editor".
Under "Main" Enter "Theme name" as you prefer.
Under "Layout" uncheck "Margin" and "Gutter"
Click "Save" at the top right.
Now under "My themes" you should see the custom theme you just created.
On the custom theme, Click "..." and choose "apply".

Having different items in top and side menu

I am currently working with Magento 2.1.1 and have the Sebwite sidebar (https://github.com/Sebwite/magento2-category-sidebar) working along with the original Luma top menu.
The problem is that when I change the top menu's items, the sidebar will do the same. So, both seem to be configured as "root menu".
What I want to achieve is 2 menus containing different items.
I haven't been able to find the solution here or elsewhere on google. Hope anyone can help.
this extension shows categories and child's on the side bar. if you wand to show side bar menu and it is different from top menu, this extension is not useful for you.
you should use sidebar menu extensions

Joomla 3 Show Title issue. Hide page-header

I turned Show Title option for articles to Hide in global settings. So it works for each my page good instead of home page. So the title is still appear, even if I switched it to hide in article that correspond to Home page content.
I suppose maybe something wrong with menu.
So I have next menu:
Home
Photos
Contacts
Each menu content single article, but only Home shows title...
I am using joomla 3
on the screenshot below Home header that I don't need.
on the screenshot below Videos header that set as Show tile in menu item
on the screenshot below Videos header that set as Hide tile in menu item
I am making the same for Home but it does not work the Home tile is still visible.
I tapped on menu items then on home items which is single article:
then I modify visibility options:
save and close - and then update the index page in browser, but nothing happen the header Home is still on the page (
The solution is next:
Click on the “Menus” menu and select “Main Menu”.
Click on the menu item that represents your home page (usually “Home” or something similar)
On the right side, click on “Page Display Options”
Set “Show Page Heading” to “No”
Click on “Save”
http://www.celticwolf.com/blog/2012/09/06/how-to-hide-the-page-heading-in-joomla-2-5/
You have an option to show or hide the title of Articles and also Menus. Usualy is "Home" also the dafault "Frontpage" of the site, having the option to show the title.
Go to Menus -> Default "Home" Menu and under options you should have Show Title and hide it.
This should work, i tested it right now on my page to be sure.
Regards
in joomla 3.x it will be possible by combination of backend settings and source code change.
Login to your joomla control panel.
Go to Global\Articles and turn the "Show Title" and "Article info Title" to Hide.
Go to Global\Menus and turn the "Show Page Heading" to Hide.
Login to your host and go to your public html directory then go to "\templates**[your template]**\html\com_content\article" directory.
open default.php in editor and find
php if $this->params->get('show_page_heading', 1) :
and change the 1 to 0 then save it.
I suggest you to backup default.php file before any changes.
You can disable the Page Heading in the Menu Item options as showed below in my screenshot:
if this don't work, try to go to MENUS - MANAGE - (press the button OPTIONS to the right of the page)
In browser page title press one space , the set the second voice to NO:
Then save and press the REBUILD button.
This happens when you have a multi language site. The "Show Page Heading" option inside the languages home menu doesn´t works at all in this case. It is overrided by the Main Menu home options (that one without any languages assigned to it, that is mandatory in Joomla).
So if you change the "Show Page Heading" option inside the Main Menu home options, it will work.
Bizarre. But, it´s the way that Joomla 3 works.

Dropdown menu in Joomla

Iam have some problems with a drop down menu. I have asigned a drop down menu to the menu item "test 1". But when iam on the default page it wont show the drop down menu, when i hover the item. It only works when click on the menu item "test 1".
I need the dropdown menu to be showed, no matter witch page you are watching.
Can some one help me? I guess it is a simple styling, but cant seem to figure it out.
You can see the website here
What module are you using for the menu system?
You may try using a different menu extension that the one being used currently.
It may be a CSS issue.

Resources